2 Commits

Author SHA1 Message Date
chawley 9893d3f362 Merge branch 'main' into chromebook 2026-02-02 18:45:01 -05:00
chawley 3698f3c87b Added https to termpad alias, so it works 2026-02-02 09:26:02 -05:00
+2 -2
View File
@@ -33,9 +33,9 @@ alias dir='dir -v'
# send things to termpad
# with httpie
alias tph=' http termpad.planethawleywood.com'
alias tph=' http https://termpad.planethawleywood.com'
# with cURL
alias tpc=' curl --data-binary @- termpad.planethawleywood.com'
alias tpc=' curl --data-binary @- https://termpad.planethawleywood.com'
# Do lots of things with FZF