Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/by-sabbir/remembrall
https://github.com/by-sabbir/remembrall
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/by-sabbir/remembrall
- Owner: by-sabbir
- License: other
- Created: 2023-06-03T13:13:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-19T00:14:54.000Z (11 months ago)
- Last Synced: 2024-06-21T08:08:55.989Z (5 months ago)
- Language: Go
- Size: 7.12 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Remembrall
---
Yet another TODO List App, but highly `Opinionated`.## Installation
```bash
make build
```
This will build your os specific binary in the `./bin/remembrall`## Actions
**Get All tasks**
```bash
./bin/remembrall task
```**Add a tasks**
```bash
./bin/remembrall task add
```**Remove a tasks**
```bash
./bin/remembrall task rm
```__All the task will be automaticaly synced in the cloud. I choose self-hosted `Minio` for that.__
## Road Map
- Robust Notification
- x-platform appPlease do share your thoughts and feel free to create any issue or PR.