Has random fun scripts ¯\_(ツ)_/¯
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Some guy named Michael 71041266d0
Added terminalTweaks.txt.
4 years ago
autohotkey Added Windows Key Remap Script. 4 years ago
bash Added terminalTweaks.txt. 4 years ago
README.md Added terminalTweaks.txt. 4 years ago

README.md

Random scripts that I have written for various tasks!

Bash

convertHEICtoJPG.sh
This script will convert your HEIC files (a format Apple saves photos with) to JPGs. Flip saveasjpg at the top to save as PNG instead. This will result in much larger file sizes. Set keeporiginals to 0 to delete the HEIC files after they're converted. The HEIC files are saved kept around by default. For best results set this up as a cron job.
* Requires the ImageMagick CLI software to be installed with HEIC support. There are links at the top of the script to do this.

terminalTweaks.txt
This isn't so much a script as some small quality of life improvements I've made to my WSL Ubuntu 20.04 systems and Ubuntu 20.04 server. Add whichever you like to the end of your .profile and use 'source ~/.profile' to load it immediately.

AutoHotKey

RemapWinE+WinS.ahk
This script will replace the Windows Key + E shortcut for explorer and the Windows Key + S shortcut for search with Explorer++ and Everything. (this does require you to have these programs already installed on your system)
Edit the script to point to the executables for each program and create a shortcut to your shell:startup folder to run on launch.

more to come