Skip to content

Releases: anki-code/xontrib-prompt-bar

0.5.8

02 May 18:14
804aa3b
Compare
Choose a tag to compare
  • Fix stdout list.

0.5.7

22 Nov 13:33
090b113
Compare
Choose a tag to compare

Use #@ prompt end instead of # for superuser.

0.5.6

15 May 14:30
3aa3099
Compare
Choose a tag to compare

Added hist_status section to show hist off if history disabled by history off command.

0.5.5

23 Mar 11:47
9a74d6b
Compare
Choose a tag to compare

Git branch was returned to the default bar settings.

0.5.4

20 Feb 15:47
1cc7f16
Compare
Choose a tag to compare

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

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

0.5.3

05 Jan 17:11
bfe1204
Compare
Choose a tag to compare

Fix env_name stripping.

0.5.2

14 Aug 17:45
4e8c376
Compare
Choose a tag to compare

Using YELLOW for exit code -2 (Ctrl+C in Linux)

0.5.1

06 Aug 11:43
c30b429
Compare
Choose a tag to compare
  • Added printing return code (can be disabled by XONTRIB_PROMPT_BAR_SHOW_RETURN = False)
  • Fix screen section to avoid xonsh/xonsh#4912

0.4.3

27 Jul 10:33
97fd5ff
Compare
Choose a tag to compare

Fix background.

0.4.2

19 Apr 12:44
29469a1
Compare
Choose a tag to compare

Temporary fix: gitstatus was removed.