Settings

Theme

Show HN: A simple CLI to create shortcut to you most common commands!

github.com

2 points by Julien_r2 3 years ago · 0 comments · 1 min read

Reader

Hi 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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection