aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1c3959f7a40c0b2676283880acf2be1d9d85ff8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Watcher
### Minimal Open source Screen-Time Tracker (CLI-app)
<img src="https://cdn.discordapp.com/attachments/846673042893832195/952274599276580874/watcher.png" width=90% height=auto>

## Table of Contents

- [About](#about)
- [Gallery](#gallery)
- [Installation](#installation)
- [Todo](#to-do)

## About
Watcher is CLI-app (at this moment) which helps you to get perspective about your Screen-time

## Gallery
Day Summary             |  Week Summary
:-------------------------:|:-------------------------:
![](https://cdn.discordapp.com/attachments/846673042893832195/952283314746691624/unknown.png)  |  ![](https://cdn.discordapp.com/attachments/846673042893832195/952283190716948521/unknown.png)

Funfact: You might be thinking how can someone has 14 hrs of screen time in a single day, Well ! short ans is AFK-feature is not implemented yet... Most of the time I left my laptop as it is so it also counts that AFK time as Screen-time

## Installation
* Note: Install [```xdotool```](https://github.com/jordansissel/xdotool) on your system ( its the only dependancy )
* First, Clone this repository and cd into it-
```bash
$ git clone https://github.com/Waishnav/Watcher
$ cd ./Watcher/
```
* Then run install script
```bash
$ ./install
```

## To-do
- [ ] AFK feature
- [ ] GUI only if got 300 stars Probably [Tauri App](https://github.com/tauri-apps/tauri).