commit 7c62b772440260c9696e0fbd343bfe89e7d6581e from: Omar Polo date: Sat Dec 03 17:16:08 2022 UTC add example: ksh completions for plass(1) commit - 8ee9129d311db83c623c708b7c7a8432ff900b48 commit + 7c62b772440260c9696e0fbd343bfe89e7d6581e blob - 7d082e280d93dd2cc7c3288bcada4baa9b8a8e87 blob + 35fd0a85458ce751457bab68ff3220c835f0424a --- plass.1 +++ plass.1 @@ -134,6 +134,15 @@ arranged comfortably for reading in a terminal window: .Bd -literal -offset indent $ plass find key | rs .Ed +.Pp +Enable tab-completion of +.Nm +command names and entries in +.Xr ksh 1 : +.Bd -literal -offset indent +$ set -A complete_plass_1 -- cat find mv rm tee +$ set -A complete_plass -- $(plass find) +.Ed .Sh SEE ALSO .Xr got 1 , .Xr gpg 1 ,