mirror of
https://github.com/chubin/awesome-console-services
synced 2024-11-15 00:07:09 +00:00
Add dice roll
This commit is contained in:
parent
31e84fc28c
commit
b96d4ef2b6
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
|||
## Tools
|
||||
|
||||
* `curl qrenco.de/STRING` or `echo STRING | curl -F-=\<- qrenco.de` — create QR-code for a string ([chubin/qrenco.de](https://github.com/chubin/qrenco.de))
|
||||
* `curl https://mcthomas.github.io/dice/ -s | grep -zoP '(?s)<script.*</script>' | sed -e '1d;$d' -e 's/document.write/console.log/' | node | sed -e 's/<\/*font[^>]*>//g'' - Dice roll ([on macOS, use grep version from brew](https://apple.stackexchange.com/questions/193288/how-to-install-and-use-gnu-grep-in-macos))
|
||||
|
||||
## Monitoring
|
||||
|
||||
|
|
Loading…
Reference in a new issue