Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syohex/zsh-misc-completions
https://github.com/syohex/zsh-misc-completions
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/syohex/zsh-misc-completions
- Owner: syohex
- License: mit
- Created: 2022-11-27T10:20:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T13:50:41.000Z (27 days ago)
- Last Synced: 2024-12-08T14:32:31.671Z (27 days ago)
- Language: Shell
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zsh misc completions
## Unix
- [gtags](https://www.gnu.org/software/global/)
- [porg](https://github.com/miyagawa/cpanminus)
- peco
- [compiledb](https://github.com/nickdiego/compiledb)
- [bear](https://github.com/rizsotto/Bear)## Perl
- [carmel](https://github.com/miyagawa/Carmel)
- [carton](https://github.com/perl-carton/carton)
- [cpanm](https://github.com/miyagawa/cpanminus)
- [cpm](https://github.com/skaji/cpm)
- [milla](https://github.com/miyagawa/Dist-Milla)
- [minil](https://github.com/tokuhirom/Minilla)
- [perl-build](https://github.com/tokuhirom/Perl-Build)
- [plackup](https://github.com/plack/Plack)
- [start_server](https://github.com/kazuho/p5-Server-Starter)## dotnet
- [dotnet](https://github.com/dotnet/sdk)
- [fantomas](https://github.com/fsprojects/fantomas)
- [dotnet-install.sh](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script)## macOS
- mediafilesegmenter
- mediastreamsegmenter
- mediastreamvalidator
- mediasubtitlesegmenter## Setup example
Add some directory to `fpath` variables. In the following example, add `~/.zsh/completions`.
```zsh
mkdir -p ~/.zsh/completions
fpath=(~/.zsh/completions $fpath)
```Run `setup.sh`
```zsh
./setup.sh ~/.zsh/completions
```