Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trgkanki/remaining_time
https://github.com/trgkanki/remaining_time
anki anki-addon productivity
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trgkanki/remaining_time
- Owner: trgkanki
- License: agpl-3.0
- Created: 2020-04-14T04:19:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T02:15:24.000Z (9 months ago)
- Last Synced: 2024-04-16T03:09:08.299Z (9 months ago)
- Topics: anki, anki-addon, productivity
- Language: Python
- Homepage:
- Size: 5.95 MB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Remaining time
[![Donate via patreon](https://img.shields.io/badge/patreon-donate-green.svg)](https://www.patreon.com/trgk)
[![AnkiWeb page](https://img.shields.io/badge/AnkiWeb-addon-blue.svg)](https://ankiweb.net/shared/info/1508357010)This addon shows you how much time it takes to complete a deck. Essential addon.
![Remaining Time Example](remaining_time.png)
## Developing
1. `git clone` this repo
2. `npm i` to install dependencies & linters
3. For TS changes, `npm run dev:js` to compile your changes continuously
4. `npm run build` to create `.ankiaddon` file.
5. `npm run dist` to build and tag your release. **Note that this script automatically tags your release!**