NOTE: this is still a work in progress, read entire readme before cloning or using and use at your own risk)
This is a terminal file manager in the style of Ranger, nnn, lf, vifm, etc. It uses bash, fzf, and chafa to display directory contents, preview the contents of the selected directory or file before entering or opening, and preview images (poorly).
- Clone repo
- cd into fzfm
- chmod +x all scripts in fzfm dir
- Add to path if not already in a dir that is in your path (only necessary if you don't want to have to type entire path to script when running)
- fzf
- chafa (for now, working to get ueberzug or ueberzugpp working)
- libreoffice (for opening word docs)
- zathura (for opening PDFs)
- mpv (for video)
- sxiv (for images)
- neovim/vim (for editing text files)
- gimp (for xcf files)
- traverse file tree
- preview files and directories
- open files using different software based on file type
- create new files and directories
- delete files/directories
- image preview
- copy files/dirs (WARNING: works but if a file or dir already exists with the same name in the dir you are copying to, it will overwrite it)
- extract/compress
- rename
unexpecte behavior after creating a file or dir