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 | |
| parent | 86af4e8487f27dd69863b1380fe17e841605214f (diff) | |
clean ups and clarifications
Diffstat (limited to 'snag')
| -rw-r--r-- | snag/main.c | 2 | ||||
| -rw-r--r-- | snag/makefile (renamed from snag/Makefile) | 0 | ||||
| -rw-r--r-- | snag/readme.txt | 8 |
3 files changed, 5 insertions, 5 deletions
diff --git a/snag/main.c b/snag/main.c index c80ec65..0b5f442 100644 --- a/snag/main.c +++ b/snag/main.c @@ -4,7 +4,7 @@ #include <string.h> #include <unistd.h> -#define PKG_DB "../snaggies" +#define PKG_DB "../packages" #define PKG_INFO_CMD "./get_pkg_attrs.sh" typedef struct { diff --git a/snag/Makefile b/snag/makefile index 8fa032c..8fa032c 100644 --- a/snag/Makefile +++ b/snag/makefile 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 |
