Xinkai / ArchPackageWatcher

Track Arch Linux repo changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArchPackageWatcher

Track Arch Linux repo changes

Recommended Setup

  1. Install apw-git from AUR
  2. Execute apw init, this will start a systemd user timer which updates from your local pacman database every hour. Thus apw depends on you to run pacman -Sy regularly to function.
  3. Add the following lines in your .bashrc or .zshrc file:
  if [[ $- == *i* ]]
  then
      apw
  fi
  1. When you see the changes, run apw dismiss to dismiss them.

Online Version: https://apw.cuoan.net/

About

Track Arch Linux repo changes

License:GNU General Public License v2.0


Languages

Language:JavaScript 72.3%Language:HTML 27.7%