curlz icon indicating copy to clipboard operation
curlz copied to clipboard

shell auto-completion via tab for saved bookmarks

Open sassman opened this issue 2 years ago • 0 comments

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 avatar Mar 03 '23 13:03 sassman