Skip to content

Instantly share code, notes, and snippets.

View BachoSeven's full-sized avatar
🎩
thinking

Francesco Minnocci BachoSeven

🎩
thinking
View GitHub Profile
@BachoSeven
BachoSeven / b.rb
Last active June 14, 2021 16:55 — forked from jteneycke/b.rb
b - browse Chrome bookmarks with fzf
#!/usr/bin/env bash
# vim: set filetype=ruby:
# b - browse Chrome bookmarks with fzf
# Usage: if you use a popup, you might want to call `bm full `
# NOTE: You might want to install w3m for the preview window.
[[ $1 = full ]] && opts="--height 100%"
/usr/bin/ruby -x "$0" |