Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tillerburr/zsh-pdm
- Owner: TillerBurr
- License: mit
- Created: 2022-09-30T19:46:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T17:47:54.000Z (about 2 years ago)
- Last Synced: 2024-05-12T00:42:10.761Z (9 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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