This "Systen.bash(ver3)" makes command line operation easy and convenient (No command required).
git clone https://github.com/nabla27/System.bash
When running for the first time, run the setup file. bash setup.sh
From the second time, execute the main file. bash main.sh
The basic operation method is 'w,a,s,d' and 'q,r' keyboard-keys. For details, please see this repository's wiki.
The shell must be bash. And you need to install some packages (You can use other than some functions without it).
- Ubuntu 20.04.2 LTS
- zip command for trash box.
sudo apt install zip unzip
- xdg command to open file.
sudo apt install zdg-utils
- zip command for trash box.
- CentOS 8.1 1911
- zip command for trash box.
yum install zip unzip
- xdg command to open file.
Not supported
- zip command for trash box.
I have only tested on Ubuntu(20.04.2) and CentOS(8.1 1911) in windows10 WSL environment.
If you get an error about path, try changing $PATH_
at the head of the main.sh file to path where System_ver3 exists.
And please move to the path where main.sh exists before runnig.