ozansz / gls

Minimal file manager with terminal UI #Go
https://sazak.io/gls-file-manager-on-terminal-with-go/
MIT License
68 stars 5 forks source link

implement create new file shortcut `n` #2

Closed ozansz closed 2 years ago

ozansz commented 2 years ago

Feature Request Summary

The key press event for n should create a new empty file on the current directory. The current directory is the parent directory of the file that's currently selected (on hover) or the same one if the hover is on a directory. The new file's name should be taken from the user by a modal (a simple form modal would be fine)

gozeloglu commented 2 years ago

I am working on this feature.

gozeloglu commented 2 years ago

This issue can be closed @ozansz.