Fix: README.md styling
This commit is contained in:
parent
71c455ed38
commit
f00767fadf
1 changed files with 18 additions and 8 deletions
26
README.md
26
README.md
|
@ -5,26 +5,36 @@ This repo holds most of my random small scripts, configs, paws(blobs)
|
||||||
---
|
---
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
* [Configs](#configs)
|
|
||||||
* * [Cura](#cura)
|
* [Configs](#configs)
|
||||||
* * * [Materials](#materials)
|
* [Cura](#cura)
|
||||||
* * * * [Clas Ohlsson's PLA](#clas-ohlssons-pla)
|
* [Materials](#materials)
|
||||||
* [ShellScripts](#shellscripts)
|
* [Clas Ohlsson's PLA](#clas-ohlssons-pla)
|
||||||
* * [24-bit-color.sh](#24-bit-colorsh)
|
* [ShellScripts](#shellscripts)
|
||||||
* * [rsync-incremental-backups.sh](#rsync-incremental-backupssh)
|
* [24-bit-color.sh](#24-bit-colorsh)
|
||||||
|
* [rsync-incremental-backups.sh](#rsync-incremental-backupssh)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Configs
|
## Configs
|
||||||
|
|
||||||
### Cura
|
### Cura
|
||||||
|
|
||||||
#### Materials
|
#### Materials
|
||||||
##### Clas Ohlsson's PLA
|
|
||||||
|
##### Clas Ohlsson's PLA
|
||||||
|
|
||||||
The material config file for Clas Ohlsson's PLA Materials
|
The material config file for Clas Ohlsson's PLA Materials
|
||||||
|
|
||||||
## ShellScripts
|
## ShellScripts
|
||||||
|
|
||||||
### 24-bit-color.sh
|
### 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
|
||||||
|
|
||||||
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.
|
||||||
|
|
Loading…
Reference in a new issue