mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-19 08:52:05 +02:00
Improve the descriptions
This commit is contained in:
34
README.md
34
README.md
@@ -125,23 +125,23 @@ Mega Collection of PowerShell Scripts
|
||||
|
||||
| Script | Description | Help |
|
||||
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
|
||||
| [cd-desktop.ps1](Scripts/cd-desktop.ps1) | Go to the user's desktop folder | [Help](Docs/cd-desktop.ps1.md) |
|
||||
| [cd-docs.ps1](Scripts/cd-docs.ps1) | Go to the user's documents folder | [Help](Docs/cd-docs.ps1.md) |
|
||||
| [cd-downloads.ps1](Scripts/cd-downloads.ps1) | Go to the user's downloads folder | [Help](Docs/cd-downloads.ps1.md) |
|
||||
| [cd-dropbox.ps1](Scripts/cd-dropbox.ps1) | Go to the user's Dropbox folder | [Help](Docs/cd-dropbox.ps1.md) |
|
||||
| [cd-home.ps1](Scripts/cd-home.ps1) | Go to the user's home folder | [Help](Docs/cd-home.ps1.md) |
|
||||
| [cd-music.ps1](Scripts/cd-music.ps1) | Go to the user's music folder | [Help](Docs/cd-music.ps1.md) |
|
||||
| [cd-onedrive.ps1](Scripts/cd-onedrive.ps1) | Go to the user's OneDrive folder | [Help](Docs/cd-onedrive.ps1.md) |
|
||||
| [cd-pics.ps1](Scripts/cd-pics.ps1) | Go to the user's pictures folder | [Help](Docs/cd-pics.ps1.md) |
|
||||
| [cd-recycle-bin.ps1](Scripts/cd-recycle-bin.ps1) | Go to the user's recycle bin folder | [Help](Docs/cd-recycle-bin.ps1.md) |
|
||||
| [cd-repos.ps1](Scripts/cd-repos.ps1) | Go to the user's Git repositories folder | [Help](Docs/cd-repos.ps1.md) |
|
||||
| [cd-root.ps1](Scripts/cd-root.ps1) | Go to the root directory (C:\ on Windows) | [Help](Docs/cd-root.ps1.md) |
|
||||
| [cd-scripts.ps1](Scripts/cd-scripts.ps1) | Go to the PowerShell Scripts folder | [Help](Docs/cd-scripts.ps1.md) |
|
||||
| [cd-up.ps1](Scripts/cd-up.ps1) | Go one directory level up | [Help](Docs/cd-up.ps1.md) |
|
||||
| [cd-up2.ps1](Scripts/cd-up2.ps1) | Go two directory levels up | [Help](Docs/cd-up2.ps1.md) |
|
||||
| [cd-up3.ps1](Scripts/cd-up3.ps1) | Go three directory levels up | [Help](Docs/cd-up3.ps1.md) |
|
||||
| [cd-up4.ps1](Scripts/cd-up4.ps1) | Go four directory levels up | [Help](Docs/cd-up4.ps1.md) |
|
||||
| [cd-videos.ps1](Scripts/cd-videos.ps1) | Go to the user's videos folder | [Help](Docs/cd-videos.ps1.md) |
|
||||
| [cd-desktop.ps1](Scripts/cd-desktop.ps1) | Change the working directory to the user's desktop folder | [Help](Docs/cd-desktop.ps1.md) |
|
||||
| [cd-docs.ps1](Scripts/cd-docs.ps1) | Change the working directory to the user's documents folder | [Help](Docs/cd-docs.ps1.md) |
|
||||
| [cd-downloads.ps1](Scripts/cd-downloads.ps1) | Change the working directory to the user's downloads folder | [Help](Docs/cd-downloads.ps1.md) |
|
||||
| [cd-dropbox.ps1](Scripts/cd-dropbox.ps1) | Change the working directory to the user's Dropbox folder | [Help](Docs/cd-dropbox.ps1.md) |
|
||||
| [cd-home.ps1](Scripts/cd-home.ps1) | Change the working directory to the user's home folder | [Help](Docs/cd-home.ps1.md) |
|
||||
| [cd-music.ps1](Scripts/cd-music.ps1) | Change the working directory to the user's music folder | [Help](Docs/cd-music.ps1.md) |
|
||||
| [cd-onedrive.ps1](Scripts/cd-onedrive.ps1) | Change the working directory to the user's OneDrive folder | [Help](Docs/cd-onedrive.ps1.md) |
|
||||
| [cd-pics.ps1](Scripts/cd-pics.ps1) | Change the working directory to the user's pictures folder | [Help](Docs/cd-pics.ps1.md) |
|
||||
| [cd-recycle-bin.ps1](Scripts/cd-recycle-bin.ps1) | Change the working directory to the user's recycle bin folder | [Help](Docs/cd-recycle-bin.ps1.md) |
|
||||
| [cd-repos.ps1](Scripts/cd-repos.ps1) | Change the working directory to the user's Git repositories folder | [Help](Docs/cd-repos.ps1.md) |
|
||||
| [cd-root.ps1](Scripts/cd-root.ps1) | Change the working directory to the root directory (C:\ on Windows)| [Help](Docs/cd-root.ps1.md) |
|
||||
| [cd-scripts.ps1](Scripts/cd-scripts.ps1) | Change the working directory to the PowerShell Scripts folder | [Help](Docs/cd-scripts.ps1.md) |
|
||||
| [cd-up.ps1](Scripts/cd-up.ps1) | Change the working directory to one directory level up | [Help](Docs/cd-up.ps1.md) |
|
||||
| [cd-up2.ps1](Scripts/cd-up2.ps1) | Change the working directory to two directory levels up | [Help](Docs/cd-up2.ps1.md) |
|
||||
| [cd-up3.ps1](Scripts/cd-up3.ps1) | Change the working directory to three directory levels up | [Help](Docs/cd-up3.ps1.md) |
|
||||
| [cd-up4.ps1](Scripts/cd-up4.ps1) | Change the working directory to four directory levels up | [Help](Docs/cd-up4.ps1.md) |
|
||||
| [cd-videos.ps1](Scripts/cd-videos.ps1) | Change the working directory to the user's videos folder | [Help](Docs/cd-videos.ps1.md) |
|
||||
| [check-symlinks.ps1](Scripts/check-symlinks.ps1) | Checks every symlink in the given directory tree | [Help](Docs/check-symlinks.ps1.md) |
|
||||
| [check-xml-file.ps1](Scripts/check-xml-file.ps1) | Checks the given XML file for validity | [Help](Docs/check-xml-file.ps1.md) |
|
||||
| [clear-recycle-bin.ps1](Scripts/clear-recycle-bin.ps1) | Removes the content of the recycle bin folder (can not be undo!) | [Help](Docs/clear-recycle-bin.ps1.md) |
|
||||
|
Reference in New Issue
Block a user