Quick Manager
A Simp 72B7 le file explorer written in C.
qm is written for Linux systems.
You only need gcc to build the project.
Run the build.sh
file in the root of the repository to build it:
$ git clone https://github.com/marc-dantas/qm
$ cd qm
$ ./build.sh
NOTE: You need to build the project before installing qm.
Run the shell script named install.sh
in the root of the repository:
$ ./install.sh
Congratulations! qm is installed!
I highly encourage you to take a look at the source code and modify it as you want.
At the top of the source code there are some configuration constants that you would like to modify to your needs.
Use [H]
to show Help message.
- Press
[W]
and[S]
to navigate up or down, respectively. - Press
[D]
to go into the folder currently selected. - Press
[A]
to go back (the same as going into..
directory). - Press
[ENTER]
to try to launch a program with the selected file. - Press
[R]
to execute a terminal command in the current directory.
By Marcio Dantas