{"type":"rich","version":"1.0","author_name":"jb55 (npub1xt…vkk5s)","author_url":"https://nostr.ae/npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s","provider_name":"njump","provider_url":"https://nostr.ae","html":"after like 20 years of using bash i had no idea you could do this:\n\n$ bind -q glob-expand-word\n\nwill show you the bindings for expanding globs in your terminal\n\nwhen your cursor is at the end of a glob\n\n$ *.txt\u003c---\n\npress \u003cCtrl-x-*\u003e, or \u003cEsc-*\u003e in vi mode\n\nThe prompt will expand to\n\n$ alice.txt bob.txt\n\njust used this because I wanted to expand the blob for a command but not use all the arguments. awesome."}
