https://github.com/hamaluik/timecop
A time tracking app that respects your privacy and the gets the job done without being fancy.
https://github.com/hamaluik/timecop
hacktoberfest
Last synced: about 1 year ago
JSON representation
A time tracking app that respects your privacy and the gets the job done without being fancy.
- Host: GitHub
- URL: https://github.com/hamaluik/timecop
- Owner: hamaluik
- License: apache-2.0
- Created: 2020-02-26T05:22:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T03:13:20.000Z (about 1 year ago)
- Last Synced: 2025-01-24T04:17:55.045Z (about 1 year ago)
- Topics: hacktoberfest
- Language: Dart
- Homepage: https://timecop.app/
- Size: 22.2 MB
- Stars: 846
- Watchers: 15
- Forks: 156
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - . (Uncategorized / Uncategorized)
- awesome-open-source-flutter-applications - Timecop - commit/hamaluik/timecop) |  | (Flutter Project Showcase)
- jimsghstars - hamaluik/timecop - A time tracking app that respects your privacy and the gets the job done without being fancy. (Dart)
- awesome-linux-software - , [F-Droid](https://f-droid.org/packages/ca.hamaluik.timecop/)), [iOS](https://apps.apple.com/us/app/time-cop/id1500711020), and [Linux](https://flathub.org/apps/details/ca.hamaluik.Timecop)
* Fully private—there is no tracking / spying / advertising / etc
* Keep track of tasks with multiple parallel timers that can be started with the tap of a button
* Associate timers with projects to group your work (or don't)
* Start, stop, edit, and delete timers whenever with no fuss
* Export data as a `.csv` file, filtered by timespans and projects
* Export the app's database for full access to all of its data
* Automatic light mode / dark mode based on your device settings
* Localized in several languages (thanks to [Google Translate](https://cloud.google.com/translate)): English, Arabic, German, Spanish, French, Hindi, Japanese, Korean, Portuguese, Russian, Chinese (Simplified), Chinese (Traditional), as well as Italian, Czech, Norwegian, and Indonesian (via contributors)
* Open source ([licensed under Apache-2.0](LICENSE))—fork away!
## Screenshots
More screenshots (including dark-mode and localization demonstrations) are available in the [screenshots/](screenshots/) folder.
## Contributing
I'm happy to take bug reports and pull requests if you want to help improve _Time Cop_, but I fundamentally want to keep this app relatively small and simple. If that's not for you, there's [plenty](https://toggl.com/) of [other](https://clockify.me/) [options](https://www.workpuls.com/) [out](https://www.manictime.com/) [there](https://trackabi.com/).
The app is created pretty much entirely in [Dart](https://dart.dev/) using [Flutter](https://flutter.dev/), and I tried to make heavy use of the [Bloc](https://bloclibrary.dev/#/) pattern.
Here are a few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view its [online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
After [installing and setting up Flutter](https://docs.flutter.dev/get-started/install) (ideally its latest stable version) and downloading the Time Cop code, you should be able to simply [build and run](https://docs.flutter.dev/get-started/test-drive#run-the-app) this Flutter project, at least for mobile platforms. For more information, see the `CONTRIBUTING.md` file.
### Localizations
You can help translate Time Cop on [Weblate](https://hosted.weblate.org/projects/timecop/). If you notice any incorrect strings, feel free to correct them. Similarly, if you want to add a language, please do!
Translations are handled using [Project Fluent](https://projectfluent.org/). Currently all translations except English, Italian, Czech, Norwegian, and Indonesian were auto-translated by [Google Translate](https://cloud.google.com/translate) using my [Translate Tool](https://github.com/hamaluik/translatetool).
## Todo
A list of “user stories” (and I use that term very loosely) guiding the development of this app is available in [design/user-stories.md](design/user-stories.md); any unchecked boxes are outstanding items on the todo list!