mirror of
https://github.com/chubin/awesome-console-services
synced 2024-11-12 23:07:16 +00:00
Add https to the "f**k off service url"
Doesn't work without https.
This commit is contained in:
parent
86b6f58271
commit
95abb02ae0
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
|||
|
||||
* `git commit -m "$(curl -sk whatthecommit.com/index.txt)"` — generate random commit message
|
||||
* curl `"https://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=plain&rnd=new"` - generate random number
|
||||
* `curl -H 'Accept: text/plain' foaas.com/cool/:from` — fuck off as a service
|
||||
* `curl -H 'Accept: text/plain' https://foaas.com/cool/:from` — fuck off as a service
|
||||
* `curl pseudorandom.name` — generate a pseudo random (American?) name ([treyhunner/pseudorandom.name](https://github.com/treyhunner/pseudorandom.name))
|
||||
* :no_entry_sign: `curl -s https://uinames.com/api/?region=france\&amount=25 | jq '.[] | .name +" " + .surname'` — generate 25 random french names
|
||||
* `curl https://icanhazdadjoke.com` — random jokes
|
||||
|
|
Loading…
Reference in a new issue