mistakenelf / fm

A terminal based file manager
MIT License
564 stars 29 forks source link

Feature Request: Run a command in the current context #104

Closed adam-alaya closed 6 months ago

adam-alaya commented 1 year ago

I would like to be able to navigate to a location, then be able to run a command in the current context.

eg. I want to navigate to ~/dev/myProject through the existing file navigation, then press colon and type in a command such as

nvim . rm *.tmp open myPic.png

etc

mistakenelf commented 1 year ago

You have the ability to edit a file with your current $EDITOR. You also have the ability to remove a file as well as open an image within the file manager.