this post was submitted on 06 Apr 2025
20 points (100.0% liked)

Linux Questions

1603 readers
15 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

i'm trying to basically make a shortcut for krabby (see link) so i dont have to type <krabby name (pokemon name)> to see a specified pokemon. basically how can i make a script that passes the and to the output of what i type next?

you are viewing a single comment's thread
view the rest of the comments
[–] stoy@lemmy.zip 1 points 2 weeks ago

Do you know about tab autocomplete?

It would probably mean that you can just enter something like

$ kra<TAB> charmander<ENTER>