Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axtloss/vib-plugins
Random vib plugins I made for testing and experimenting
https://github.com/axtloss/vib-plugins
Last synced: about 1 month ago
JSON representation
Random vib plugins I made for testing and experimenting
- Host: GitHub
- URL: https://github.com/axtloss/vib-plugins
- Owner: axtloss
- Created: 2024-04-22T00:17:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T06:56:45.000Z (3 months ago)
- Last Synced: 2024-09-13T18:49:49.669Z (3 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vib Plugins
Random [vib](https://github.com/vanilla-os/vib) plugins I wrote for testing or experimenting.
## Plugins:
- `shim` A plugin that executes a seperate program and uses the output for the Containerfile. Good for writing plugins that do not compile to .so files such as python. Written in C.
- `pacman` A plugin that generates commands to use the pacman package manager. Written in Go.
- `freebsd-pkg` A plugin that generates commands to use the freebsd `pkg(8)` package manager. Written in Rust.Each plugin directory contains a readme with more information.