Show HN: A simple CLI to create shortcut to you most common commands!
github.comHi HN!
I've waited way too long before posting this little cli I've made over the year, always thinking I could improve it and do better..
Enough! Time to jump into the pool, and share it!
It's a simple cli to create shortcut to your daily and most intricate command. It's main advantage compare to similar tools I've found around:
* simple execution: once registered, you simply trigger your shortcut by typing `tk [shorcut-name]`
* sync: save/recover existing shortcut with github gist
* support template command: e.g create an `echo` shortcut to the following command `echo "<text=Default text>"`, to be able to trigger it this way `tk echo -- text=Hello HN`
* support autocompletion (for shortcut and template arguments)
I hope some find it useful ! Any feedbacks are greatly appreciated !
Julien
No comments yet.