Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gawel/rtm-cli
https://github.com/gawel/rtm-cli
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gawel/rtm-cli
- Owner: gawel
- Created: 2012-11-10T14:45:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-11T17:37:12.000Z (about 12 years ago)
- Last Synced: 2024-10-28T03:44:51.773Z (about 2 months ago)
- Language: Python
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=========================================
Remember The Milk command line interface
=========================================Yeah. I'm trying to get organized. So I wrote this lightweigth CLI for
https://www.rememberthemilk.com/.If you want a more advanced CLI you can have a look at `rtm
`_.It contains much more feature.
Instalation
===========With pip::
$ pip install git://github.com/gawel/rtm-cli.git
Usage
=====Show list @Work::
$ rtm show @w
Show list @Work sorted by priority::
$ rtm show p @work
Show list @Work sorted by due date and priority::
$ rtm show dp @work
Add a Work task estimated to 5mn for tomorrow::
$ rtm add @Work :5mn ^+1 Make some coffee
Add a task due for next wednesday with high priority::
$ rtm add %1 ^wednesday Make some coffee
Edit a task. Change due date and list::
$ rtm edit ^+7 @work Make some coffee
Mark task complete::
$ rtm done Make some
Delete a task::
$ rtm del Make some
Sort key
========Here are the available sort keys:
- p: priority
- l: list name
- d: due date
- n: name
- t: tags
- e: estimate