diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-20 15:16:13 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-20 15:16:13 -0400 |
| commit | 0ad03c0647b94683c26045bbc143b0d6450d914f (patch) | |
| tree | 8aae29f86cebd7d567bca274e8fa43c388c89cea /snag/readme.txt | |
| parent | 3ae746e5ac3f8feb80a8619127956fb93ba47ca0 (diff) | |
read package info into snag
Diffstat (limited to 'snag/readme.txt')
| -rw-r--r-- | snag/readme.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/snag/readme.txt b/snag/readme.txt index ef15404..d93431d 100644 --- a/snag/readme.txt +++ b/snag/readme.txt @@ -9,7 +9,7 @@ `files` - list the installed files of the specified package(s) `log` - open your pager to the build log of the specified package -`reason` - list why this package is installed (manually installed, as a dependency, from a group) +`why` - list why this package is installed (manually installed, as a dependency, from a group) ## Terminology "Package Database" - the directory containing package descriptions @@ -29,3 +29,10 @@ Packages have the following attributes: `id` - the identifier name of the package. everything uses this `name` - the display name of package `desc` - the short description of the package + +## Interesting Features +- switch between cli and tui mode mid run +- build packages that aren't in the database + +## Developer Subcommands +`validate` - check a package description and check for format errors or warnings |
