cpendery

↗ HN profile [ 51.1 ms ] full profile

No user record in our sample, but cpendery has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. Made this small cli tool for making PATH actions easier across multiple platforms / shells

  2. I built this small library to easily run an Ink app as an SSH app. I was inspired by Wish / all the work of the Charm team on the golang TUI ecosystem and wanted some similar tools for Node/JS

  3. I made this so that I don't have to maintain my aliases across my $profile, .bashrc, and .zshrc when I swap shells. Let me know what you think about it!

  4. I made this so that I don't have to maintain my aliases across my $profile, .bashrc, and .zshrc when I swap shells. Let me know what you think about it!

  5. I built this test framework when working on inshellisense because I couldn't find a terminal testing tool with playwright level features: snapshots, rich locator assertions, etc. I'd appreciate any feedback on it!

  6. I built this terminal native runtime for Fig's autocomplete to support Windows and Linux. Would appreciate any feedback on it!

  7. I got tired of having to keep my __all__ lists sorted in python by hand as it helps keep them more readable so I made this to do it for me. If you aren't familiar with __all__ lists, here is a good post explaining them…