8000 GitHub - ciancallaghan/fff: Fork of dylanaraps Fast Fucking File-Manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ciancallaghan/fff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fff (Fucking Fast File-Manager)

About

A simple file manager written in bash.

This is a fork of dylanaraps' original version of fff.

  • Minimal (only requires bash and coreutils)
  • Works on Linux, BSD, macOS
  • Supports LS_COLORS
  • cd on exit
  • Display images with chafa
  • Supports $CDPATH
  • Works as a file picker in (neo)vim (fff.vim)

Dependencies

  • bash
  • coreutils

Installation

  1. git clone https://github.com/ciancallaghan/fff
  2. cd fff
  3. make install

CD on Exit

Bash and Zsh

f() {
    fff "$@"
    cd "$(cat "${XDG_CACHE_HOME:-${HOME}/.cache}/fff/.fff_d")"
}

Example OPENER and PREVIEWER

OPENER

PREVIEWER

About

Fork of dylanaraps Fast Fucking File-Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0