mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(wego): add wego
This commit is contained in:
parent
fbed354c68
commit
16326a010d
3 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue