dylanaraps / fff

📁 A simple file manager written in bash.
MIT License
4.07k stars 171 forks source link

Use 'R' to rename a single file with the current filename put in place for user to modify. #168

Open lwilletts opened 3 years ago

hinojojojo commented 3 years ago

uuu I would love if fff had this feature

bogdan-the-great commented 8 months ago

Hi! I added this ability in my fork of fff. You can move around with arrow keys, delete every character from filename and filename is added for you to edit, not to write again. Also I added shortcut - ctrl + a which moves cursor to the beginning of the filename. Hope this helps!