updated
This commit is contained in:
@@ -5,15 +5,16 @@ sfm - Simple File Manager
|
||||
DESCRIPTION
|
||||
-----------
|
||||
sfm is a lightweight, terminal-based file manager with a vim-inspired
|
||||
key layout. The primary version is a fast C++/ncurses binary. A portable
|
||||
POSIX sh version (sfm.sh) is also included, requiring only standard Unix
|
||||
tools (ls, awk, tput, stty, mv, cp, rm).
|
||||
key layout. The primary version is a fast C++ binary that works with
|
||||
both ncurses and netbsd-curses. A portable POSIX sh version (sfm.sh) is
|
||||
also included, requiring only standard Unix tools (ls, awk, tput, stty,
|
||||
mv, cp, rm).
|
||||
|
||||
|
||||
REQUIREMENTS
|
||||
------------
|
||||
C++ version (sfm):
|
||||
- ncursesw (libncursesw)
|
||||
- A curses library: ncursesw, ncurses, or netbsd-curses (libcurses)
|
||||
- A C++17 compiler (g++ or compatible)
|
||||
|
||||
Shell version (sfm.sh):
|
||||
|
||||
Reference in New Issue
Block a user