From 1e28c6726ba601f43330c1b9a82389b17393442b Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 29 Jun 2026 11:14:20 +0200 Subject: Initial commit: is_installed script with GPLv2 license Slackware package query tool plus bash completion. Add GPLv2 LICENSE, per-file headers, README, and CLAUDE.md. Co-Authored-By: Claude Opus 4.8 --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e79d72 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# is_installed + +Search installed packages on Slackware (and derivatives), and find which +package contains a given file. Reads the package database in +`/var/log/packages`. + +## Usage + +``` +is_installed # search package names for +is_installed file-search # search file contents of every package for +is_installed info # less the matching package manifest +is_installed help # show help +``` + +## Install + +``` +install -m 0755 is_installed /usr/local/bin/is_installed +install -m 0644 is_installed.bash-completion \ + /usr/share/bash-completion/completions/is_installed +``` + +## License + +GPLv2. See [LICENSE](LICENSE). + +Copyright (C) 2026 Danilo M. -- cgit v1.2.3