Terminal light wright file explorer interface made with dialog.
Note: Only debian derived systems have been tested
- dialog - window system on which Navex is based
- finger - obtain user info from system
- expect - help to modify user password (under testing)
Note: This dependencies will be checked with installation script
- You can use the following script to install this explorer and its dependencies.
sudo git clone https://github.com/mfruizs/navex.git && cd navex && sudo chmod +x installer.sh && sudo ./installer.sh
- Once the installation is finished, we must execute the following command to be able to use Navex from any part of the system
export PATH="$PATH:/usr/local/bin/navex"
- After installation, only need call the script.
navex.sh
- From here we can manage the files and folders, creating or deleting, it also allows the installation of
*.deb
or view the content of files as if using thecat
command.
- This section is for the management of users in the system.
- Finally, we have the management of the groups, as well as the jobs that are active in the cron, as well as being able to add our own jobs.