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

shell auto-completion via tab for saved bookmarks #37

Open
sassman opened this issue Mar 3, 2023 · 0 comments
Open

shell auto-completion via tab for saved bookmarks #37

sassman opened this issue Mar 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sassman
Copy link
Member

sassman commented Mar 3, 2023

As a user
I want to have auto-completion for my bookmarks
So that I save typing time and brain memory capacity

# given this bookmark
curlz r --bookmark-as gitignore 'https://api.github.com/gitignore/templates/{{ prompt_for("Language") | title }}'

# when hitting <TAB> here: 
curlz r gi<TAB>

# it will expand to the bookmark:
curlz r gitignore
@sassman sassman added the enhancement New feature or request label Mar 3, 2023
sassman added a commit that referenced this issue Mar 9, 2023
… argument (#37)

Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
sassman added a commit that referenced this issue Mar 10, 2023
… argument (#37)

Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant