Skip to content
/ navex Public

It's light user-friendly interface made with 'dialog' command

License

Notifications You must be signed in to change notification settings

mfruizs/navex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Navex

Terminal light wright file explorer interface made with dialog.

Note: Only debian derived systems have been tested

Dependencies

Requirements

  • 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

Installation

  • 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"

Running

  • After installation, only need call the script.
navex.sh

Execution examples

Browser

  • 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 the cat command.

Browser

User manager

  • This section is for the management of users in the system.

User

Groups and Cronjob

  • 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.

groups-and-cronjob

About

It's light user-friendly interface made with 'dialog' command

Topics

Resources

License

Stars

Watchers

Forks

Languages