Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tillerburr/zsh-pdm

A simple zsh plugin for PDM
https://github.com/tillerburr/zsh-pdm

Last synced: about 2 months ago
JSON representation

A simple zsh plugin for PDM

Awesome Lists containing this project

README

        

# zsh-pdm

A very simple plugin to add PDM completions to zsh and optional PEP 582 support. Influeneced by [zsh-poetry](https://github.com/sudosubin/zsh-poetry).

## Installation

- zinit (PEP 582 Support)
```sh
zinit ice pick'pdm582.plugin.zsh'
zinit light baurt/zsh-pdm
```

- zinit (No PEP 582 Support, use virtual environments)
```sh
zinit ice pick'pdm.plugin.zsh'
zinit light baurt/zsh-pdm
```

## Features

- zsh autocompletions for PDM
- Optional PEP 582 support