https://github.com/tombl/comma
Temporarily install software for once-off use
https://github.com/tombl/comma
Last synced: 3 months ago
JSON representation
Temporarily install software for once-off use
- Host: GitHub
- URL: https://github.com/tombl/comma
- Owner: tombl
- License: mit
- Created: 2021-10-09T14:31:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T14:52:14.000Z (over 3 years ago)
- Last Synced: 2025-01-18T04:27:37.598Z (5 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ,
> Comma runs software without installing it.
A `pacman` port of [shopify/comma](https://github.com/shopify/comma)
Literally just a tiny wrapper for `pacman` and `fzf` that finds the right package for your command, and installs it temporarily while your command runs.
## Installation
```sh
git clone https://github.com/tombl/comma
cd comma
cargo build --release
cp target/release/comma ~/.local/bin/,
```## Usage
```sh
, cowsay neato
```Run `sudo pacman -Fy` on occasion to update the binary database.