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

edit command should accept both full file names and filenames without extension #1

Open
Lex-2008 opened this issue Aug 3, 2018 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Lex-2008
Copy link
Owner

Lex-2008 commented Aug 3, 2018

typical situation:

user@hostname:~/blog$ ls
blog-post.html
blog-post.md

Typing lazyblog edit b<TAB> will lead to this situation:

user@hostname:~/blog$ lazyblog edit blog-post.

Currently, you have to type md manually.

Instead, lazyblog should recognise above situation (user-provided filename ends with dot, such file does not exist, but if you add md - file exists) and add md automatically

@Lex-2008 Lex-2008 added the good first issue Good for newcomers label Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant