Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashnuke/j
a simple command-line task manager written in ruby
https://github.com/hashnuke/j
Last synced: 8 days ago
JSON representation
a simple command-line task manager written in ruby
- Host: GitHub
- URL: https://github.com/hashnuke/j
- Owner: HashNuke
- Created: 2011-02-21T01:58:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-10T04:55:50.000Z (about 10 years ago)
- Last Synced: 2024-11-02T13:42:16.295Z (15 days ago)
- Language: Ruby
- Homepage: http://akash.im/j
- Size: 148 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
j - task manager (v0.5.1)
==========================j, stands for jot and is a simple command-line task manager written in Ruby. Inspired by [t-](http://www.penzba.co.uk/t-/t-.html) which was written in Python.
Install
--------gem install j
Note
-----As of version 0.6.11, the executable is available as both "j" and "jot". So feel free to use whichever you feel is world changing ;)
Usage
-------* List todo tasks: `j`
* List all tasks: `j -a`
* List finished tasks: `j -f`
* Mark a task as done: `j -m `
For example: `j -m 3`* Delete a task: `j -d `
* Clear task list by deleting the *.todo* file (will be recreated later when needed): `j -c`
* Display the scroll to use the magic: `j -h`
Key is a number that you will find next to a task, when you list tasks. It isn't the same everytime. So watch out!
**All tasks are stored in the *.todo* file in your *$HOME* directory. However, if your current directory contains a *.todo* file, then that file will be used.**