Regard is a self-hosted tool written in Rust and React that allows you to track the amount of time you spend working on specific projects without any input from you. It consists of a command line interface (CLI) that allows you to manage your watchers (which are responsible for tracking whether you are working on a specific project). The CLI allows you to create, delete, or disable watchers, as well as check their status.
The graphical user interface (GUI) allows you to view your work times with precision, using graphs or a calendar, and also allows you to basic manage your watchers (enabling or disabling them).
-
Install the zip corresponding to your distribution here.
-
After unzipping it, use this command in the folder:
./install.sh
Just do this command in your terminal
~/.regard_config/uninstall.sh
Run the command regard display to open the GUI, allowing you to view your work hours and perform basic actions on your watchers
The CLI is the configuration area for your watchers. Here, you can create, display, rename, and manage them as you please. Remember to run regard --help for additional options and information.
Hoping to see you soon in my pull request π