emacs/var/elfeed/db/data/25/2578c19e5b9539321e304db5840cdd01f5dc9610
2022-01-03 12:49:32 -06:00

11 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p><a href="https://github.com/jarun/buku">buku</a> CLI bookmark manager. For those of you who dont want to store bookmarks data in Chrome or Firebox, buku is an alternative.</p>
<p>It comes with an Emacs major mode: <a href="https://github.com/flexibeast/ebuku">ebuku</a>!</p>
<p>Type <code class="language-plaintext highlighter-rouge">M-x ebuku</code> you get:</p>
<p><img alt="image" src="https://user-images.githubusercontent.com/2715151/135387096-d11c26ea-773f-407d-86d4-f67a5554b908.png" width="666" /></p>
<p>Then you can search(<code class="language-plaintext highlighter-rouge">s</code>), open(<code class="language-plaintext highlighter-rouge">RET</code>), edit(<code class="language-plaintext highlighter-rouge">e</code>), etc. with Emacs interface.</p>
<p><em>Note: For copying URLs, ebuku doesnt have support yet. I have opened a <a href="https://github.com/flexibeast/ebuku/pull/19/files">PR</a>. Meanwhile you can copy the <code class="language-plaintext highlighter-rouge">(ebuku-copy-url)</code> function to your config and try it out locally</em>.</p>