table of contents
| term(1) | General Commands Manual | term(1) |
NAME¶
term - Terminal-integrated goose session
SYNOPSIS¶
term [-h|--help] <subcommands>
DESCRIPTION¶
Runs a goose session tied to your terminal window. Each terminal maintains its own persistent session that resumes automatically.
Setup:
eval "$(goose term init zsh)" # zsh/bash
let init = ($nu.cache-dir | path join "goose-term-init.nu"); ^goose
term init nu | save --force $init; source $init
Usage:
goose term run "list files in this directory"
@goose "create a python script" # using alias
@g "quick question" # short alias
OPTIONS¶
- -h, --help
- Print help (see a summary with '-h')
SUBCOMMANDS¶
- term-init(1)
- Print shell initialization script
- term-run(1)
- Run a prompt in the terminal session
- term-info(1)
- Print session info for prompt integration
- term-help(1)
- Print this message or the help of the given subcommand(s)
SEE ALSO¶
goose(1), goose-acp(1), goose-completion(1), goose-configure(1), goose-doctor(1), goose-gateway(1), goose-info(1), goose-mcp(1), goose-plugin(1), goose-recipe(1), goose-review(1), goose-run(1), goose-schedule(1), goose-serve(1), goose-session(1), goose-skills(1)
| term |