Create desktop /contexts/ with custom entry/exit actions
$ gem install context
$ context new test
$ cd ~/.context/contexts/vpn/
$ emacs enter.sh exit.sh
$ context list
$ context vpn
$ context -h
Also, check out examples in examples/ directory.
- Fork it
- 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 new Pull Request