https://github.com/herrmanno/doin
whatcha doin'?
https://github.com/herrmanno/doin
shell timer tool utility
Last synced: 2 months ago
JSON representation
whatcha doin'?
- Host: GitHub
- URL: https://github.com/herrmanno/doin
- Owner: herrmanno
- License: isc
- Created: 2017-10-25T06:33:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T06:42:39.000Z (over 8 years ago)
- Last Synced: 2025-06-02T00:29:33.394Z (about 1 year ago)
- Topics: shell, timer, tool, utility
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/doin
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# doin
doin is a utility tool to help you execute simple shell commands after a specific timeout.
## install
`npm i -g doin`
## usage
`doin `
The format of timout is (\d+[hHmMsS])+.
`command` can be a single word, quote or multiple words, whil will be interpreted as the whole commmand.
## examples
`doin 2m30s echo Reminder: my tea is ready`
`doin 8h say 'Enough of work. Go home.'`
`doin 1H2M3S 'echo foo > bar.txt'`