1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat: add mansplain

This commit is contained in:
Kierán Meinhardt
2020-04-15 20:36:50 +02:00
parent b15d88710e
commit e3f1557099
2 changed files with 9 additions and 0 deletions

8
packages/scripts/mansplain.sh Executable file
View 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 -