https://github.com/wakatime/wakatime-cli
Command line interface used by all WakaTime text editor plugins
https://github.com/wakatime/wakatime-cli
analytics metrics productivity quantified-self time-tracker
Last synced: about 1 month ago
JSON representation
Command line interface used by all WakaTime text editor plugins
- Host: GitHub
- URL: https://github.com/wakatime/wakatime-cli
- Owner: wakatime
- License: bsd-3-clause
- Created: 2020-03-04T17:11:29.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2026-04-30T12:26:39.000Z (about 1 month ago)
- Last Synced: 2026-04-30T13:17:07.387Z (about 1 month ago)
- Topics: analytics, metrics, productivity, quantified-self, time-tracker
- Language: Go
- Homepage: https://wakatime.com/plugins
- Size: 3.26 MB
- Stars: 428
- Watchers: 13
- Forks: 69
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# WakaTime CLI
[](https://github.com/wakatime/wakatime-cli/actions)
[](https://codecov.io/gh/wakatime/wakatime-cli)
[](https://github.com/wakatime/wakatime-cli/releases)
[](https://wakatime.com)
Command line interface to [WakaTime][wakatime] used by all WakaTime [text editor plugins][editors].
Go to [http://wakatime.com/editors][editors] to install the plugin for your text editor or IDE.
## Usage
Normally you don't need to use wakatime-cli directly unless you're building a new WakaTime plugin.
If you're building a plugin using the [WakaTime API][api], follow the [Creating a Plugin][creating-plugin] guide.
WakaTime plugins and wakatime-cli share a common [INI][usage] config file:
`$WAKATIME_HOME/.wakatime.cfg`
IDE plugins log to the IDE’s console, and wakatime-cli writes JSONL logs to:
`$WAKATIME_HOME/.wakatime/wakatime.log`
With the `~/.wakatime.cfg` config `debug = true` enabling verbose logs.
See [Usage][usage] or the [WakaTime FAQ][faq] for more details.
## Contributing
Pull requests and issues are welcome!
See [Contributing][contributing] for more details.
## Troubleshooting
See [Troubleshooting][troubleshooting] for more details.
Many thanks to all [contributors][authors]!
Made with :heart: by the WakaTime Team.
[wakatime]: http://wakatime.com
[editors]: http://wakatime.com/editors
[api]: https://wakatime.com/developers/
[creating-plugin]: https://wakatime.com/help/misc/creating-plugin
[faq]: https://wakatime.com/faq
[usage]: USAGE.md
[contributing]: CONTRIBUTING.md
[troubleshooting]: TROUBLESHOOTING.md
[authors]: AUTHORS