https://github.com/alphabetsalphabets/actt
A simple and intuitive activity tracker made in Rust!
https://github.com/alphabetsalphabets/actt
Last synced: 3 months ago
JSON representation
A simple and intuitive activity tracker made in Rust!
- Host: GitHub
- URL: https://github.com/alphabetsalphabets/actt
- Owner: AlphabetsAlphabets
- Created: 2022-10-21T12:52:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T13:53:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T08:08:23.311Z (5 months ago)
- Language: Rust
- Size: 275 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Actt
A simple and intuitive activity tracker. It keeps track of exactly what you spend your time doing. This is all completely local so no need to worry about anyone else seeing your data!
# Installation & Usage
You must compile the project using the nightly toolchain. To switch to it run the following command:
```
rustup default nightly
```Only then can you run and compile.