A version of the simple file manager (sfm) tweaked and hacked to make it more for my liking: I don't need to say this, but all the credit and hard work goes to afify for making the project in the first place.
Currently there's only one:
- Instead of binding keys directly to bookmarks, you can bind them to a "BMARK MODE" of sorts, making more space for other bindings.
I intent to add more to this list as time goes on...
- Make a keybiding for the dragon utility.
- Make an Emacslike prompt for asking about file deletion.
- You can basically follow the guide on sfm's repo. But the really short instructions are:
- Clone the repo somewhere:
git clone https://github.com/arturfabriciohahaedgy/my-sfm
cd
into the dir and build it:
cd my-sfm
make
Install it
sudo make install