Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamadapc/toggl-cli-status
See your current Toggl Time Entry in the Terminal
https://github.com/yamadapc/toggl-cli-status
Last synced: about 1 month ago
JSON representation
See your current Toggl Time Entry in the Terminal
- Host: GitHub
- URL: https://github.com/yamadapc/toggl-cli-status
- Owner: yamadapc
- License: mit
- Created: 2015-05-16T00:03:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T22:29:29.000Z (about 9 years ago)
- Last Synced: 2024-12-24T11:58:05.501Z (about 1 month ago)
- Language: D
- Size: 738 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# toggl-cli-status
See your current Toggl Time Entry in the Terminal.![demo](/demo.gif)
_Using it on tmux or zsh is super buggy/slow atm._
## Using it on zsh
On your theme:
```
RPROMPT="%{$fg_bold[grey]%}$(toggl-cli-status -s)"
```How mine looks:
![](https://www.dropbox.com/s/cfmupaugip2ywze/Screenshot%202015-11-11%2020.27.16.png?dl=1)## Using it on tmux
```
set -g status-right '#(toggl-cli-status -s)'
```## License
This code is licensed under the MIT license. For more information please refer
to the [LICENSE](/LICENSE) file.