Sha256: 053a2836afdab3bd058b8235814c6ebd72ba9743412e9047aebc63bd2a6dbbc6
Contents?: true
Size: 1.59 KB
Versions: 3
Compression:
Stored size: 1.59 KB
Contents
# Markdo Markdown-based task manager. Inspired by OmniFocus and GitHub Flavored Markdown's task lists. ## Installation Install Ruby, and then: gem install markdo ## Usage You might already be using Markdo-formatted text already! Basically, you write Markdown, and use the GFM "task list" syntax: ``` # Example Any Markdown you want ## Like headings ## And subheadings > Quoted text. And of course: - [x] A completed task - [ ] An incomplete task - [ ] A subtask - [ ] 2016-01-01 A task with a date - [ ] A task with a @tag ``` Then you can use `markdo` to interact with your files. See `markdo help` for more information. add "string" Add a task to the inbox. (Set $MARKDO_ROOT and $MARKDO_INBOX.) edit Edit $MARKDO_ROOT in $EDITOR. help, --help Display this help text. overview Get overview of starred, today's, and tomorrow's tasks. overdue Search *.md files for previous dates. (YYYY-MM-DD format.) tag "string' Search *.md files for @tag. today Search *.md files for today's date. (YYYY-MM-DD format.) tomorrow Search *.md files for tomorrow's date. (YYYY-MM-DD format.) star, starred Search *.md files for @star. query, q "string" Search *.md files for string. version, --version Display the version. ## Contributing 1. Fork it 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 new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
markdo-0.1.2 | README.md |
markdo-0.1.1 | README.md |
markdo-0.1.0 | README.md |