summaryrefslogtreecommitdiff
path: root/bin/ups
Commit message (Collapse)AuthorAge
* bin/ups: urlquote the request targetAnton Khirnov2022-09-15
|
* bin/up: switch to the new fshare-based up serviceAnton Khirnov2022-09-15
| | | | Use the same script for up and ups.
* ups: switch from curl to urllibAnton Khirnov2022-09-15
| | | | Avoid curl dependency, fixes files with spaces in their name.
* ups: allow setting arbitrary remote filenameAnton Khirnov2021-11-18
|
* bin/ups: use 'stdin' as the name when reading from stdin, rather than '-'Anton Khirnov2021-06-03
|
* ups: rewrite in PythonAnton Khirnov2021-02-12
| | | | When streaming stdin, use libmagic to guess the desired extension
* bin/up(s): use full path to file instead of just basenameAnton Khirnov2021-01-26
|
* bash: split up(s) into their own executablesAnton Khirnov2021-01-12
Makes them easier to call from scripts.