diff --git a/apps/nogui/nushell/jolheiser.nu b/apps/nogui/nushell/jolheiser.nu index f004a2e..a76e7b1 100644 --- a/apps/nogui/nushell/jolheiser.nu +++ b/apps/nogui/nushell/jolheiser.nu @@ -37,6 +37,13 @@ def q [ ^llm -s "Answer in as few words as possible. Use a brief style with short replies." -m claude-3.5-sonnet $"($query)" } +def dev [ + --port (-p) = 8080: int # Port +] { + print $"Listening on http://localhost:($port)" + ^ssh -N -T -R $"3389:localhost:($port)" dragonwell +} + # Run a command if known, otherwise run it with nix def , [ cmd: string # The command to run