A simple Aseprite plugin to track your time in Wakatime. This implementation is basic (Don't hesitate to contribute!) and thus doesn't do a few things you'd expect from an official wakatime-plugin:
- It doesn't automatically download and update your wakatime-cli (Another editor will probably do this for you, I hope at least)
- Doesn't ask you to add your api key (You can add it manually in your .wakatime.cfg)
-
Download the latest release from the releases page
-
Open Aseprite
-
Go to settings (
Ctrl + ,
,⌘ + ,
,Ctrl + K
, or⌘ + K
) -
Go to extensions
-
Click on "Add extension"
-
Select the downloaded file
-
Enjoy!
-
Next you can define your project name by clicking on this icon
and then on this button at the end
You need to do that each time you start a project to change its name in Wakatime
The plugin should automatically start tracking your time after you installed it.
You don't really build an aseprite plugin, you just need to zip the whole folder and rename the extension to .aseprite-extension
.
Step-by step:
- Clone the repo
- Cd into the repo
cd wakatime-Aseprite
- Zip & rename the folder:
zip -r wakatime-aseprite.aseprite-extension src
This project is licensed under the MIT License - see the LICENSE.md file for details