mirror of
https://github.com/chubin/awesome-console-services.git
synced 2025-04-28 17:56:37 +02:00
commit
f2d6be3f1d
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
||||||
|
|
||||||
* `curl -s tinyurl.com/api-create.php?url=<link>`
|
* `curl -s tinyurl.com/api-create.php?url=<link>`
|
||||||
* :no_entry_sign: `curl -F shorten=<link> https://ttm.sh`
|
* :no_entry_sign: `curl -F shorten=<link> https://ttm.sh`
|
||||||
|
* `curl https://is.gd/create.php?format=simple&url=<link>`
|
||||||
|
|
||||||
## File Transfer
|
## File Transfer
|
||||||
|
|
||||||
|
@ -114,6 +115,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
||||||
* `curl --upload-file <file> filepush.co/upload/<filename>`
|
* `curl --upload-file <file> filepush.co/upload/<filename>`
|
||||||
* `curl -F file=@<file> https://ttm.sh`
|
* `curl -F file=@<file> https://ttm.sh`
|
||||||
* `curl https://patchbay.pub/your-custom-filepath.exe --data-binary @<file>` and `curl -LO https://patchbay.pub/your-custom-filepath.exe`
|
* `curl https://patchbay.pub/your-custom-filepath.exe --data-binary @<file>` and `curl -LO https://patchbay.pub/your-custom-filepath.exe`
|
||||||
|
* `nc oshi.at 7777 < <file>` or `curl https://oshi.at -F f=@<file>`
|
||||||
|
|
||||||
## Browser
|
## Browser
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue