ofalvai / homecooked

Homecooked apps and utilities

Home Page:https://homecooked-wheat.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home-cooked software

Inspired by Robin Sloan.

What do I mean by home-cooked software?

Unlike general-purpose software appealing to the widest audience, home-cooked software is purpose-built to solve my own niche problems. It's not designed to scale or solve everyone's problem and that's okay!

At the moment, all tools in this repo are written is Rust. To install any of the CLI tools, just set up Rust and run cargo --locked install --path ..

List of my homecooked software

  • embeddings: A CLI tool for exploring embeddings of Markdown notes (such as your Obsidian vault). Once the embeddings are computed and stored locally for all documents, you can do:

    • semantic search using arbitrary queries
    • explore related notes of a given note
    • plot embeddings in 2D and view the similarity of notes
  • gardener: Various utilities for an Obsidian vault full of Markdown files. Current commands:

    • export: Convert a folder of Obsidian notes to plain Markdown syntax, but only the files having the tags: [public] frontmatter attribute. It also sets the title frontmatter attribute based on the file name
    • clean: Clean up unreferenced attachments (images and other files) after exporting a subset of notes with the above command
  • speedtest-to-influx: A wrapper around the official Speedtest CLI that prints a nice colorful summary to stdout and also sends the results to an InfluxDB instance. It can also run the speedtest continuously on a schedule.

About

Homecooked apps and utilities

https://homecooked-wheat.vercel.app


Languages

Language:TypeScript 51.0%Language:Rust 45.8%Language:JavaScript 1.5%Language:Earthly 1.1%Language:CSS 0.5%Language:Just 0.1%