Skip to content

Pegoku/freecad-wakatime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freecad-wakatime

A simple freecad wakatime extension

Installation

Prerequisites

  • wakatime-cli (Linux and macOS only)
  • wakatime configured

Manual Installation

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

Manual Update

Navigate to the Mod/freecad-wakatime directory using the CLI and use Git to update the extension:

git pull