Xontrib-prompt-bar

Latest version: v0.5.8

Safety actively analyzes 627604 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

0.9.23

0.5.8

* Fix stdout list.

0.5.7

Use `` prompt end instead of `` for superuser.

0.5.6

Added `hist_status` section to show `hist off` if history disabled by [`history off`](https://xon.sh/tutorial_hist.html#off-action) command.

0.5.5

Git branch was returned to the default bar settings.

0.5.4

Sometimes it's needed to hide the return code. In this case you can use `-8888` return code i.e.:

xsh
aliases['cdls'] = "cd ($arg0) && (lambda: -8888 if len(g`./*`) > 100 else 0) && ls --group-directories-first -A --color"
cdls /
return code is 0 and `ls` command was executed and return code is not shown
cdls /usr/sbin
return code is -8888 and `ls` command was NOT executed and return code is not shown

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.