Merge branch 'master' of git.blake.ly/PowerUser/dotfiles

This commit is contained in:
PowerUser64 2024-09-08 19:58:46 -07:00
commit 0a68add4da
9 changed files with 21 additions and 16 deletions

View file

@ -9,4 +9,4 @@ fi
for f; do
realpath "$f"
done | $CLIPBOARD_MANAGER
done | sed -z '$ s/\n$//' | $CLIPBOARD_MANAGER

3
.config/shell/bin/how Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
test $# -gt 0 && where="$1" && shift
IFS='+' eval 'curl "https://cht.sh/${where:-}/$*"'

4
.config/shell/bin/vvc Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
cd "$(dirname "$(realpath "$1")")"
eval "$EDITOR" "$@"