Keep those files organized
A terminal based file manager
curl -sfL https://raw.githubusercontent.com/mistakenelf/fm/main/install.sh | sh
go install github.com/mistakenelf/fm@latest
Install through the Arch User Repository with your favorite AUR helper. There are currently two possible packages:
paru -S fm-git
paru -S fm-bin
default, gruvbox, nord)
fm will start fm in the current directoryfm update will update fm to the latest versionfm --start-dir=/some/start/dir will start fm in the specified directoryfm --selection-path=/tmp/tmpfile will write the selected items path to the selection path when pressing E and exit fmfm --enable-logging=true start fm with logging enabledfm --pretty-markdown=true render markdown using glamour to make it look nicefm --theme=default set the theme of fmfm --show-icons=false set whether to show icons or notfm --syntax-theme=dracula sets the syntax theme to render code withFollow the instructions below to get setup for local development
git clone https://github.com/mistakenelf/fm
make
make build
Go
91.8%
Shell
8.1%
Keep those files organized
A terminal based file manager
curl -sfL https://raw.githubusercontent.com/mistakenelf/fm/main/install.sh | sh
go install github.com/mistakenelf/fm@latest
Install through the Arch User Repository with your favorite AUR helper. There are currently two possible packages:
paru -S fm-git
paru -S fm-bin
default, gruvbox, nord)
fm will start fm in the current directoryfm update will update fm to the latest versionfm --start-dir=/some/start/dir will start fm in the specified directoryfm --selection-path=/tmp/tmpfile will write the selected items path to the selection path when pressing E and exit fmfm --enable-logging=true start fm with logging enabledfm --pretty-markdown=true render markdown using glamour to make it look nicefm --theme=default set the theme of fmfm --show-icons=false set whether to show icons or notfm --syntax-theme=dracula sets the syntax theme to render code withFollow the instructions below to get setup for local development
git clone https://github.com/mistakenelf/fm
make
make build
Go
91.8%
Shell
8.1%