Installation
You can simply download YAAT from the latest release. Alternatively, you can install YAAT by cloning the repository and building:
git clone https://www.github.com/ctrl-shift-markus/yaat.git
cd yaat
go mod tidy
go build
There is a chance main.go will throw an error, but this can easily be fixed by running go mod tidy to install the required modules.
Usage
YAAT has two commands as of v2.0.0: log and list.
log <description> <duration> logs your activity.
list lists all your activities.
Example
The following screenshot shows every command of YAAT and how to use it:
Roadmap
I'm planning to add multiple new commands and options, including delete, edit and --interactive (so that it logs how long you do your activity in real time).
License
YAAT is licensed under the GNU General Public License v3.0.