Skip to content
View DanielMuellerIR's full-sized avatar

Block or report DanielMuellerIR

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.

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
DanielMuellerIR/README.md

🌐 Sprache / Language: English · Deutsch

Hi, I'm Daniel πŸ‘‹

I build native macOS and iOS apps and small command-line tools. Most projects follow the same principles: native UI, offline-capable, scriptable from the command line, and as few dependencies as possible.

🌐 Website: dm0.de

πŸ–₯️ macOS apps

  • πŸ“ fastra β€” Native macOS text editor with unmatched find & replace: *-wildcards, regex mode, diff preview
  • πŸ” favenio β€” Index-free file search for macOS that also looks inside archives (zip, jar, docx, epub, tar, …) β€” CLI, native GUI and Finder toolbar quick search
  • πŸŽ™οΈ stille_post β€” Local dictation for macOS: Whisper speech-to-text plus honest LLM cleanup that never rewrites β€” fully offline capable, headless CLI included
  • 🏷️ tag_explosion β€” View and edit media metadata: audio tags, EXIF/IPTC/XMP, video tags, e-book metadata β€” app and CLI
  • πŸ“‹ md-clip β€” Convert macOS clipboard contents to clean Markdown β€” CLI, Dock app, and global hotkey

🎡 Audio & music

  • 🎼 savage_modplayer β€” Tracker player for MOD, S3M, XM and IT with an independent Swift replay engine, live scopes and WAV export (macOS + iPhone)
  • 🎹 vicious-sidplayer β€” Commodore 64 SID chiptune player β€” single-file HTML5 version and native macOS app with real-time oscilloscope
  • πŸ“» mucke_baby β€” Native macOS internet-radio player with themed, audio-reactive visualizers (SwiftUI + VLCKit)
  • πŸ“± baby_mucke β€” Native iPhone internet-radio player β€” the iPhone sibling of Mucke, Baby! (SwiftUI + AVPlayer)
  • πŸ“š hoerbuchkloeppler β€” Turn loose audio files into a properly chaptered .m4b audiobook β€” SwiftUI app + CLI

πŸ•ΉοΈ Games & graphics

  • 🧱 steinregen β€” Native falling-block puzzle game with six deterministic modes and a raw black-metal aesthetic (macOS + iOS)
  • πŸš€ exploids β€” Asteroids-style vector arcade shooter β€” procedural vector graphics, real-time synthesized audio, two bosses, deterministic replays (Swift 6 / SpriteKit)
  • πŸŒ€ FraktalLab β€” Tech-showcase hacker dashboard β€” WebGL fractals (Mandelbrot/Julia deep zoom) and demoscene effects in a self-arranging panel grid

🧰 Command-line & developer tools

  • πŸ—‚οΈ gitmaster_flash β€” TUI overview of every Git repo below a directory: see what is dirty, unpushed or stashed, and clean it up right there. One Python file, standard library only
  • πŸ“„ poormans_text β€” Convert word-processing documents and spreadsheets to Markdown on macOS
  • πŸ“Œ ncpin β€” Set the Nextcloud virtual-files pin state (hydrate/dehydrate) from the macOS command line
  • 🦊 firefox-tabs-save-and-restore β€” fftabs: save, restore (lazily) and manage Firefox tabs on macOS β€” CLI + native GUI, no dependencies
  • πŸ€– opencode-minimax β€” Run MiniMax (or any Anthropic-compatible model) as an agentic coder via OpenCode β€” solves the custom-provider setup traps

🍴 Forks

Pinned Loading

  1. fastra fastra Public

    Native macOS text editor with unmatched find & replace: *-wildcards, regex mode, diff preview

    Swift 2

  2. favenio favenio Public

    Index-free file search for macOS that also looks inside archives (zip, jar, docx, epub, tar, …) β€” single-file Python core with CLI, native GUI and Finder toolbar quick search.

    Swift 1

  3. exploids exploids Public

    Native macOS Asteroids-style vector arcade shooter β€” Swift 6 / SpriteKit. Procedural vector graphics, real-time synthesized audio, two game modes, nine power-ups, gravity wells, two bosses, and a d…

    Swift 2 1

  4. md-clip md-clip Public

    Convert macOS clipboard contents to clean Markdown β€” CLI, Dock app, and global hotkey.

    Shell 1

  5. stille_post stille_post Public

    Local dictation app for macOS: Whisper speech-to-text plus honest LLM cleanup that never rewrites. Global hotkey, menu bar overlay, endpoint fallback chain, fully offline capable, headless CLI incl…

    Swift

  6. gitmaster_flash gitmaster_flash Public

    TUI overview of every Git repo below a directory: see what is dirty, unpushed or stashed, and clean it up right there. One Python file, standard library only.

    Python