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/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/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