Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabienarcellier/done
'Done' is a command line tool to keep track of activities you have done during your day.
https://github.com/fabienarcellier/done
Last synced: 25 days ago
JSON representation
'Done' is a command line tool to keep track of activities you have done during your day.
- Host: GitHub
- URL: https://github.com/fabienarcellier/done
- Owner: FabienArcellier
- Created: 2014-04-19T13:27:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T14:25:48.000Z (over 10 years ago)
- Last Synced: 2023-03-10T21:47:54.681Z (almost 2 years ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Done
'Done' is a command line tool to keep track of activities you have done during your day.
## Usage
* Register a new activity
```
done "I have visited eiffel tower."
```* List activities you have done today
```
done today
``````
[Today]
* We have visited eiffel tower.
```* List activities you have done this week
```
done this week
``````
[Today]
* We have visited eiffel tower.[Yesterday]
* We send news and photo to my family
* We write a blog post about my first sensation in Paris
* We visited Orly Airport
* Our plane take off at Paris Orly.[16/04/2014]
...
```