https://github.com/nshttpd/did-this
Did This CLI app for daily task tracking
https://github.com/nshttpd/did-this
Last synced: 5 months ago
JSON representation
Did This CLI app for daily task tracking
- Host: GitHub
- URL: https://github.com/nshttpd/did-this
- Owner: nshttpd
- License: bsd-3-clause
- Created: 2018-07-29T23:24:30.000Z (almost 8 years ago)
- Default Branch: trunk
- Last Pushed: 2025-04-23T23:42:26.000Z (about 1 year ago)
- Last Synced: 2025-04-24T00:29:34.797Z (about 1 year ago)
- Language: Go
- Size: 1.01 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### did-this
n.b. .... currently under development and a work in progress
In remote teams it's helpful to keep track of what you are working on or have completed during the day for
stand ups or status reports. Sometimes these are "online only" via Slack or some other mechanism. This is a CLI
that will help you keep track of what you have done to report on the next day.
Default location to store the DB and config file is ~/.did-this.
Current usage is something like :
`did-this add JIRA-667 rebuilt Kubernetes cluster`
the above will add that completed task into the DB under the current date. There is no going back and padding
previous days, so make sure you keep track of what's going on.
When it's time to report in you can list the tasks you completed :
`did-this list`
This will list all the completed tasks that you saved from the previous day. If you want to remind yourself
of what you've done today you can :
`did-this list today`
or on Monday when you need to list out what you did on Friday :
`did-this list 2018-08-10`