shell
https://i.ytimg.com/vi/6MzXs35hLOI/mqdefault.jpg
Using Git Hooks
ยท โ˜• 2 min read
Git Hooks provide a way for you to hook into your local git installation and attach additional behavior to common git actions.

https://i.ytimg.com/vi/DGNG9FYkkFE/mqdefault.jpg
Creating a Quick Custom Profile in the Windows Terminal
ยท โ˜• 2 min read
The Windows Terminal allows you to run any number of different profiles. Some of the defaults that you might see pre-configured include things like PowerShell and Command Prompt, but you can introduce your own profiles to the Windows Terminal to fit your needs!

https://i.ytimg.com/vi/w2gxWTOPw7U/mqdefault.jpg
Using Command Prompt to Create a Symbolic Link on Windows
ยท โ˜• 2 min read
Symbolic Links allow you to create a reference in your file system to another file or directory. This allows you to reference the same file in multiple places without having to physically copy it into each place.

https://i.ytimg.com/vi/_VnONfOgP8M/mqdefault.jpg
Using PowerShell to Create a Symbolic Link on Windows
ยท โ˜• 2 min read
Symbolic Links allow you to create a reference in your file system to another file or directory. This allows you to reference the same file in multiple places without having to physically copy it into each place.

https://i.ytimg.com/vi/uzaFeSxM32k/mqdefault.jpg
Installing Nyancat using the .NET CLI
ยท โ˜• 1 min read
The .NET CLI includes the ability to install additional developer tools like powershell. This is a powerful feature that enables you to add tools to your developer environment without leaving your terminal.

https://i.ytimg.com/vi/sVYiDboAe_E/mqdefault.jpg
Exploring Gui.cs - Custom Terminal UI's in .NET
ยท โ˜• 2 min read
Gui.cs is a library put together by Miguel de Icaza that allows you to compose complex Terminal UIโ€™s using a collection of View components such as Windows, Buttons, ListViews or Labels.

https://i.ytimg.com/vi/mK7hutk2yCE/mqdefault.jpg
Counting Characters in a Bash String - Quick Tip
ยท โ˜• 1 min read
Bash has a series of Shell Parameter Expansion features that allow you to do a number of different things when working with your shell.

https://i.ytimg.com/vi/NM_ynkPNURU/mqdefault.jpg
Using Your Terminal's Directory Stack to Work With Multiple Directories
ยท โ˜• 2 min read
Your terminal can maintain a list of directories you have visited by storing them in a stack. You can manipulate this stack using commands like pushd to push a new entry onto this stack or popd to pop an existing entry off of the current stack.

https://i.ytimg.com/vi/UDD7EyGr8fU/mqdefault.jpg
Navigate Your Shell With pushd and popd - Quick Tip
ยท โ˜• 1 min read
There are a few ways to navigate your shell in terminals. One of the less common but useful ways Iโ€™ve found when working with multiple directories takes advantage of the directory stack most terminals maintain.

https://i.ytimg.com/vi/YkguKCDY6h8/mqdefault.jpg
Learning The .NET Core Command Line
ยท โ˜• 2 min read
How do you start a new .NET Core project from the command line? How do you learn how to use the commands and figure out what is available for you?

https://i.ytimg.com/vi/cR1I2zYveRI/mqdefault.jpg
Using Python and Argparse to Build Quick Scripts
ยท โ˜• 2 min read
Python is a really handy language for scripting, particularly when compared to a compiled language like C# or Java.

https://i.ytimg.com/vi/LmvCtV0IqIk/mqdefault.jpg
Lets Make Unity Shell - Part 2 Live
ยท โ˜• 1 min read
Continuing our work on Unity Shell a CLI in Unity! https://github.com/WorldOfZero/Unity-Shell