https://github.com/3rd/remat
Simple reminder scheduling tool.
https://github.com/3rd/remat
cli
Last synced: 10 months ago
JSON representation
Simple reminder scheduling tool.
- Host: GitHub
- URL: https://github.com/3rd/remat
- Owner: 3rd
- License: mit
- Created: 2023-10-20T11:43:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T00:53:19.000Z (over 2 years ago)
- Last Synced: 2025-05-02T10:19:48.772Z (12 months ago)
- Topics: cli
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RemAt
Simple reminder scheduling tool that links [atd](https://linux.die.net/man/8/atd), [chrono](https://github.com/wanasit/chrono) and libnotify.
## Installation
```sh
# one of
pnpm install --global remat
yarn global add remat
npm install -g remat
```
## Usage
To schedule a reminder execute: `rem <...message>`
\
If you want to avoid escaping, separate the `` and `<...message>` args with `--`:
\
`rem in 20 min -- prepare for work`
\
Use the regular `atd` commands to list (`atq`) and cancel (`atrm`) the scheduled jobs.
```sh
# specify when to deliver the reminder using natural language
rem 14:52 go to the gym
rem "tomorrow at 9:00" go to the gym
rem 4th of july at noon -- go to the gym
rem "next friday at 4 pm" go to the gym
rem 2m go to the gym
rem 18 go to the gym
rem :25 go to the gym
```