Commit graph

25 commits

Author SHA1 Message Date
Anthony Scopatz
af2c094515 black 2019-10-05 20:51:30 -04:00
Anthony Scopatz
dc8728bdaf Added THREAD_SUBPROCS env var 2019-10-05 16:37:45 -04:00
con-f-use
9f38269c24
Remove yet another unused import in bashisms
Co-Authored-By: Gil Forsyth <gforsyth@users.noreply.github.com>
2019-06-12 19:43:45 +02:00
con-f-use
2bc262e616
Remove more unused imports in bashisms 2019-06-12 19:25:47 +02:00
con-f-use
17143fc853
Remove unsed import and variable in bashisms 2019-06-12 19:19:44 +02:00
con-f-use
5b8b766139
Remove hard coded Alt+. binding
Is part of prompt toolkit now
2019-06-12 19:06:18 +02:00
Eddie Peters
46cc6f1541 Preserve newline during bashisms transformation. 2019-05-22 09:03:08 -04:00
David Strobach
691261d062 black 2019-05-17 15:20:29 +02:00
David Strobach
0cdc4e8417 Fix bashisms xontrib startup on PTK1
PTK1 Condition expects ona positional argument.
2019-05-16 13:15:06 +02:00
Gil Forsyth
258c2fc610 Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
Kale Kundert
6b0c0dd49f
Add tests (and don't use f-strings). 2019-03-16 11:18:48 -04:00
Kale Kundert
f279c6a82c
Implement more bang commands: !$ !* !^ !<cmd>
While the 'bashisms' xontrib provides the !! command, related commands
like !$, !*, !^, and !<cmd> are notably missing.  This commit implements
these in the same fashion as !!.  Note that this remains far from a
complete implementation of the bash bang command syntax, but it covers
some of the most common commands and is hopefully a step in the right
direction.
2019-03-16 01:36:28 -04:00
Mickaël Schoentgen
016ffd2278 Fix Flake8 errors 2018-11-01 16:36:32 +01:00
Anthony Scopatz
4c91df2abc many test fixes 2018-09-13 14:03:35 -04:00
Gil Forsyth
7acb86e813 Make ptk xontribs compatible with ptk1 and ptk2 2018-07-20 12:50:00 -04:00
Gil Forsyth
073cff806f Fix for bashisms on ptk2
but we need to make this backwards compatible, too.... ARGH
2018-07-14 22:36:16 -04:00
Nathan Hoad
b05a5d4bf5 Implement an alias alias, matching what sh's alias does. 2017-07-08 15:35:21 +10:00
Gil Forsyth
4e20ad035e add Alt-. cmd to recall last arg to bashisms 2017-03-11 11:59:56 -05:00
Jamie Bliss
fdb4a6ac35 Update on_transform_command 2017-01-14 18:13:27 -05:00
Jamie Bliss
5b83ef8040 Add on_transform_command event, seperate from on_precommand. 2017-01-01 19:59:12 -05:00
Hugo Wang
b47aabf654 updated for ut 2016-12-15 22:54:45 +08:00
Hugo Wang
6926a21b9c updated XONSH_DEBUG debug levels 2016-12-15 22:30:26 +08:00
Anthony Scopatz
69969988ef some flake cleanup 2016-11-20 18:49:26 -05:00
Anthony Scopatz
d0ac0c2efc some cleanup 2016-11-20 17:32:53 -05:00
Anthony Scopatz
8f5aa9d73d initial bashisms, super broken 2016-11-15 01:01:34 -05:00