trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<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>