FEFelipe Eliasinfelipeelias.hashnode.dev·Mar 17 · 3 min readclaude-statusline: a configurable status line for Claude CodeClaude Code lets you customize the status line at the bottom of your terminal. The default suggestion is a bash script, which works but gets clunky fast and difficult to maintain for more complex features. There are other tools out there that solve t...00
FEFelipe Eliasinfelipeelias.hashnode.dev·Feb 28 · 1 min readHookLab - Watch your Claude Code hooks in real timeClaude Code recently added HTTP hooks. Instead of shell scripts, you can point hook events at a URL. I built HookLab to play with that. It's a live dashboard. Every hook event shows up in the browser as it happens: which tools are being called, what ...00
FEFelipe Eliasinfelipeelias.hashnode.dev·Feb 27 · 1 min readYou Should Be Versioning Your ~/.claude ConfigIf you've been using Claude Code for a while, you've probably accumulated a decent amount of configuration: settings, skills, custom agents, CLAUDE.md instructions. Losing all of that would be annoying. The fix: git init inside ~/.claude, with some c...00
FEFelipe Eliasinfelipeelias.hashnode.dev·Feb 26 · 1 min readElixir Toolbox - Major UpdateI've been working on Elixir Toolbox quite a bit lately and wanted to share what's new: More categories: ~150 now, including AI/LLM sections (and more) JSON API: the aggregated data is now exposed for anyone to query New trending page, showing packag...00
FEFelipe Eliasinfelipeelias.hashnode.dev·Feb 26 · 5 min readPerfect Claude Code Notifications Setup with Tailscale and ntfyIf you're like me and have been hooked into running Claude Code on your phone, running several sessions in parallel like Boris, you may have noticed that it is easy to lose track of what is going on o00