scripts

Assortment of various scripts and helpers.
git clone git://bsandro.tech/scripts
Log | Files | Refs | README | LICENSE

commit f0efe70cca2e2f3bf826d36defe9db4f0ba9cf43
parent 88d792d3ac73bfc6305dae91bd0c46a2dd918506
Author: bsandro <brian.drosan@gmail.com>
Date:   Wed,  4 Aug 2021 02:45:20 +0300

updated README

Diffstat:
MREADME | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -1,9 +1,11 @@ Assortment of scripts and helpers for everyday use. Some might be opinionated. -[pkg_tree.sh, pkg_tree.pl] - scripts for OpenBSD to display the dependency -tree for the package provided as an argument. Both are "bare" enough to +[pkg_tree.pl] - OpenBSD script to display the dependency tree +for the package provided as an argument. "Bare" enough to run on freshly installed modern OpenBSD with no additional dependencies. Main rationale was to try to get the (tree) information needed without resorting to the ports/sqlports. It is slow but suffices for occasional -use. +use. Has an optional argument '-i' to hide already installed packages. + +[pkg_tree.sh] - first version of the dependencies tree script, slow.