initial
This commit is contained in:
parent
8d6add49b6
commit
e414682209
5 changed files with 263 additions and 2 deletions
21
README.md
21
README.md
|
|
@ -1,3 +1,20 @@
|
|||
# remind
|
||||
# Remind
|
||||
|
||||
A simple bash script to remind something by stipulated time.
|
||||
A simple bash script to remind something by stipulated time.
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
sh <(curl -s https://git.lucasf.dev/public/remind/raw/branch/master/install.sh)
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Example of usage:
|
||||
|
||||
```bash
|
||||
remind do something cool
|
||||
> Time to delay: 15m
|
||||
```
|
||||
|
||||
The time can be (s|m|h)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue