Skip to content
View brokensandals's full-sized avatar

Block or report brokensandals

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
brokensandals/README.md

My most substantial work is closed-source (see resume); these are some side-projects and small utilities I made for myself.

Blunt Instrument: explore JavaScript code execution
rank-filesCLI tool for pairwise ranking documents using LLMs.
Mark Headboard: view Markdown files as kanban boards in VS Code
Obsidian plugins for formatting and citing quotes when pasting and populating image alt texts using an LLM
LousyJob: a very simple background job runner for macOS
Basic Ollama management UI
Hammerspoon pluginsmanage command palette and hotkeys; window management; create command palette from app menu; task execution helper
Pandoc pluginswriter targeting Goodreads review format; filter that relativizes links; filter that adds section numbers
Notesdir: note management CLI tooling
  • link management, metadata management, querying, templating, and organizing
  • use whatever editors you want
  • use different file formats for different notes
  • organize and reorganize directories at will
  • designed to be a modular utility, not an all-encompassing framework
  • script it with Python API or the CLI's JSON output
Export toolingUtilities to help manage exports of data from various services for the purposes of personal backups.

Pinned Loading

  1. blunt-instrumentblunt-instrumentPublic

    Automatic instrumentation/tracing for javascript.

    JavaScript 12 3

  2. notesdirnotesdirPublic archive

    Editor-independent note management.

    Python 14 4

  3. export_managerexport_managerPublic archive

    CLI tool to help manage exports/backups of personal data from cloud services.

    Python 10

  4. task-rotator-todoisttask-rotator-todoistPublic archive

    Facilitates recurring tasks in Todoist whose names change according to a defined cycle.

    JavaScript

  5. Google Docs/Sheets/Slides automated ...Google Docs/Sheets/Slides automated backups script
    1
    varBACKUP_FOLDER_ID='INSERT_FOLDER_ID_HERE';
    2
    3
    varNATIVE_MIME_TYPES={};
    4
    NATIVE_MIME_TYPES[MimeType.GOOGLE_DOCS]=MimeType.MICROSOFT_WORD;
    5
    NATIVE_MIME_TYPES[MimeType.GOOGLE_SHEETS]=MimeType.MICROSOFT_EXCEL;
  6. cerner/scrimpcerner/scrimpPublic archive

    A Sinatra ruby gem for dynamically creating web interfaces for thrift IDLs

    Ruby 14 14