We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://github.com/irondoge/bash-wakatime/blob/master/bash-wakatime.sh#L17
(~/.wakatime/wakatime-cli --write --plugin "bash-wakatime/$version" --entity-type app --project "$project" --entity "$entity" 2>&1 > /dev/null &)
Why not let user install wakatime-cli from their package manager (apt/yum/pacman/emerge/brew/nix)?
The text was updated successfully, but these errors were encountered:
I found @alanhamlett change wakatime-cli to ~/.wakatime/wakatime-cli. Why not
wakatime-cli
~/.wakatime/wakatime-cli
bin=$(command -v wakatime-cli 2>/dev/null) if [[ -z $bin ]]; then bin=~/.wakatime/wakatime-cli fi
Sorry, something went wrong.
No branches or pull requests
In https://github.com/irondoge/bash-wakatime/blob/master/bash-wakatime.sh#L17
Why not let user install wakatime-cli from their package manager (apt/yum/pacman/emerge/brew/nix)?
The text was updated successfully, but these errors were encountered: