logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nala-list - List all packages or only packages based on the provided name

Description

       List all packages or only packages based on the provided name, glob or regex.

       By default list will only glob.

       If you start your query with r/, list will only regex.

       Note:Youmayneedtoquotethepatternsotheshelldoesn'tglobfirst

       Examples:

              Glob that will match nala and anything text after it:

                     sudonalalist"g/nala*"

              A question mark in a glob will match any single character:

                     sudonalalist"g/na?a"

                     This would match nala or even nada

       Regex works similar to globbing but is much more powerful.

       For more information on Glob and Regex pattern matching:

              manglob.7manregex.7

Name

       nala-list - List all packages or only packages based on the provided name

Options

--full Print the full description of each package.

       -i, --installed
              List only packages that are installed.

       -N, --nala-installed
              List only packages explicitly installed with nala.

       -u, --upgradable
              List only packages that are upgradable.

       -a, --all-versions
              Show all versions of a package.

       -V, --virtual
              List only virtual packages.

       --debug
              Print  helpful  information for solving issues.  If you're submitting a bug report try running the
              command again with --debug and providing the output to the devs, it may be helpful.

       -v, --verbose
              Disable scrolling text and print extra information

       -h, --help
              Shows this man page.

Synopsis

nalalist [--options] PKGS ...

See Also