https://github.com/mistweaverco/timetrack
Simple desktop 🖥️ application to track your time ⏰ spent on different projects 🎉.
https://github.com/mistweaverco/timetrack
linux-app linux-application mac-app time-tracker time-tracking time-tracking-app windows-app windows-application
Last synced: 22 days ago
JSON representation
Simple desktop 🖥️ application to track your time ⏰ spent on different projects 🎉.
- Host: GitHub
- URL: https://github.com/mistweaverco/timetrack
- Owner: mistweaverco
- License: mit
- Created: 2024-05-09T22:51:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T10:08:20.000Z (10 months ago)
- Last Synced: 2025-02-10T09:43:20.227Z (3 months ago)
- Topics: linux-app, linux-application, mac-app, time-tracker, time-tracking, time-tracking-app, windows-app, windows-application
- Language: TypeScript
- Homepage: https://timetrack.mistweaver.co
- Size: 1.61 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timetrack
Simple desktop 🖥️ application to track your time ⏰ spent on different projects 🎉.
## Screenshots
### Overview

## Configuration
By default, there is no configuration file.
The application will NOT create one!If you want to change the default configuration,
you have to create the configuration file yourself.The configuration file should be located at:
- Linux: `~/.config/timetrack/config.yml`.
- Mac: `~/Library/Application Support/timetrack/config.yml`.
- Windows: `%APPDATA%\timetrack\config.yml`.> [!NOTE]
> Example configuration file for timetrack:```yml
# Default value for database_file_path is
# Linux: ~/.config/timetrack/timetrack.db
# Mac: ~/Library/Application Support/timetrack/timetrack.db
# Windows: %APPDATA%\timetrack\timetrack.db
database_file_path="/home/marco/Desktop/timetrack.db"
```## Development
Checkout the [development guide](docs/development.md) for more information.