Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kourva/pacluma
- Owner: Kourva
- License: mit
- Created: 2023-05-20T19:56:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:17:30.000Z (3 months ago)
- Last Synced: 2024-10-31T11:36:42.731Z (15 days ago)
- Topics: archlinux, artix-linux, bash, linux, package-searcher, pacman, python
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.