moul / assh

:computer: make your ssh client smarter
https://manfred.life/assh
MIT License
3.06k stars 156 forks source link

Add hooks (achievements ?) #16

Open moul opened 11 years ago

ccharlton commented 9 years ago

Is there an existing library you'd use to support this?

moul commented 9 years ago

Hum, I really don't know, actually I only thought about hooks for achievements (kind of https://github.com/icefox/git-achievements), but hooks may unlock some useful workflows

We need to think about which kind of hooks may be useful, for instance, something like:

About the library specifically I have no preferences, just keep in mind I'm thinking about porting this project in golang to enhance speed, ease of install and recode everything from zero to fix some hacks I did in the Python version, I will probably keep the 2 versions for a time so people can keep their preferred one (#35)

ccharlton commented 9 years ago

Cute. Don't forget one for when writing a config file with ASSH for the first time. :)

moul commented 8 years ago

hooks are implemented, achievements aren't yet