diff --git a/apps/hexer/.gitignore b/apps/hexer/.gitignore new file mode 100644 index 0000000..2eb5b55 --- /dev/null +++ b/apps/hexer/.gitignore @@ -0,0 +1 @@ +hexer/ diff --git a/apps/hexer/install.sh b/apps/hexer/install.sh new file mode 100644 index 0000000..fd99ea5 --- /dev/null +++ b/apps/hexer/install.sh @@ -0,0 +1,8 @@ +#!/bin/sh + + +git clone "https://gitlab.com/Kirstukas1/hexer.git" +cd hexer +echo Building... +make +ln -s -v -f "$(pwd)/hexer" "$HOME/.local/bin/hexer" diff --git a/scripts/rmquery b/scripts/rmquery new file mode 100755 index 0000000..d26eef3 --- /dev/null +++ b/scripts/rmquery @@ -0,0 +1,3 @@ +#!/bin/env fish + +for f in $argv; mv -v "$f" "$(echo "$f" | sed 's/#.*$//' | sed 's/?.*$//')"; end