Add go-desktop.ps1 and go-dropbox.ps1

This commit is contained in:
Markus Fleschutz
2021-04-18 17:45:02 +02:00
parent f83042c654
commit 42512ee54a
10 changed files with 45 additions and 7 deletions

View File

@ -51,7 +51,9 @@ encrypt-file.ps1, encrypts the given file
fetch-repo.ps1, fetches updates for the current/given Git repository (including submodules)
fetch-repos.ps1, fetches updates for all Git repositories under the current/given directory (including submodules)
generate-qrcode.ps1, generates a QR code
go-desktop.ps1, go to the user's desktop folder
go-downloads.ps1, go to the user's downloads folder
go-dropbox.ps1, go to the user's dropbox folder
go-home.ps1, go to the user's home folder
go-music.ps1, go to the user's music folder
go-repos.ps1, go to the user's Git repositories folder

1 Script Description
51 fetch-repo.ps1 fetches updates for the current/given Git repository (including submodules)
52 fetch-repos.ps1 fetches updates for all Git repositories under the current/given directory (including submodules)
53 generate-qrcode.ps1 generates a QR code
54 go-desktop.ps1 go to the user's desktop folder
55 go-downloads.ps1 go to the user's downloads folder
56 go-dropbox.ps1 go to the user's dropbox folder
57 go-home.ps1 go to the user's home folder
58 go-music.ps1 go to the user's music folder
59 go-repos.ps1 go to the user's Git repositories folder