This PowerShell script changes the working directory to the user's home directory.
PS> ./cd-home.ps1πC:\Users\Markus with 4 files and 7 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the fonts folder.
PS> ./cd-fonts.ps1πC:\Windows\Fonts with 12 font files entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the /etc directory.
PS> ./cd-etcπC:\Windows\System32\drivers\etc (has 5 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's Dropbox folder.
PS> ./cd-dropboxπC:\Users\Markus\Dropbox (has 2 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's downloads folder.
PS> ./cd-downloads.ps1πC:\Users\Markus\Downloads with 0 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the documents folder.
PS> ./cd-docs.ps1πC:\Users\Markus\Documents with 3 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's desktop folder.
PS> ./cd-desktop.ps1π/home/Markus/Desktop (has 3 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the crash dumps directory (Windows only). Whenever a software crashes and crash dumps are enabled(!) a crash dump file is written. This file helps to identify the reason for the crash.
PS> ./cd-crashdumpsπC:\Users\Markus\AppData\Local\CrashDumps entered (has 3 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's autostart folder.
PS> ./cd-autostart.ps1πC:\Users\Markus\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\StartupAuthor: Markus Fleschutz | License: CC0
This PowerShell script builds a Git repository by supporting the following build systems: autogen, cargo, cmake, configure, Gradle, Imakefile, Makefile, and Meson.
path Specifies the file path to the Git repository (default: current working directory)
PS> ./build-repo.ps1 C:\Repos\ninjaβ³ Building πninja by using CMake......β
Build of πninja succeeded in 47s, results in: πC:\Repos\ninja\_resultsAuthor: Markus Fleschutz | License: CC0