Update scripts.csv

This commit is contained in:
Markus Fleschutz 2023-08-24 13:27:26 +02:00 committed by GitHub
parent 3f609f6134
commit 7b3b764038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,18 @@
SCRIPT,DESCRIPTION,
add-firewall-rules.ps1, Adds firewall rules for executables (needs admin rights),
add-memo.ps1, Adds a memo text,
build-repo.ps1, Builds a Git repository,
build-repos.ps1, Builds all Git repositories in a folder,
cd-autostart.ps1, Set the working directory to the user's autostart folder,
cd-desktop.ps1, Set the working directory to the user's desktop folder,
cd-docs.ps1, Set the working directory to the user's documents folder,
cd-downloads.ps1, Set the working directory to the user's downloads folder,
cd-dropbox.ps1, Set the working directory to the user's Dropbox folder,
cd-home.ps1, Set the working directory to the user's home folder,
add-firewall-rules.ps1,Adds firewall rules for executables (needs admin rights),
add-memo.ps1,Adds a memo text,
alert.ps1,Handles and escalates an alert,
build-repo.ps1,Builds a repository,
build-repos.ps1,Builds Git repositories,
cd-autostart.ps1,Sets the working directory to the user's autostart folder,
cd-crashdumps.ps1,Change to the crash dumps folder,
cd-desktop.ps1,Sets the working directory to the user's desktop folder,
cd-docs.ps1,Sets the working directory to the documents folder,
cd-downloads.ps1,Sets the working directory to the user's downloads folder,
cd-dropbox.ps1,Sets the working directory to the user's Dropbox folder,
cd-etc.ps1,Changes to the /etc directory,
cd-fonts.ps1,Sets the working directory to the fonts folder,
cd-home.ps1,Sets the working directory to the user's home folder,
cd-music.ps1, Set the working directory to the user's music folder,
cd-onedrive.ps1, Set the working directory to the user's OneDrive folder,
cd-pics.ps1, Set the working directory to the user's pictures folder,

1 SCRIPT DESCRIPTION
2 add-firewall-rules.ps1 Adds firewall rules for executables (needs admin rights)
3 add-memo.ps1 Adds a memo text
4 build-repo.ps1 alert.ps1 Builds a Git repository Handles and escalates an alert
5 build-repos.ps1 build-repo.ps1 Builds all Git repositories in a folder Builds a repository
6 cd-autostart.ps1 build-repos.ps1 Set the working directory to the user's autostart folder Builds Git repositories
7 cd-desktop.ps1 cd-autostart.ps1 Set the working directory to the user's desktop folder Sets the working directory to the user's autostart folder
8 cd-docs.ps1 cd-crashdumps.ps1 Set the working directory to the user's documents folder Change to the crash dumps folder
9 cd-downloads.ps1 cd-desktop.ps1 Set the working directory to the user's downloads folder Sets the working directory to the user's desktop folder
10 cd-dropbox.ps1 cd-docs.ps1 Set the working directory to the user's Dropbox folder Sets the working directory to the documents folder
11 cd-home.ps1 cd-downloads.ps1 Set the working directory to the user's home folder Sets the working directory to the user's downloads folder
12 cd-dropbox.ps1 Sets the working directory to the user's Dropbox folder
13 cd-etc.ps1 Changes to the /etc directory
14 cd-fonts.ps1 Sets the working directory to the fonts folder
15 cd-home.ps1 Sets the working directory to the user's home folder
16 cd-music.ps1 Set the working directory to the user's music folder
17 cd-onedrive.ps1 Set the working directory to the user's OneDrive folder
18 cd-pics.ps1 Set the working directory to the user's pictures folder