You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
As a user
I want to have auto-completion for my bookmarks
So that I save typing time and brain memory capacity
The text was updated successfully, but these errors were encountered: