feat(wego): add wego

This commit is contained in:
Pavel Korytov 2021-02-06 23:15:52 +05:00
parent fbed354c68
commit 16326a010d
3 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
.config/newsboat/urls
.config/filezilla/sitemanager.xml
.config/filezilla/filezilla.xml
Mail/thexcloud/.credentials.gmailieer.json
Mail/thexcloud/.credentials.gmailieer.json
.wegorc

Binary file not shown.

View file

@ -24,7 +24,7 @@ $BUKU -f 4 -p | awk -F'\t' -v OFS='\t' '{
if ($1 != "waiting for input") {
printf "%-5s %-60s %-45s %s\n", $1, $3, url, joined
}
}' | sort -k 2 | rofi -dmenu -matching fuzzy -sort -sorting-method fzf -width 80 -l 20 | cut -d ' ' -f 1 | {
}' | sort -k 2 | rofi -dmenu -matching normal -sort -sorting-method fzf -width 80 -l 20 | cut -d ' ' -f 1 | {
read index;
if [[ -z "$index" ]]; then
exit 0