Monday, September 7, 2026

Show HN: Gote – a CLI note-taking management tool for plain Markdown https://ift.tt/y01uTgs

Show HN: Gote – a CLI note-taking management tool for plain Markdown Repo: https://ift.tt/j9KZoPa I built a note taking management tool to use at work for quick note taking and searching. It is intended to be quite minimal. Another focus was to have lots of shortcuts and to keep things close to the homerow for ergonomics and speed. Notes are just markdown files in whatever directory you point it at. The only thing it keeps elsewhere is an index in ~/.gote. If you stop using it you still have all your notes. Tags go on the first line of the note, separated by periods, like .project.urgent.work. No frontmatter. Search is built into the binary, BM25 with stemming, so there's no ripgrep or fzf to set up. gote s meeting searches titles and content, gote s -t .work filters by tag, gote s -w 2412 pulls up notes from December 2024. Most commands have a two letter version that combines a list with an action. ro is recent + open, sv is search + view, tp is tag + pin. When results come up you pick one with a home row key instead of arrows or numbers. Binaries for mac/linux/windows are on the releases page, or go install github.com/banorton/gote@latest if you have Go. The goal of this project was not to learn something new or build something impressive. I simply had a need and filled it with a vibe-coded solution. I have been using it for about a year now and it does more or less exactly what I wanted. So I thought I'd share in case others are interested in using it, contributing to it, or want to use it as a reference for their own solution. September 7, 2026 at 10:25PM

Show HN: Possess, a TUI to browse and transfer coding sessions https://ift.tt/pbUIZ6S

Show HN: Possess, a TUI to browse and transfer coding sessions https://ift.tt/ahWc3MS September 7, 2026 at 11:43PM

Sunday, September 6, 2026

Show HN: PixelDraw – simple drawing software for web(WASM) and desktop https://ift.tt/NGJFdTO

Show HN: PixelDraw – simple drawing software for web(WASM) and desktop https://ift.tt/hXLeU3A September 6, 2026 at 09:23PM

Saturday, September 5, 2026

Show HN: Cowbull – Wordle-like game where you only get match counts https://ift.tt/vR43Yic

Show HN: Cowbull – Wordle-like game where you only get match counts CowBull is a word game where you have to find the hidden four-letter word. You make guesses and get back the count of exact letter matches (bulls) and partial matches (cows). It’s a bit like Wordle, but you are not told the exact letters which match, only the count of matching letters. Scoring is based on the number of guesses and time used. There is a single player mode and a multi-player mode (no account required). The game source code is at https://ift.tt/tYIAbzd . When I was younger, we used to play this game on paper at the back of the classroom during school and college in India. During Covid, I made this online version of the game to play with my kids. https://cowbull.co/ September 6, 2026 at 06:07AM

Show HN: I made Blocknado, an orbital stacker. Think Tetris with square rings https://ift.tt/p2bAr8H

Show HN: I made Blocknado, an orbital stacker. Think Tetris with square rings I've loved stacker type games for as long as I can remember. But I've always wanted a version with a bit more strategy and puzzle dynamics. Blocknado is a game I've always wanted to play, maybe others will too. https://ift.tt/fghNx4a September 6, 2026 at 05:46AM

Show HN: Merge Wikipedia articles across languages into one page https://ift.tt/LZnzh4k

Show HN: Merge Wikipedia articles across languages into one page https://ift.tt/QxqMzB4 September 6, 2026 at 02:18AM

Show HN: Fast Cut Video tool for cutting video for Agents https://ift.tt/JELgPBa

Show HN: Fast Cut Video tool for cutting video for Agents Hi HN, Build this tool in a couple of hours with OpenAI Codex to scratch an itch. As part of my videos workflows I needed to cut the videos myself since the agent is pretty bad cutting and timing using only the transcription. But using a big app like Premiere or DaVinci Resolve was overkill so I used Astra to build an app tailored to that very task. It will be useful to others with the same problem. Tested only on Silicon Macs, so any feedback is welcome. As part of my workflow when the agent get the video it can open the app with the video or videos loaded in the timeline for me to cut and then export the cuts in a format the agent can use and continue the workflow. https://ift.tt/p1Mt0OV September 6, 2026 at 02:36AM

Show HN: Gote – a CLI note-taking management tool for plain Markdown https://ift.tt/y01uTgs

Show HN: Gote – a CLI note-taking management tool for plain Markdown Repo: https://ift.tt/j9KZoPa I built a note taking management tool to...