This commit is contained in:
2025-10-11 05:08:14 +02:00
parent 2dd8f596b3
commit 6e67b3a335
3 changed files with 12 additions and 0 deletions

1
apps/hexer/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
hexer/

8
apps/hexer/install.sh Normal file
View File

@ -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"

3
scripts/rmquery Executable file
View File

@ -0,0 +1,3 @@
#!/bin/env fish
for f in $argv; mv -v "$f" "$(echo "$f" | sed 's/#.*$//' | sed 's/?.*$//')"; end