Manage the transcripts of ssh
$ go get github.com/mizoR/coo/cmd/{coo,coo-tee}
$ vm_stat 3 | coo-tee vmstat.log -t
$ coo www.example.com
# Runs
# $ ssh www.example.com | coo-tee "$HOME/.ssh/transcripts/www.example.com/YYYY-mm-dd.txt" -t -a
- Fork it ( https://github.com/mizoR/coo/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request