diff options
| author | NPScript <nathan@reinerweb.ch> | 2022-04-09 21:22:20 +0200 |
|---|---|---|
| committer | NPScript <nathan@reinerweb.ch> | 2022-04-09 21:22:20 +0200 |
| commit | 896c311feb10e947c727a888308dbc7eb71d1ec2 (patch) | |
| tree | b6713478d14eb8ea531107c3f399c437db7fd2fb /.local/bin/manuals | |
init commit
Diffstat (limited to '.local/bin/manuals')
| -rwxr-xr-x | .local/bin/manuals | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/manuals b/.local/bin/manuals new file mode 100755 index 0000000..8b57b2b --- /dev/null +++ b/.local/bin/manuals @@ -0,0 +1,2 @@ +#!/bin/sh +st man $(man -k - | dmenu | awk '{print $1}') |