Skip to content

ik11235/wakatime.fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

wakatime.fish

fish plugin for WakaTime

Unofficial script for wakatime tracking in the fish shell.

Differences from officially linked scripts

  • Also works with wakatime-cli.
  • Use git information to determine project name.
  • Can be installed as a fisher plugin.

Getting Started

Prerequisites

wakatime-cli Install

If it does not work, please refer to the official documentation.

curl https://raw.githubusercontent.com/wakatime/vim-wakatime/master/scripts/install_cli.py | python3 -

fisher Install

If it does not work, please refer to the official documentation.

curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher

Installation

fisher install ik11235/wakatime.fish

Disable by environment variable

If you want to disable this plugin temporarily, or if you want to use a common config on multiple machines and disable it on only some machines, set the following environment variables.

export FISH_WAKATIME_DISABLED=true

Licence

MIT