Skip to content

Instantly share code, notes, and snippets.

@ryanjohnston
Last active September 10, 2018 14:53
Show Gist options
  • Save ryanjohnston/1bb8927ff1cad228fabcfb4ae3cae858 to your computer and use it in GitHub Desktop.
Save ryanjohnston/1bb8927ff1cad228fabcfb4ae3cae858 to your computer and use it in GitHub Desktop.
[๐Ÿ›  Productivity - Wakatime] Suggestions and tips for using wakatime for time tracking #productivity

Productivity

Table of Contents

  • Wakatime - Automated time tracking service for developers.

Wakatime

Open-source plugin for metrics, goals, leaderboards, and automatic time tracking. There are many integration methods provided but these are the ones that I use:

Sketch

  • Download the latest release.
  • Unzip the file.
  • Open the WakaTime.sketchplugin file to install the plugin.
  • Enter your API key , then click OK.
  • Use Sketch like you normally do and your time will be tracked for you automatically.
  • Visit https://wakatime.com/dashboard to see your coding activity.

ZSH

  • sudo pip install wakatime.
  • Using antigen: antigen bundle sobolevn/wakatime-zsh-plugin
  • Using zgen: zgen load sobolevn/wakatime-zsh-plugin
  • Or manually: cd ~/.oh-my-zsh/custom/plugins && git clone https://github.com/sobolevn/wakatime-zsh-plugin.git then add wakatime to the list of plugins in your .zshrc file.
  • Make sure your API key is in your ~/.wakatime.cfg file.
  • Open a new terminal and type commands.
  • Your zsh activity will be displayed on your WakaTime Dashboard.

XCode

  • curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh
  • Restart Xcode.
  • Enter your API key, then click OK.
  • Use Xcode and your coding activity will be displayed on your WakaTime Dashboard.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment