fileman is a really simple filemanager, inside of the cli.
- libc
Cloning the repo
git clone https://github.com/tim-tm/fileman.git && cd filemanBuilding
make setup && makeInstalling (optionally)
make installarrow-up : Move the cursor up
arrow-down : Move the cursor down
'q' : Quit fileman
'r' : Rename the selected file
'd' : Delete the selected file
':' : Enter the selected directory or submit the new filename
'o' : Open the selected file or directory in neovim