Tootfinder

Opt-in global Mastodon full text search. Join the index!

@tiotasram@kolektiva.social
2025-10-20 07:29:34

I've used BeautifulSoup a few times for personal projects, but hitting the docs again and by chance re-reading the frontmatter led me to discover I hadn't read the obligatory zine, which is excellent (especially cool to read about the anti-arms-trafficking project it links to):
crummy.com/software/BeautifulS

@michabbb@social.vivaldi.net
2025-12-13 23:46:57

🔧 YAML frontmatter converts directly to CLI flags: model: opus becomes --model opus, mcp-config: ./mcp.json becomes --mcp-config ./mcp.json, dangerously-skip-permissions: true becomes --dangerously-skip-permissions
🔄 Full Unix philosophy support: Pipe data in and out with stdin/stdout, chain agents together like git diff | review.claude .md or plan.claude .md | implement.codex .md, transparent logging shows what runs

@michabbb@social.vivaldi.net
2025-12-13 23:46:59

📋 Global configuration in ~/.mdflow/config.yaml for default frontmatter per command, logs written to ~/.mdflow/logs/ for debugging, LiquidJS template engine supports conditionals, loops and filters
github.com/johnlindquist/mdflow

@michabbb@social.vivaldi.net
2025-12-13 23:46:58

⚙️ Print mode runs by default for non-interactive execution, interactive mode enabled via .i. filename marker (task.i.claude .md), _interactive frontmatter key, or -_i CLI flag
🌐 Remote URL imports cached at ~/.mdflow/cache/ with 1-hour TTL, use --no-cache to force fresh fetch, automatic .env file loading from markdown file directory with support for .env.local, .env.development, .env.production