Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwenwindflower/faire
a kind and tidy CLI for your habits and tasks
https://github.com/gwenwindflower/faire
Last synced: 3 days ago
JSON representation
a kind and tidy CLI for your habits and tasks
- Host: GitHub
- URL: https://github.com/gwenwindflower/faire
- Owner: gwenwindflower
- Created: 2024-07-05T22:09:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:51:55.000Z (23 days ago)
- Last Synced: 2024-10-24T02:05:23.949Z (22 days ago)
- Language: Go
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π«§πΏ faire πΈβ¨
> [!WARNING]
> This project is still super early! Use at your own risk.## π§Όπ¦ a kind and tidy CLI for your tasks and habits π§Ήπ¦
I've wanted to build a delightful CLI for todo lists and habit tracking for many moons now, this is me finally getting around to it!
## π± features π»
- Multiple task states (todo, in progress, done)
- Vim-like keybindings
- Natural language date parsing for due dates (e.g. `tomorrow`, `next Tuesday`, `in 2 weeks`)
- Habit tracking
- Simple and intuitive UX
- Cute and vibey design## π installation πΊ
- Clone the repo
- `go build -o ~/go/bin/faire`
- `faire`## π¦ roadmap πΌ
- [ ] LLM-generated daily agendas
- [ ] CLI commands (as opposed to the current TUI-based interface)