janky little lookup script
This commit is contained in:
parent
101a4a3ac9
commit
a6ebcf95f0
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
emerge --search "$1" --fuzzy-search n \
|
||||||
|
| grep "Description" \
|
||||||
|
| head -1 \
|
||||||
|
| cut -d":" -f2 \
|
||||||
|
| awk '{$1=$1;print}'
|
Loading…
Reference in New Issue