https://github.com/redetection/timeline
Simple yet effective time tracker
https://github.com/redetection/timeline
productivity time-tracking
Last synced: 13 days ago
JSON representation
Simple yet effective time tracker
- Host: GitHub
- URL: https://github.com/redetection/timeline
- Owner: ReDetection
- License: other
- Created: 2022-04-10T04:06:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T14:55:50.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T05:42:48.803Z (13 days ago)
- Topics: productivity, time-tracking
- Language: Swift
- Homepage:
- Size: 849 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Timeline
I am sick of over-complicated time trackers. I want something as simple as a single screen with overview for a whole day, but be able to see it with precision granularity.

## Motivation
I'd like to discovery crossplatform opportunities of Swift language and also learn some SwiftUI. OS X app is ready enough (I use it daily), hopefully I will implement Linux and Windows apps before I run out of luck.
## Installation
#### macOS
Do not use SPM (no support for macOS app bundles), use xcodeproj instead. SPM is there for the SPM testing purposes
```
open timeline.xcodeproj
```
Data is stored in the `~/Library/Containers/ru.redetection.timeline/Data/Library/Application Support/ru.redetection.timeline/timeline.sqlite`
#### LinuxSPM is a way to go.
```
swift build --product "Timeline-linux"
./.build/debug/Timeline-linux
```At the moment app expects no remote X windows, only ones from local machine. Data is stored in the `~/.timeline/store.sqlite`