mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 11:43: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
|
|
@ -2,3 +2,4 @@
|
||||||
.config/filezilla/sitemanager.xml
|
.config/filezilla/sitemanager.xml
|
||||||
.config/filezilla/filezilla.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") {
|
if ($1 != "waiting for input") {
|
||||||
printf "%-5s %-60s %-45s %s\n", $1, $3, url, joined
|
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;
|
read index;
|
||||||
if [[ -z "$index" ]]; then
|
if [[ -z "$index" ]]; then
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue