A simple freecad wakatime extension
- wakatime-cli (Linux and macOS only)
- wakatime configured
The install path for FreeCAD modules depends on the operating system used.
To find the user's application data directory, enter the following command in FreeCAD's Python console:
App.getUserAppDataDir()
Examples for different operating systems:
- Linux:
/home/<user>/.local/share/FreeCAD/Mod/
- macOS:
/Users/<user>/Library/Preferences/FreeCAD/Mod/
- Windows:
C:\Users\<user>\AppData\Roaming\FreeCAD\Mod\
Navigate to the Mod
directory (create it if it doesn't exist) using the CLI and use Git to install freecad-wakatime:
git clone https://github.com/Pegoku/freecad-wakatime.git
Navigate to the Mod/freecad-wakatime
directory using the CLI and use Git to update the extension:
git pull