Skip to content

feat: add xontrib to support Fire in the xonsh shell - #656

Open
anki-code wants to merge 4 commits into
google:masterfrom
anki-code:patch-1
Open

feat: add xontrib to support Fire in the xonsh shell#656
anki-code wants to merge 4 commits into
google:masterfrom
anki-code:patch-1

Conversation

@anki-code

@anki-codeanki-code commented Mar 20, 2026

Copy link
Copy Markdown

Workflow:

xonshxpipinstallfire# xontrib will be installed with the main package seamlessly.xontribloadfiretype(@)
# xonsh.built_ins.XonshSessionInterfacefire @ --help# @ - Xonsh Session Interfaceobj= {'var': 'val'}
fireobjvar# val
type(@.env)
# xonsh.environ.Envfire @.envgetUSER-upper# PCtype(aliases)
# xonsh.aliases.Aliasesfirealiasesgetls# ls -Gtype(@.imp)
# xonsh.built_ins.InlineImporterfire @.imp.jsondumps--help# @.imp.json dumps OBJ <flags>fire @.imp.jsondumps'{"a":1}'--indent4# {# "a": 1# }

Adds a new CLI tool using Fire in the xonsh shell.
@google-cla

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@anki-code
anki-code marked this pull request as ready for review March 20, 2026 14:19
Added section on Xonsh shell support with examples.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@anki-code