/select

A command line file browser

Primary LanguageC

Description

Command line file browser/manager. Browse files in a simple UI with arrows and return selection back to shell.

Usage

make && ./select arg1 [arg2] ...

Commands

KEY ACTION
ENTER Return selection
SPACE Select/unselect object
BACKSPACE/DEL Remove object from list
SHIFT + A Select all
SHIFT + Z De-select all
ESC Exit

Dependencies

Termcaps lib

sudo apt-get install libncurses5-dev

Reading

Created by Sami Rouhe (srouhe)
From Hive Helsinki