Forrest logo
back to context overview

pacdiff

List of commands for pacdiff:

  • pacdiff:tldr:21489 pacdiff: Review files that need maintenance in interactive mode.
    $ pacdiff
    try on your machine
    explain this command
  • pacdiff:tldr:21dff pacdiff: Use a specific editor to view and merge configuration files (default is `vim -d`).
    $ DIFFPROG=${editor} pacdiff
    try on your machine
    explain this command
  • pacdiff:tldr:90ee8 pacdiff: Display help.
    $ pacdiff --help
    try on your machine
    explain this command
  • pacdiff:tldr:9e532 pacdiff: Review files needing maintenance, creating `.bak`ups of the original if you `(O)verwrite`.
    $ pacdiff --sudo --backup
    try on your machine
    explain this command
  • pacdiff:tldr:dc813 pacdiff: Use sudo and sudoedit to remove and merge files.
    $ pacdiff --sudo
    try on your machine
    explain this command
  • pacdiff:tldr:f6d68 pacdiff: Scan for configuration files with `locate` instead of using pacman database.
    $ pacdiff --locate
    try on your machine
    explain this command
back to context overview