https://github.com/naps62/what_have_i_done
https://github.com/naps62/what_have_i_done
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/naps62/what_have_i_done
- Owner: naps62
- Created: 2016-01-22T22:59:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T17:30:46.000Z (over 10 years ago)
- Last Synced: 2025-03-08T01:04:13.381Z (over 1 year ago)
- Language: Ruby
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What have I done?
Give me a readable recap of everything I logged into Toggl today.
This should save me about 20 seconds every day. After a year, that'll sum up to more than an hour, so yeah...
# What does this do exactly?
Glad you asked. Let me show you:

# I want this
1. Install: `gem install what_have_i_done`
2. Get your Toggl API Key from [your profile page](https://www.toggl.com/app/profile) and store it in `~/.toggl`
3. Use at will: `what_have_i_done`
Pro tip: `alias what="what_have_i_done"`
# Why the f***?
Because I'm currently doing this manually every day to fill in our company's daily report (for time tracking, billing, and blah blah blah productivity blah)
# Roadmap
The next step would be to have this automatically submit the report in some way.