This is some of my thoughts scrambled down in no particular order.
- Establish a solid test suite for current functionality
- Retrieve a SSH config by URL and place it under
~/.ssh/
with proper permissions - Check the ability to integrate with Transmit.app (FTP Client). Transmit read everything inside
~/.ssh/config
but you've to add it as a favorite yourself. I would want to automate that process so thatssh-config set
andssh-config unset
add and remove a Trasmit favorite automatically. - Update codebase for Ruby 1.9+
- Merge standanlone commands
- Add a more configurable interface (colors for highlighting, logging, etc)