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 & add an extension with the file you just downloaded.
- You can now define your project name by clicking there:
and then on this option at the end
You'll need to do that each time you start a project for it to appear correctly on wakatime. (folder based detection is in the works)
Just run the package.sh script at the root of the repo to create a wakatme-aseprite.aseprite-extension file in the dist/ folder.
This project is licensed under the MIT License - see the LICENSE.md file for details