rat-times/README.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

2023-04-23 10:51:41 +00:00
# ![Logo representing a rat's butt](assets/logo.png) Rat Times
2023-02-24 20:39:49 +00:00
Track your time, save it to a CSV file.
2023-03-09 20:26:57 +00:00
Uses Godot 3.5
2023-02-24 20:39:49 +00:00
2023-04-23 10:51:41 +00:00
![screenshot of the app in usage](exports/screenshot.png)
2023-03-04 15:11:55 +00:00
## Features
- Saves to custom CSV file. Sync this file with syncthing/nextcloud/dropbox/whatever you like
2023-04-23 10:51:41 +00:00
- File watcher. Change the CSV externally, see the update in the UI
2023-03-04 15:11:55 +00:00
- Versions for Linux, Windows, Android, and presumably IOS and Mac (untested)
- Custom theming possible
- Does not depend on a timer, so you can close the app immediately after starting a task
- Create nested tasks with `task/subtask` notation
## Coming Up
- Command line version supplied for your scripting needs or for terminal lovers
- Plugin interface to change/add functionality
2023-03-05 11:43:45 +00:00
- price per task
## License
This work is released under the The Nonviolent Public License (NVPLv7+)
https://thufie.lain.haus/NPL.html
In short: you can do whatever you want with with the work, including using it commercially, provided that you release the work under the same terms.
Exception:
- you cannot use the work for patents
- you cannot use the work for harm, surveillance, discrimination, law enforcement, pollution
- in a corporation, you cannot use the work commercially, unless in a worker-owned cooperative, or otherwise a company that redistributes surplus equally amongst workers.
Please read the [full terms](./LICENSE.md) for proper wording.