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

  1. Fork it ( https://github.com/[my-github-username]/taskmeister/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request