Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kourva/pacluma

Colorful Pacman -Ss for easy identification of installed packages and repository names
https://github.com/kourva/pacluma

archlinux artix-linux bash linux package-searcher pacman python

Last synced: 8 days ago
JSON representation

Colorful Pacman -Ss for easy identification of installed packages and repository names

Awesome Lists containing this project

README

        

# pacluma
Colorful Pacman -Ss for easy identification of installed packages and repository names

# Installation for pacluma
+ **1**. Clone the repository
```bash
git clone https://github.com/Kourva/pacluma
```
+ **2**. Navigate to script directory
```bash
cd pacluma
```
+ **3**. Install package (You can use python installer or bash installer)
```bash
sudo python installer.py
sudo bash installer.sh
```
+ **4**. Uninstall pachage (You can use python uninstaller or bash uninstaller)
```bash
sudo python installer.py --uninstall
sudo bash installer.sh --uninstall
```
+ **5**. Usage
```bash
sudo pacluma package-name
```

# Preview
Installed packages are displayed in a darker color, and repository names are shown in red. There is also a line break between each package.

![pacluma](https://github.com/Kourva/pacluma/assets/118578799/61e79205-c41a-4793-b7ad-2272defca3b7)

# Developer :)
Thank you for taking the time to check out my project! I hope you found it helpful and informative. If you have any questions, feedback, or suggestions, please don't hesitate to get in touch with me. Your comments are always welcome and appreciated.

If you find this project useful, feel free to give it a star to show your support. And if you would like to contribute to the project, please submit a pull request with your changes.