kiss icon indicating copy to clipboard operation
kiss copied to clipboard

kiss-revdepends: only print package names

Open aabacchus opened this issue 3 years ago • 0 comments

The only disadvantage to this is that the information about a dependency being make or not is lost, which could be reason enough not to merge this. Perhaps a patch to just print package names and optionally make at the end would be better, for example:

grep -E "^$1( |$)" -- */depends | sed "s@/depends:$1@@"

so that output looks like

$ kiss revd perl
autoconf
automake
cloc
firefox          make
groff
openssl make
valgrind
xdotool make

aabacchus avatar Jun 22 '22 01:06 aabacchus