summaryrefslogtreecommitdiff
path: root/blog/lum.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/lum.html')
-rw-r--r--blog/lum.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/blog/lum.html b/blog/lum.html
index 36f289a..5a10a04 100644
--- a/blog/lum.html
+++ b/blog/lum.html
@@ -13,7 +13,7 @@
<link href= "static/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="static/favicon.ico"></head>
<body>
-<div id="preamble" class="status"><ul class="menu-list"><li class="menu-item"><a href="https://blog.0xhenrique.org/">λ 0xhenrique</a></li><li class="menu-item"><a href="https://blog.0xhenrique.org/tag-projects.html">Projects</a></li><li class="menu-item"><a href="https://blog.0xhenrique.org/archive.html">Archive</a></li><li class="menu-item"><a href="https://blog.0xhenrique.org/rss.xml">RSS</a></li><li class="menu-item" style="float:right"><a href="https://blog.0xhenrique.org/about.html">About</a></li></ul></div>
+<div id="preamble" class="status"><ul class="menu-list"><li class="menu-item"><a href="https://blog.0xhenrique.org/">λ 0xhenrique</a></li><li class="menu-item"><a href="https://blog.0xhenrique.org/tag-projects">Projects</a></li><li class="menu-item"><a href="https://blog.0xhenrique.org/archive">Archive</a></li><li class="menu-item"><a href="https://blog.0xhenrique.org/rss.xml">RSS</a></li><li class="menu-item" style="float:right"><a href="https://blog.0xhenrique.org/about">About</a></li></ul></div>
<div id="content">
<div class="post-date">17 Aug 2024</div><h1 class="post-title"><a href="https://blog.0xhenrique.org/lum.html">Lum - Linux Ubiquitous Marker</a></h1>
<p>
@@ -38,10 +38,9 @@ I don't think parsing 12 thousand objects in JSON is efficient, but it's somethi
But at least it helped me get better grasp of a Lisp language. I still intend to revisit this project sometime in the future, maybe even restructure it from scratch to fix the mistakes I made.
For now, I don't think it can replace browser bookmarks, but it's something I'll focus on more in my next iteration with Lum.
</p>
-
-<div id="outline-container-org931a281" class="outline-2">
-<h2 id="org931a281">Running Lum</h2>
-<div class="outline-text-2" id="text-org931a281">
+<div id="outline-container-orgdba89fb" class="outline-2">
+<h2 id="orgdba89fb">Running Lum</h2>
+<div class="outline-text-2" id="text-orgdba89fb">
<p>
Although it is not really necessary to run this program, having fzf and xclip would be great if you want to integrate with other programs. A pretty useful command to fetch your bookmarks would be:
</p>
@@ -51,10 +50,9 @@ Although it is not really necessary to run this program, having fzf and xclip wo
</div>
</div>
</div>
-
-<div id="outline-container-orgf0c1ae1" class="outline-2">
-<h2 id="orgf0c1ae1">Integration with Emacs</h2>
-<div class="outline-text-2" id="text-orgf0c1ae1">
+<div id="outline-container-orgc9b6ab1" class="outline-2">
+<h2 id="orgc9b6ab1">Integration with Emacs</h2>
+<div class="outline-text-2" id="text-orgc9b6ab1">
<p>
While I'm not deploying binary packages to Lum, I can check my bookmarks through Emacs with a very simple function:
</p>