mirror of https://git.jolheiser.com/dotnix.git
parent
6ea5ae4b4e
commit
73f94ab78a
|
@ -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)"
|
^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
|
# Run a command if known, otherwise run it with nix
|
||||||
def , [
|
def , [
|
||||||
cmd: string # The command to run
|
cmd: string # The command to run
|
||||||
|
|
Loading…
Reference in New Issue