goose-term - Man Page
Terminal-integrated goose session
Synopsis
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-project(1), goose-projects(1), goose-recipe(1), goose-review(1), goose-run(1), goose-schedule(1), goose-serve(1), goose-session(1), goose-skills(1)
Referenced By
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-project(1), goose-projects(1), goose-recipe(1), goose-review(1), goose-run(1), goose-schedule(1), goose-serve(1), goose-session(1), goose-skills(1), goose-term-info(1), goose-term-init(1), goose-term-run(1).