Tag: Obsidian

  • Thaura Work: File System Lint Tool, python venv issues

    I used Thaura Work to develop this simple tool that helps maintain file archives by enforcing file naming standards. The tool doesn’t do it directly, but helps you create simple scripts to enforce these rules. To use it, download these two files, and then install the whl file using pipx. These are pure Thaura Work…

  • Thaura Work: Vibe Coding an RSS Feed Aggregator

    My feed aggregator finds RSS URLs, and converts feeds into Markdown files with headlines and links. A CLI orchestrates the processing, which is done by commands. A simple GUI helps the user accumulate URLs. Obsidian is used to browse the resulting folder structure. This document describes some of the architecture and some design decisions, and…