diff options
| -rw-r--r-- | packages/swenu/swenu.sh (renamed from snaggies/swenu/swenu.sh) | 0 | ||||
| -rw-r--r-- | snag/main.c | 2 | ||||
| -rw-r--r-- | snag/makefile (renamed from snag/Makefile) | 0 | ||||
| -rw-r--r-- | snag/readme.txt | 8 | ||||
| -rw-r--r-- | todo.txt (renamed from TODO) | 0 |
5 files changed, 5 insertions, 5 deletions
diff --git a/snaggies/swenu/swenu.sh b/packages/swenu/swenu.sh index 8fdf584..8fdf584 100644 --- a/snaggies/swenu/swenu.sh +++ b/packages/swenu/swenu.sh 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 |
