-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement 'mkdir' command #887
Comments
How about
in the config? |
I agree that we should have a native |
Agreed.
This works, but doesn't work the same way as in ranger (Taking the dir name as an argument instead of prompting for it) and is a temporary solution at best. |
The solution here works properly, Would be nice to see it implemented either by default, or as a built in command. |
Hey! I decided to implement this, here's the pull request if you're interested in reading it: #1179 |
If the stance on this is to just rely on the shell for these commands, how about adding default shell commands? So a new user who is used to ranger can download lf and right away commands like |
Ranger has a 'mkdir' command which simply makes a directory with a given name in the current directory, I use this a ton, And would love to have this implemented in lf.
The text was updated successfully, but these errors were encountered: