Projects
Shellscript AUR helper
Requires git
curl https://sor.neocities.org/projects/sap.txt -o /usr/local/bin/sap
chmod +x /usr/local/bin/sap
Shellscript youtube player
Requires mpv, yt-dlp, & fzf (for -f)
Advantages over ytfzf:
ytlol -p librewolf search query
opens the first result in LibreWolf, ytlol -p "mpv --loop --no-video" search query
plays audio with custom options and ytlol -p mpv search query
plays video with the default mpv behaviour. But if the command includes "url," it replaces it with the result's URL, such as ytlol -p 'mpv --pause $(yt-dlp --get-thumbnail url)' search query
to show the thumbnail in mpv, or ytlol -p "echo url | xclip -selection clipboard" search query
to copy the URL to the clipboard. ytlol -f -p 2 search query
will query two pagescurl https://sor.neocities.org/projects/ytlol.txt -o /usr/local/bin/ytlol
chmod +x /usr/local/bin/ytlol
Shellscript meme maker using imagemagick
Requires imagemagick and impact font installed
curl https://sor.neocities.org/projects/memer.txt -o /usr/local/bin/memer
chmod +x /usr/local/bin/memer
mkdir /usr/share/fonts/impact
curl https://sor.neocities.org/projects/impact.ttf -o /usr/share/fonts/impact/impact.ttf
Shellscript pacman package organizer/logger
curl https://sor.neocities.org/projects/pacmano.txt -o /usr/local/bin/pacmano
chmod +x /usr/local/bin/pacmano