Forrest logo
back to context overview

auracle

List of commands for auracle:

  • auracle:tldr:5ba1d auracle: Display the `PKGBUILD` file (build information) for a space-separated list of AUR packages.
    $ auracle show ${package1} ${package2}
    try on your machine
    explain this command
  • auracle:tldr:a11e8 auracle: Display updates for installed AUR packages.
    $ auracle outdated
    try on your machine
    explain this command
  • auracle:tldr:b90ff auracle: Display package information for a space-separated list of AUR packages.
    $ auracle info ${package1} ${package2}
    try on your machine
    explain this command
  • auracle:tldr:c93ab auracle: Display AUR packages that match a regular expression.
    $ auracle search '${regular_expression}'
    try on your machine
    explain this command
back to context overview