Taskmeister
Simple task management modelled after t.
Installation
Add this line to your application's Gemfile:
gem 'taskmeister'
And then execute:
$ bundle
Or install it yourself as:
$ gem install taskmeister
Usage
TODO: Write usage instructions here
Notes
Just trigger vim to edit the file in place with the following commands
"${EDITOR:-vi}" file.txt
vim +4 README.md
vim +/killproc file.md
vim +/guid file.md
Contributing
- Fork it ( https://github.com/[my-github-username]/taskmeister/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