- Terminal UI for GTD-like task management, backed by a Logseq database [2]
- Simple CLI for querying Kagi (Google Search alternative) [3]
[1] https://git.sr.ht/~bsprague/gpt4-tui
21–30 of 96 posts
- Terminal UI for GTD-like task management, backed by a Logseq database [2]
- Simple CLI for querying Kagi (Google Search alternative) [3]
[1] https://git.sr.ht/~bsprague/gpt4-tui
I moved from iTerm2 -> Wezterm and missed itermocil. So, I wrote a replacement specifically for Wezterm called weztermocil.
Main repo: https://github.com/comperical/WebWidgets/
Open core install guide: https://github.com/comperical/WebWidgets/tree/main/server/sc...
Home page (currently rehabbing): https://webwidgets.io/
https://github.com/JoshuaEstes/CheatSheets was used to help me learn different shortcut keys for different programs and apps (tmux, vim, mutt, git, etc.). It's just a collection of what I found useful or found myself always looking up the same stuff. Now it's mostly used as a reference from time to time.
Keeps sticky note off desktop for quick notes and easy reminders. Win/win.
My latest one is a minor mode called markdown-notebook [1]. It lets you add and execute python codeblocks into markdown files. The results of the codeblock are inserted just below the codeblock. It's a reasonable way to add code examples to your readme or github wiki without having to copy and paste things from the terminal.
Still need to do some work to get it to paste images (say from matplotlib) into the markdown document.
[1] https://gist.github.com/abdullahkhalids/83055b1abbd2cdf2416a...
I'm often glad I wrote it to print out the command it's going to run before running it, because none of my coworkers want to use my helper script, but they've many times asked me to for some obscure command that I encapsulated in it and don't actually remember myself.