Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Latest commit

 

History

History
85 lines (53 loc) · 1.12 KB

README.md

File metadata and controls

85 lines (53 loc) · 1.12 KB

paclog

A pacman log analyzer

Install

Package from AUR

$ git clone https://aur.archlinux.org/paclog.git
$ cd paclog
$ makepkg -si

pip

$ pip install git+https://github.com/xfgusta/paclog.git

Export ~/.local/bin to PATH

$ export PATH="$HOME/.local/bin:$PATH"

You can also add it to your .bashrc

$ echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc

Manually

$ git clone https://github.com/xfgusta/paclog.git
$ cd paclog
# install -m 0755 paclog /usr/bin/paclog

Uninstall

pacman

# pacman -R paclog

pip

$ pip uninstall paclog

Manually

# rm /usr/bin/paclog

Screenshots

Acknowledgements

License

The MIT License (MIT)

paclog 2.0 Copyright (C) 2021 Gustavo Costa