diff options
author | Samuel Young <samyoung12788@gmail.com> | 2023-03-21 05:28:41 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:50 +0700 |
commit | f54059990430a81f5cad656c07e989a701a316e6 (patch) | |
tree | 6b3a24272cf60ad74b629f1846386e9a4fa2617e /system/fff/README | |
parent | 949b9fd8dad08e29e3b803b8717746f77e3ec8e8 (diff) |
system/fff: Added (F***ing Fast File-Manager)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fff/README')
-rw-r--r-- | system/fff/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/fff/README b/system/fff/README new file mode 100644 index 0000000000000..5430f81568705 --- /dev/null +++ b/system/fff/README @@ -0,0 +1,18 @@ +fff (F***ing Fast File-Manager) + +A simple file manager written in bash. + +Features: +*It's f***ing fast. +*Minimal +*Smooth scrolling (using vim keybindings) +*Supports LS_COLORS +*File Operations (copy, paste, cut, ranger style bulk rename, etc) +*Instant as you type search +*Tab completion for all commands +*Automatic CD on exit (see README) +*Works as a file picker in vim/neovim +*Display images with w3m-img +*Supports $CDPATH + +Optional dependencies include w3m for displaying images. |