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
- Host: GitHub
- URL: https://github.com/zackproser/zsh-shell-functions
- Owner: zackproser
- License: mit
- Created: 2023-05-13T13:13:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T11:02:36.000Z (almost 3 years ago)
- Last Synced: 2025-06-01T23:57:02.952Z (11 months ago)
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!