zsh
- ZLE tutorial #2 - File Descriptors, Networking, and More | Video
YouTube Video
Click to view this content.
This is not my own content!
- Zsh Line Editor (ZLE) Tutorial | Video
YouTube Video
Click to view this content.
This is not my own content!
- zpy: Zsh helpers for Python venvs, with uv or pip-toolsgithub.com GitHub - AndydeCleyre/zpy: Zsh helpers for Python venvs, with uv or pip-tools
Zsh helpers for Python venvs, with uv or pip-tools - AndydeCleyre/zpy
Hello!
This is my little Zsh frontend for Python venv and dependency management, as well as pipx-like app installation.
It's not new, but I just made a new release that can use uv as a backend, making it much faster (and hipper, obviously).
If you have zpy installed, you can install uv with the
pipz
command, and from then on zpy will use uv instead of Python's venv module and pip-tools:zsh % pipz install uv
If you have any questions, please ask!
I personally use it in combination with mise (for Python runtime management) and flit (for package publishing), but aim to keep it rather agnostic and interoperable.
- Using broot as an fzf-like path completer and interactive folder jumper in Zshandydecleyre.github.io Using broot as an fzf-like path completer and interactive folder jumper in Zsh
Broot is a great file manager TUI which can be adapted for very specific workflows. But it takes some configuration up front to get things going, even for the basics. I’ll go over some of my own configurations for using it from Zsh: Minimum Suggested Setup: wrap broot in a Zsh function launch it wit...
cross-posted from: https://programming.dev/post/10377576
> Hello! I love broot. It's not my own project, but this blog post is, so feel free to send any questions or insults my way.
Previews:
- awesome-zsh-plugins: A collection of ZSH frameworks, plugins, themes and tutorialsgithub.com GitHub - unixorn/awesome-zsh-plugins: A collection of ZSH frameworks, plugins, themes and tutorials.
A collection of ZSH frameworks, plugins, themes and tutorials. - unixorn/awesome-zsh-plugins
A collection of ZSH frameworks, plugins, tutorials & themes inspired by the various awesome list collections out there.
- Oh My Zsh - a delightful & open source framework for Zshohmyz.sh Oh My Zsh - a delightful & open source framework for Zsh
Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with several helpful functions, helpers, plugins, themes, and a few things that make you shout... OH MY ZSH!