Hi HN!<p>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..<p>Enough! Time to jump into the pool, and share it!<p>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:<p>* simple execution: once registered, you simply trigger your shortcut by typing `tk [shorcut-name]`<p>* sync: save/recover existing shortcut with github gist<p>* 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`<p>* support autocompletion (for shortcut and template arguments)<p>I hope some find it useful ! Any feedbacks are greatly appreciated !<p>Julien