https://github.com/koompi/pix
Installation and configuration done in one command
https://github.com/koompi/pix
Last synced: 12 months ago
JSON representation
Installation and configuration done in one command
- Host: GitHub
- URL: https://github.com/koompi/pix
- Owner: koompi
- Created: 2019-11-25T07:54:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T23:47:18.000Z (over 3 years ago)
- Last Synced: 2025-06-07T05:08:42.045Z (about 1 year ago)
- Language: Rust
- Homepage: https://koompi.org
- Size: 1.57 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PIX
A simple package manager for helping the installation of software that is difficult to deal with to be as simple as one command and everything just works
**Installation**
Using official website
```bash
curl -Ssf https://pix.koompi.org/installer.sh | sh
```
Installing from source.
```bash
git clone https://github.com/koompi/os-pix.git
cd os-pix
chmod +x build.sh
./build.sh
cd build
sudo pacman -U ./pix-version-rel-arch.pkg.tar.zst
```
**USAGE**
Getting help:
```bash
pix -h
```
Listing all packages:
```bash
pix -l
```
Installing multiple packages:
```bash
pix -i package-name package-name package-name
```
Removing a package
```bash
pix -r package-name package-name package-name
```
Updating all packages
```bash
pix -u
```