Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gazorby/fish-pacman
📦 Pacman abbreviations
https://github.com/gazorby/fish-pacman
abbreviations aur fish fish-plugin pacman
Last synced: 27 days ago
JSON representation
📦 Pacman abbreviations
- Host: GitHub
- URL: https://github.com/gazorby/fish-pacman
- Owner: gazorby
- License: mit
- Created: 2020-04-13T20:51:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T15:02:19.000Z (about 2 years ago)
- Last Synced: 2024-11-09T12:14:45.651Z (3 months ago)
- Topics: abbreviations, aur, fish, fish-plugin, pacman
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fish-pacman
Pacman abbreviations, ported from [here](https://github.com/zimfw/pacman)
## 🚀 Installation
Using [Fisher](https://github.com/jorgebucaran/fisher):
```console
fisher install gazorby/fish-pacman
```## 🔧 Usage
### Build
- `pacb` build package in the current directory, cleanup, and install.
### Install
- `paci` install, sync, and upgrade packages.
- `pacu` install, sync, and upgrade packages (forcibly refresh package list).
- `pacU` install packages from pkg file.
- `pacd` install all packages in current directory.### Upgrade
- `upgrade` update mirrors and upgrade packages from all of them simultaneously (need [powerpill](https://wiki.archlinux.org/index.php/Powerpill))
### Remove
- `pacr` remove package and unneeded dependencies.
- `pacrm` remove package, unneded dependencies, and configuration files.### Query
- `pacq` query package information from remote repository
- `pacQ` query package information from local repository### Search
- `pacs` search for package in the remote repository
- `pacS` search for package in the local repository### Orphans
- `pacol` list orphan packages
- `pacor` remove all orphan packages### Ownership
- `pacown` list all files provided by a given package
- `pacblame` show package(s) that own a specified file## 📝 License
[MIT]()