An open API service indexing awesome lists of open source software.

https://github.com/zackproser/zsh-shell-functions

An initially raw collection of useful ZSH shell scripts that I plan to further polish, blog about and share
https://github.com/zackproser/zsh-shell-functions

Last synced: about 1 month ago
JSON representation

An initially raw collection of useful ZSH shell scripts that I plan to further polish, blog about and share

Awesome Lists containing this project

README

          

# ZSH Shell functions

This repository will hold some helpful ZSH shell functions / utilities that I am putting together.

I plan to eventually blog about these and provide a tutorial and demos of their use.

# Functionality

* `autogit` - These scripts work together to ensure you are always looking at the latest code whenever you change directories into a new local repository. It handles git fetching, pruning remote branches, stashing local changes if your worktree is dirty, etc. It's also beautiful thanks to Charmbracelet's gum library!