summaryrefslogtreecommitdiff
path: root/ssh_hack
Commit message (Collapse)AuthorAgeFilesLines
* switched from using $1 in multiple spots to using $uri. set the teminal's ↵epoch2022-02-241-6/+9
| | | | title to the URI so I can copy it out later with tools in xtools repo
* ssh_hack was failing if there were no query stringepoch2021-11-141-3/+6
|
* added a program to convert a string with single-quotes into a shell-escaped ↵epoch2021-10-251-0/+26
version because writing that same sed regex over and over was a pain in the ass. also added a ssh handler. read before use. put them in Makefile