diff options
author | 2022-03-13 00:54:53 +0530 | |
---|---|---|
committer | 2022-03-13 00:54:53 +0530 | |
commit | 0e8bf7c6d7828f58796cd4f7990953dfa609d4db (patch) | |
tree | 42420e05d0a36d8e904984b4993b406aa8fb6591 | |
parent | 6352e4288ab5489c57ead68b97e3fc1f60bc6097 (diff) | |
download | shopno-os-log-sync-0e8bf7c6d7828f58796cd4f7990953dfa609d4db.tar.gz shopno-os-log-sync-0e8bf7c6d7828f58796cd4f7990953dfa609d4db.zip |
Update README.md
-rw-r--r-- | README.md | 31 |
1 files changed, 29 insertions, 2 deletions
@@ -1,2 +1,29 @@ -# Watcher -Minimal Open source Screen-Time calculator +# 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 +:-------------------------:|:-------------------------: + |  +## Info + +## Installation +Just clone this repo somewhere in your computer and cd into it and run install script +```bash +$ bash ./install.bash +``` + +## To-do +- [ ] AFK feature +- [ ] GUI only if got 300 stars Probably [Tauri App](https://github.com/tauri-apps/tauri). |