omranjamal

↗ HN profile [ 25.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I was unhappy with multi-line text input libraries for React Ink so I decided to make one. Full support for: - Pasting multi-line text - Opt + [Arrow Keys] to jump between words - New Line via Shift + Enter / Ctrl +…

  2. I'm a big fan of monorepos but I always thought navigating them from the CLI was kind of a PITA, that's why I created `mono-cd`. It allows you to interactively select the package directory you want to cd into.…

  3. I have recently pick up a bad habit of writing JS like I write Go. As such, I end up imagining in my head that async calls are just goroutines and that I need to sometimes do messaging or synchronization between them.…