mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
feat: add mansplain
This commit is contained in:
8
packages/scripts/mansplain.sh
Executable file
8
packages/scripts/mansplain.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
# https://www.youtube.com/watch?v=8E8sUNHdzG8
|
||||
man -k . \
|
||||
| cut -d" " -f1,2 \
|
||||
| dmenu -l 5 \
|
||||
| sed 's/\(.*\) (\(.*\))/\2 \1/' \
|
||||
| xargs -r man -t \
|
||||
| zathura -
|
||||
Reference in New Issue
Block a user