Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.

Source:https://github.com/SoraKumo001/next-streaming

⬅️
cat-whisperer 8 daysReload
Show HN: WayPoint – Shell Command Shortening with Zsh/Fish Support in Go
I built WayPoint to streamline my terminal workflow and simplify both shell command expansion and URL shortening. Here’s a quick overview:

- Shell Command Shortening

    - Type a shortcut like s/gs and it instantly expands to git status in your terminal.
    - Integrated support for zsh and fish via custom completion scripts that perform in-place expansions.
    - Configure shortcuts easily using a YAML file, for example:
- Hierarchical URL Shortener

    - Use the same YAML configuration to create nested URL shortcuts for internal tools, documentation, or other resources.
    - Supports multi-level mappings and updates in real-time without needing a restart.
Check it out and share your feedback!

cat-whisperer 42 daysReload
giving credit where credit is due.

cat-whisperer 42 daysReload
ascii art for the win

cat-whisperer 42 daysReload
I was thinking of making it a opt-in feature, but I saw most of the usecases that I might have, might need concurrency and a runtime.

cat-whisperer 43 daysReload
it definitely would be, that was my intention. By passing in a runtime you can either block or schedule. Giving you control on what you want to be concurrent and what you don’t.