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: 4 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T14:25:48.000Z (about 11 years ago)
- Last Synced: 2025-01-27T11:14:39.762Z (6 months 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]
...
```