Add: file & folder links
All checks were successful
/ test (push) Successful in 51s

This commit is contained in:
Aroy-Art 2024-03-24 10:54:03 +01:00
parent 9fdacb5d9d
commit c9862c742a
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -16,15 +16,16 @@ This repo holds most of my random small scripts, configs, paws(blobs)
* [24-bit-color.sh](#24-bit-color-sh) * [24-bit-color.sh](#24-bit-color-sh)
* [rsync-incremental-backups.sh](#rsync-incremental-backups-sh) * [rsync-incremental-backups.sh](#rsync-incremental-backups-sh)
* [set_dns_search_domain.sh](#set_dns_search_domain-sh) * [set_dns_search_domain.sh](#set_dns_search_domain-sh)
--- ---
## Configs ## [Configs](Configs/)
### Cura ### [Cura](Configs/Cura/)
#### Materials #### [Materials](Configs/Cura/Materials/)
##### Clas Ohlsson's PLA ##### [Clas Ohlsson's PLA](Configs/Cura/Materials/ClasOhlssonPLA.xml.fdm_material)
The material config file for Clas Ohlsson's PLA Materials The material config file for Clas Ohlsson's PLA Materials
@ -46,24 +47,24 @@ or
PythonScripts/rename_backslash.py <path> PythonScripts/rename_backslash.py <path>
``` ```
## Shell Scripts ## [Shell Scripts](ShellScripts/)
This folder has a loot of different shell scripts for everything from automating stuff to toys. This folder has a loot of different shell scripts for everything from automating stuff to toys.
### 24-bit-color.sh ### [24-bit-color.sh](ShellScripts/24-bit-color.sh)
This script echoes a bunch of 24-bit color codes to the terminal to demonstrate its functionality and test color support of terminals. This script echoes a bunch of 24-bit color codes to the terminal to demonstrate its functionality and test color support of terminals.
![An image showing four lines the first is fading black to red, second black to green, third black to blue, and the last is all rainbow colours](Docs/img/24-bit-color.png) ![An image showing four lines the first is fading black to red, second black to green, third black to blue, and the last is all rainbow colours](Docs/img/24-bit-color.png)
--- ---
### rsync-incremental-backups.sh ### [rsync-incremental-backups.sh](ShellScripts/rsync-incremental-backups.sh)
This script performs incremental backups of the specified source directory using rsync, and it keeps a symbolic link called 'latest' pointing to the most recent backup for easy reference. The script also logs backup details in a log file with a timestamp. Make sure to replace `<input folder>` and `<output folder>` with your actual source and backup directories. This script performs incremental backups of the specified source directory using rsync, and it keeps a symbolic link called 'latest' pointing to the most recent backup for easy reference. The script also logs backup details in a log file with a timestamp. Make sure to replace `<input folder>` and `<output folder>` with your actual source and backup directories.
--- ---
### set_dns_search_domain.sh ### [set_dns_search_domain.sh](ShellScripts/set_dns_search_domain.sh)
Is a small script that runs the resolvectl domain command when the specific a Wi-Fi network is gets connected. Is a small script that runs the resolvectl domain command when the specific a Wi-Fi network is gets connected.