Skip to content
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

Make no argument invokation useful #9

Closed
pzerone opened this issue May 2, 2023 · 1 comment
Closed

Make no argument invokation useful #9

pzerone opened this issue May 2, 2023 · 1 comment

Comments

@pzerone
Copy link

pzerone commented May 2, 2023

Currently, if no commandline arguments are passed the program quits. It would be better if invoking with no arguments cause the program to open the editor with all the files/folder in the current directory to rename.
This was my thought process when I installed the program for the first time. I was confused when the program exited when tried running the program with no args. Had to look at the source code to figure out that it exits if no args are provided

My current workaround for this is to add a shell alias like this

alias br="vimv *"

I mean i understand it's a small change.. but hey, it's two less keys pressed

@dmulholl
Copy link
Owner

Thanks, good idea :)

Implemented in v3.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants