1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/packages/scripts/mansplain.sh

9 lines
179 B
Bash
Raw Normal View History

2020-04-15 20:36:50 +02:00
#!/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 -