-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Cronometro (Beta) | ||
Cronómetro - Simple, Lightweight & Privacy focused time tracking app for freelancers. | ||
|
||
![Screenshot](https://i.imgur.com/wGE65tj.png) | ||
|
||
## Features: | ||
- Separate your worksheet files on daily, monthly, or yearly basis | ||
- Simple excel friendly CSV format | ||
- Privacy focused. You have full control over your tasks (all your working hours are stored locally) | ||
- No auto screenshots unless explicitly configured (upcoming feature) | ||
- Non intrusive interface (Works in BG as well) | ||
|
||
|
||
## Installation: | ||
|
||
**How to Install** | ||
- Download [chronometro.exe](https://github.com/okkosh/cronometro/releases) file and config.ini from releases. | ||
- Place it anywhere on your system. | ||
- *Double Click* **chronometro.exe** and It will show up on your screen. | ||
- Enjoy! | ||
|
||
**How to Remove** | ||
- Exit `chronometro.exe` from the tray (If it is already running). | ||
- Delete `chronometro.exe` file and optionally delete `config.ini` file alongside it. | ||
|
||
|
||
## Screenshots: | ||
![Screenshot](https://i.imgur.com/J31mjJF.png) | ||
|
||
|
||
## Building | ||
- Clone the Repo | ||
- Download Autohotkey (AHK) from https://www.autohotkey.com | ||
- Use `ahk2exe` tool and add `fn-lock` script into it | ||
- Compile | ||
|
||
## Disclamer | ||
This software/script is currently in Beta. Use at your own risk. | ||
|
||
## Credits: | ||
Icon by - [lucy G](https://bylucyg.com/) |