Update Scripts/README.md
This commit is contained in:
parent
1fc30524a0
commit
d997182992
|
@ -1 +1,19 @@
|
||||||
## This is a collection of random script I wrote
|
## This is a collection of random script I wrote
|
||||||
|
|
||||||
|
### brightness-changer.sh
|
||||||
|
Automatically lowers your brightness after sunrise
|
||||||
|
Just place in your crontab and run every couple of minutes
|
||||||
|
|
||||||
|
### check_bat.sh
|
||||||
|
Function to check whether a laptop is connected to power or not
|
||||||
|
|
||||||
|
### install-brew.sh
|
||||||
|
Non-interactively installs Brew as root user on MacOS
|
||||||
|
|
||||||
|
### ocrmypdf-script.sh
|
||||||
|
Lets you select a PDf to OCR in the current dir
|
||||||
|
Preferrable used as an alias
|
||||||
|
|
||||||
|
### remove.sh
|
||||||
|
Makes it easier to remove packages without having to spell them out
|
||||||
|
Preferrable used as an alias
|
||||||
|
|
Loading…
Reference in New Issue