
reflex
List of commands for reflex:
-
reflex:tldr:39ae7 reflex: Ignore a directory when watching for changes.$ reflex --inverse-regex='${^dir-}' ${command}try on your machineexplain this command
-
reflex:tldr:8d88f reflex: Run command when reflex starts and restarts on file changes.$ reflex --start-service=true ${command}try on your machineexplain this command
-
reflex:tldr:901c2 reflex: Compile and run Go application if any `.go` file changes.$ reflex --regex='${\-go$}' ${go run -}try on your machineexplain this command
-
reflex:tldr:f8e5d reflex: Rebuild with `make` if any file changes.$ reflex maketry on your machineexplain this command