-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xonsh.xontribs.xontrib-*: init at various #1
base: add_xontrib_pkgs
Are you sure you want to change the base?
xonsh.xontribs.xontrib-*: init at various #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left a number of comments on these, and several of them apply across multiple files.
pkgs/by-name/xo/xonsh/xontribs/xontrib-readable-traceback/default.nix
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mis-clicked the Approve. I meant to hit Request changes.
OK, changes pushed -- LMK if they meet the changes requested |
@greg-hellings -- all PR comments addressed. LMK if you see further issues |
Since version 0.14.0, Xonsh moved to including most of its basic
extension functionality in xontribs. Using the existing Xonsh wrapper,
the above listed xontrib packages can now be included with its
extraPackages argument.
xonsh.xontribs.xontrib-vox: init at 0.0.1
A plugin for the xonsh shell allowing manipulation of Python virtual
environments
xonsh.xontribs.xontrib-whole-word-jumping: init at 0.0.1
A plugin for the xonsh shell that adds additional navigation options
xonsh.xontribs.xontrib-jedi
Improved Xonsh's Python completions using jedi
xonsh.xontribs.xontrib-mpl: init at 0.0.2
Matplotlib hooks for xonsh, including 'mpl' alias that displays the current figure on the screen
xonsh.xontribs.xontrib-jupyter: init at 0.3.0
Xonsh jupyter kernel allows to run Xonsh shell code in Jupyter, JupyterLab, Euporia, etc.
xonsh.xontribs.xontrib-fish-completer: init at 0.0.1
Populate rich completions using fish and remove the default bash based completer
xonsh.xontribs.xontrib-bashisms: init at 0.0.5
Bash-like interactive mode extensions for the xonsh shell.
xonsh.xontribs.xontrib-debug-tools: init at 0.0.1
Debug tools for xonsh shell.
xonsh.xontribs.xontrib-abbrevs: init at 0.0.1
Command abbreviations. This expands input words as you type.
xonsh.xontribs.xontrib-distributed: init at 0.0.4
Dask Distributed integration for Xonsh
xonsh.xontribs.xonsh-direnv: init at 1.7.0
Direnv integration for Xonsh## Description of changes
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.