https://github.com/anduin2017/happyrecorder
https://github.com/anduin2017/happyrecorder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/anduin2017/happyrecorder
- Owner: Anduin2017
- License: other
- Created: 2023-07-27T04:55:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T06:12:19.000Z (about 1 year ago)
- Last Synced: 2025-04-10T07:24:43.291Z (about 1 year ago)
- Language: C#
- Size: 277 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Anduin's Happy Recorder
[](https://gitlab.aiursoft.cn/anduin/HappyRecorder/-/blob/master/LICENSE)
[](https://gitlab.aiursoft.cn/anduin/HappyRecorder/-/pipelines)
[](https://gitlab.aiursoft.cn/anduin/HappyRecorder/-/pipelines)
[](https://www.nuget.org/packages/Anduin.HappyRecorder/)
[](https://gitlab.aiursoft.cn/anduin/happyrecorder/-/commits/master?ref_type=heads)
This project uses some simple mathematical models to calculate your current physical state by recording the time when you have happy each time. It helps users establish a scientifically healthy behavior cycle and avoid excessive physical consumption.
## Install
Requirements:
1. [.NET 9 SDK](http://dot.net/)
Run the following command to install this tool:
```bash
dotnet tool install --global Anduin.HappyRecorder
```
## Usage
After getting the binary, run it directly in the terminal.
```bash
$ happy-recorder
Description:
A cli tool project helps recorder happy times and reactions.
Usage:
happy-recorder [command] [options]
Options:
-d, --dry-run Preview changes without actually making them
-v, --verbose Show detailed log
--version Show version information
-?, -h, --help Show help and usage information
Commands:
get Database result fetcher.
mark Add a new happy record to the database.
config Configuration management.
```