Command line file browser/manager. Browse files in a simple UI with arrows and return selection back to shell.
./ft_select arg1 [arg2] ...
- ENTER: return selection
- SPACE: select/unselect object
- BACKSPACE/DEL: remove object from list
- SHIFT+a: select all
- SHIFT+z: unselect all
- ESC: exit
Termcaps lib
sudo apt-get install libncurses5-dev
Created by Sami Rouhe (srouhe)
From Hive Helsinki