Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 544 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 544 Bytes

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/