X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/d15c985e3a9b47f1ca95867c37f599b6d2127452..4053fc09531568f6c5ba37d70d88f00c166e09f3:/.plan diff --git a/.plan b/.plan index 8799e5c..82289d8 100644 --- a/.plan +++ b/.plan @@ -1,6 +1,13 @@ # My plan for now, roughly -- Add the task labeling and rescheduling functionality to nota.nvim -- Finalize the template parser for blog 7.0.0 +- Package blog and page for fedora, arch, and debian. -[2024-03-02] + 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). + + 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. + + 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. + +- Add gopher functionality (geomyidae) to page. + +[2024-03-10]