These are some random scripts which I made and use (almost) daily.
Some of them work only on linux though.
Check your watch status of airing anime. Only if you are registered on Anilist.
Usage: python animeRelease.py [userName]
A simple sed command to use Microsoft marketplace extensions in VSCodium.
Usage: codium-features.sh
Enables autoscrolling by clicking mouse middle button. Works only on linux. Set it as startup script so you won't need to run it everytime you plugin a receiver.
Usage: enable_autoscrolling.sh
Simple GitHub folder downloader using SVN.
Usage: gitDownload.sh [FolderLink]
Replaces a mp3 file name using the file's inbuilt meta-tags. Requires ffprobe
. Just run this in the folder having the mp3 files. I made this while making my playlist.
Usage: python nameToTitle.py
Using pamic
or pulse audio mic
you can use your android MIC in PC/Laptop. Install lanmic and start the server. Use the address as argument in the command line. Requires ffmpeg
and pavucontrol
Usage: pamic [start [Mic address with port]|stop]
pashare
or pulse audio share
is a simple but awesome script I found here. It basically streams Linux audio output over WI-FI. Then connect to port 8000
on other device to listen to the audio
Usage: pashare [start|stop]
Crops a pdf according to given percentages. Won't reduce file size. Works only on linux as it's a commandline tool.
Usage: python pdfCrop.py infile left% bottom% right% top% outfile
A simple shell script to reduce pdf size using ghostscript.
Usage: pdfShrink infile [outfile] [resolution_in_dpi]
Cuts a long mp3 file based on the timeStamp provided. Requires ffmpeg
.
Usage: python timestampSplit.py song.mp3
Simple downloader for magnet links. Results in some damm high CPU usage. So better use this script on Google Colab.
Usage: python torrentDownload.py [Download Path]