]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - .plan
Link to rpm / deb builds
[rbdr/r.bdr.sh] / .plan
diff --git a/.plan b/.plan
index bd7ba48cd3b2274d93c0872c8d2a327bcfa58941..82289d8569a295bc05820f6ebf579c875f3d2700 100644 (file)
--- a/.plan
+++ b/.plan
@@ -1,11 +1,13 @@
 # My plan for now, roughly
 
-- Add the task labeling and rescheduling functionality to nota.nvim
+- Package blog and page for fedora, arch, and debian.
 
-    [2024-03-03] This is done. Adding scheduling was mostly a matter of text manipulation. Since I only use YYYY-MM-DD it works quite well. If people ever adopt it, I would consider adding flexibility.
+  I started by checking how to build for multiple architectures. I'll start building only for linux arm64 and x64 because building for darwin is a hassle (plus we have homebrew already).
 
-- Finalize the template parser for blog 7.0.0
+  For now I'll drop arch as a target, but I was able to set up rpm and deb packages. I also included a man page, which I had never written before. The syntax is pretty terrible.
 
-    [2024-03-08] The template parser is finished! I ended up caving and using dependencies for serializing, but mostly to generate a timestamp. Up next will be to generate the archive. I reckon publish and remote will be easy as i use existing tools.
+  Based on this experience I want to package lyricli like this. Being written in swift, I'm not sure how much of a hassle it is. Might re-write in rust.
 
-[2024-03-02]
+- Add gopher functionality (geomyidae) to page.
+
+[2024-03-10]