BASH plugin for wakatime
July 18, 2023 ยท View on GitHub
Automatic time tracking for commands in BASH using wakatime.
Installation
Make sure you have configured wakatime API key in your ~/.wakatime.cfg file.
-
Run
./install_cli.shto install the WakaTime CLI. -
For bash users:
-
include the "bash-wakatime.sh" file in your "~/.bashrc" file with this command:
. path/to/bash-wakatime.sh -
or this command:
source path/to/bash-wakatime.sh -
But if you already have a PROMPT_COMMAND variable set, just merge your own pre_prompt_command with the following one. And don't forget to create and configure your "~/.wakatime.cfg" file.
-
Open a new terminal and type commands