diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-20 16:08:58 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-20 16:08:58 -0400 |
| commit | e057a21962fe9e81b47cfd6b97fc4c6c2cb156b9 (patch) | |
| tree | 0147ec2aa59537f498252df674c76bc93e116eae /snag/readme.txt | |
| parent | 86af4e8487f27dd69863b1380fe17e841605214f (diff) | |
clean ups and clarifications
Diffstat (limited to 'snag/readme.txt')
| -rw-r--r-- | snag/readme.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/snag/readme.txt b/snag/readme.txt index 6062924..ca358b6 100644 --- a/snag/readme.txt +++ b/snag/readme.txt @@ -1,14 +1,14 @@ -# SNAG Package Manager +# SNAGGLE Package Manager (snag) ## Useful Subcommands `install`/`inst` - install the specified package(s) (default) `remove` - uninstall the specified package(s) `upgrade/'up` - upgrade the package database -`find`/`search` - list packages whose metadata matches specified search string -`info`/`desc` - describe the metadata of the specified package(s) +`find`/`search` - list packages whose metadata matches specified search string (flag to limit to installed) +`info`/`desc` - describe the metadata (and install data) of the specified package(s) +`log` - open your pager to the build log of the specified package `files` - list the installed files of the specified package(s) -`log` - open your pager to the build log of the specified package `why` - list why this package is installed (manually installed, as a dependency, from a group) ## Important Directories |
