Sidebar

zsh

zsh
zsh Andy 5 months ago 100%
zpy: Zsh helpers for Python venvs, with uv or pip-tools github.com

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.

3
0
zsh
zsh Andy 7 months ago 100%
Using broot as an fzf-like path completer and interactive folder jumper in Zsh https://andydecleyre.github.io/this-and-that/posts/broot-zsh

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: - [Drill down to change folder](https://andydecleyre.github.io/this-and-that/posts/broot-zsh/drill_down.mp4) - [Complete a partially typed argument with a path filter](https://andydecleyre.github.io/this-and-that/posts/broot-zsh/complete_partial_with_path_filter.mp4) - [Complete with a file-content filter](https://andydecleyre.github.io/this-and-that/posts/broot-zsh/complete_with_content_filter.mp4)

1
0
zsh
zsh hollyberries 7 months ago 100%
awesome-zsh-plugins: A collection of ZSH frameworks, plugins, themes and tutorials github.com

A collection of ZSH frameworks, plugins, tutorials & themes inspired by the various awesome list collections out there.

1
0