A ncurses file manager written in C with vim like keybindings
cfiles is a terminal file manager with vim like keybindings, written in C using the ncurses library. It aims to provide an interface like ranger while being lightweight, fast and minimal.
cfiles is a terminal file manager with vim like keybindings, written in C using the ncurses library. It aims to provide an interface like ranger while being lightweight, fast and minimal.
To install cfiles, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cfiles
To see what files were installed by cfiles, run:
port contents cfiles
To later upgrade cfiles, run:
sudo port selfupdate && sudo port upgrade cfiles
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.