https://github.com/wiscaksono/tmux-wakatime
TMUX plugin showing wakatime today stats
https://github.com/wiscaksono/tmux-wakatime
linux macos tmux wakatime
Last synced: 3 months ago
JSON representation
TMUX plugin showing wakatime today stats
- Host: GitHub
- URL: https://github.com/wiscaksono/tmux-wakatime
- Owner: wiscaksono
- License: apache-2.0
- Created: 2024-02-09T23:47:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T07:34:54.000Z (about 1 year ago)
- Last Synced: 2025-03-12T12:51:38.664Z (7 months ago)
- Topics: linux, macos, tmux, wakatime
- Language: Shell
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TMUX Wakatime
Shows [WakaTime](https://wakatime.com/) today statistics in the status line.

## Installation
### Requirements
* [jq](https://jqlang.github.io/jq/)
* [sed](https://github.com/mirror/sed)### With Tmux Plugin Manager
Add the plugin in `.tmux.conf`:
```
set -g @plugin 'wiscaksono/tmux-wakatime'
```
Press `prefix + I` to fetch the plugin and source it. Done.### Manual
Clone the repo somewhere. Add `run-shell` in the end of `.tmux.conf`:```
run-shell PATH_TO_REPO/tmux-wakatime.tmux
```
NOTE: this line should be placed after `set-option -g status-right ...`.Press `prefix + :` and type `source-file ~/.tmux.conf`. Done.
## Usage
Add `#{wakatime}` somewhere in the right status line:
```
set-option -g status-right "#{wakatime}"
```
## License
tmux-wakatime plugin is released under the [Apache License](https://www.apache.org/licenses/LICENSE-2.0).