mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Browse chrome bookmarks (markdown)
@@ -1,4 +1,5 @@
|
|||||||
```## b- browse chrome bookmarks
|
```
|
||||||
|
# b- browse chrome bookmarks
|
||||||
b() {
|
b() {
|
||||||
local open ruby output
|
local open ruby output
|
||||||
open=xdg-open
|
open=xdg-open
|
||||||
@@ -53,4 +54,5 @@ EORUBY
|
|||||||
awk 'BEGIN { FS = "\t" } { print $2 }' |
|
awk 'BEGIN { FS = "\t" } { print $2 }' |
|
||||||
xargs $open &>/dev/null
|
xargs $open &>/dev/null
|
||||||
|
|
||||||
}```
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user