remindme

command module
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2021 License: BSD-3-Clause Imports: 14 Imported by: 0

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, remindme -s &, you can schedule reminders with the commands below.

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

To stop the server

$ kill -15 $(cat /tmp/remindme.pid)

The server startup is idempotent. If a new version is compiled or installed, just run remindme -s & again to start a new process with the latest binary version.

Building

There are 2 ways to build remindme.

  1. Run make.
  2. Run docker build <CONTAINER_REPO_NAME>/remindme:v1.0.0 .

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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