11 lines
1.1 KiB
Plaintext
11 lines
1.1 KiB
Plaintext
<p><a href="https://github.com/jarun/buku">buku</a> CLI bookmark manager. For those of you who don’t 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 doesn’t 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> |