Improve the cd-*.ps1 scripts

This commit is contained in:
Markus Fleschutz
2021-04-21 19:15:41 +02:00
parent 5706a11bdd
commit 7ab2795778
18 changed files with 127 additions and 152 deletions

View File

@ -13,7 +13,10 @@ cd-pics.ps1, go to the user's pictures folder
cd-repos.ps1, go to the user's Git repositories folder
cd-root.ps1, go to the root directory (C: on Windows)
cd-scripts.ps1, go to the PowerShell Scripts folder
cd-up.ps1, go one or multiple directories up
cd-up.ps1, go one directory level up
cd-up2.ps1, go two directory levels up
cd-up3.ps1, go three directory levels up
cd-up4.ps1, go four directory levels up
cd-videos.ps1, go to the user's videos folder
check-cpu-temp.ps1, checks the CPU temperature
check-dns-resolution.ps1, checks the DNS resolution with frequently used domain names

1 Script Description
13 cd-repos.ps1 go to the user's Git repositories folder
14 cd-root.ps1 go to the root directory (C: on Windows)
15 cd-scripts.ps1 go to the PowerShell Scripts folder
16 cd-up.ps1 go one or multiple directories up go one directory level up
17 cd-up2.ps1 go two directory levels up
18 cd-up3.ps1 go three directory levels up
19 cd-up4.ps1 go four directory levels up
20 cd-videos.ps1 go to the user's videos folder
21 check-cpu-temp.ps1 checks the CPU temperature
22 check-dns-resolution.ps1 checks the DNS resolution with frequently used domain names