https://github.com/kajyr/did
A tool to keep track of the activities done, inspired by the did.txt file idea.
https://github.com/kajyr/did
did work-tracker
Last synced: 2 months ago
JSON representation
A tool to keep track of the activities done, inspired by the did.txt file idea.
- Host: GitHub
- URL: https://github.com/kajyr/did
- Owner: kajyr
- License: mit
- Created: 2018-07-18T07:00:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T15:33:49.000Z (over 3 years ago)
- Last Synced: 2025-02-28T07:27:49.366Z (over 1 year ago)
- Topics: did, work-tracker
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# did
A tool to keep track of the activities done, inspired by this post: [did.txt file][blog].
## Usage
```sh
$ did "Writing the README"
```
This will produce a `~/did.txt` file with the logs appended.
## Installation
You need [cargo][cargo] to install and build the `did` command for your computer
```sh
cargo install did
```
### Options
**-t --ticket**
Prepends a ticket id to the message. Useful for Jira
[blog]: https://theptrk.com/2018/07/11/did-txt-file/
[cargo]: https://github.com/rust-lang/cargo