remindme

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2021 License: BSD-3-Clause

README

remindme

GoDoc License Version

remindme

remindme is a simple application to set reminders from the CLI that integrates with your system's notification system.

Examples

Once the server is running, remindmed &, you can schedule reminders with the commands below.

remindme at 2:00 "go to the grocery store"
remindme in 10m "join the call"

Docker

Running the server:

docker run --rm -v /tmp/remindme.sock:/tmp/remindme.sock -it briandowns/remindme:v0.1.0

Running the client:

docker run --rm -v /tmp/remindme.sock:/tmp/remindme.sock -it briandowns/remindme:v0.1.0 in 1m "hello world"

Building

You can build the server and the client by running make at the top level of the repository or run make from the respective component's directory.

Contributions

  • File Issue with details of the problem, feature request, etc.
  • Submit a pull request and include details of what problem or feature the code is solving or implementing.

License

remindme source code is available under the BSD 3 clause License.

Contact

@bdowns328

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL