Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devincarr/remindme
A simple script to open a video after a time delay to remind me of a small task.
https://github.com/devincarr/remindme
Last synced: about 2 months ago
JSON representation
A simple script to open a video after a time delay to remind me of a small task.
- Host: GitHub
- URL: https://github.com/devincarr/remindme
- Owner: DevinCarr
- License: mit
- Created: 2015-12-15T06:07:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T06:35:51.000Z (about 9 years ago)
- Last Synced: 2023-08-01T08:28:40.750Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remindme
A simple script to open a video after a time delay to remind me of a small task.# Building
`gcc remindme.c -o remindme`
# Running
I typically just run it as a backgrounded process: `$ ./remindme in 30 &`
# Help```
remindme help:
A simple script to open a http link after a designated time limit.in sets the time limit to wait in minutes(can be a float value).
with sets the link to open after the sleep.
```