~primalmotion/remindme

Simple tool to add remind(1) task using natural language processing
7cfef706 — primalmotion 2 years ago
tweak man page
7cab1010 — primalmotion 2 years ago
Makefile: remove need for bash
1b1f5c5b — primalmotion 2 years ago
Makefile: fix PRFIX

clone

read-only
https://git.sr.ht/~primalmotion/remindme
read/write
git@git.sr.ht:~primalmotion/remindme

You can also use your local clone with git send-email.

#remindme

remindme is a simple cli you can use to create remind(1) tasks using natural language. It's inspired by Slack's /remind function.

If you want to use remindme, but have no idea what remind is, here's a nice and rather complete explanation.

#installation

You can install it from the AUR, using your favorite AUR helper. The package name is remindme-git. For instance:

$ yay -S remindme-git

Otherwise, you need to have the Go compiler installed. Then you can simply run:

$ go install git.sr.ht/~primalmotion/remindme@master

#usage

See man remindme, or looks into docs/remind.1.md