home.social
  1. Just shipped input-form.nvim!

    Floating-window forms for Neovim plugins:
    • text / multiline / select inputs
    • built-in validators + chaining
    • tab navigation, labels on borders
    • create_form(...):show() — no setup required

    Perfect for plugin authors who need structured user input.

    github.com/chenasraf/input-for

  2. I'm flying on monday and I wanted game guides for my old retro games

    - Online guides can't remember where you stopped
    - Screen turns off and takes a lot of battery even if you save it offline

    Solution: save as PDF and upload to my Kindle! I'm a genius

  3. Quite happy with my release process for sofmani

    -> Push updates to git
    -> Release Please generates changelog PR
    -> When merged, release is created
    -> All files are generated & uploaded to release
    -> Triggers a dispatch workflow to my OTHER repo, which is the homebrew tap
    -> That generates a PR for homebrew update & bottles
    -> Add label pr-pull and it updates the tap with the bottles

    With tests on every step