Skip to content

thedmkn/hackatime-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Hackatime PowerShell Setup Script for Windows

  1. Copy the HACKATIME_API_URL, HACKATIME_API_KEY and SUCCESS_URL from hackatime
$env:HACKATIME_API_URL = "https://xxx.xxx" # HACKATIME_API_URL
$env:HACKATIME_API_KEY = "api_key" # HACKATIME_API_KEY
$env:SUCCESS_URL = "https://xxx.xxx" # Optional: SUCCESS_URL
  1. Run
.\hacka.ps1

About

Activate hackatime on windows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published