Settings

Theme

Show HN: Reload processes based on File changes and pluggable Agentic hooks

github.com

1 points by debarshri a month ago · 0 comments · 1 min read

Reader

The process watcher and reloading for any language with custom hooks.

You could run something like this:

`wip -- go run main.go`

and any file changes in that directory would reload the service thus creating a REPL like environment for languages do not have a REPL.

Additionally, you can add custom hooks like webhooks, API status, other shell scripts.

Written in rust.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection