Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlarocque/habi
command line habit tracking app
https://github.com/dlarocque/habi
command-line golang habit-tracking
Last synced: 13 days ago
JSON representation
command line habit tracking app
- Host: GitHub
- URL: https://github.com/dlarocque/habi
- Owner: dlarocque
- License: apache-2.0
- Created: 2022-03-08T04:03:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T23:14:02.000Z (over 2 years ago)
- Last Synced: 2024-11-07T12:17:17.728Z (2 months ago)
- Topics: command-line, golang, habit-tracking
- Language: Go
- Homepage:
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# habi (Work In Progress)
habi is a command line habit tracking app that prioritizes quick usage.
## Installation
```zsh
$ go install github.com/dlarocque/habi@latest
```## Usage
Track a new habit with `habi track`
```
$ habi track stretching
```Log that you've completed your habit with `habi log`
```
$ habi log stretching
```View a history of your habit patterns with `habi view`
```
$ habi view # view history of all habits
$ habi view stretching # view history of your stretching habit
```## Authors
Daniel La Rocque