Anthony Scopatz
|
9f737b7075
|
giving up for the night
|
2015-08-25 00:12:33 -04:00 |
|
Anthony Scopatz
|
6e2bfc2ae5
|
Merge pull request #368 from scopatz/prompt_toolkit_coloring
First attempt to make a hack for prompt-toolkit coloring
|
2015-08-24 17:21:19 -04:00 |
|
Michael Droettboom
|
47ed644062
|
Allow environment variables in PROMPT
|
2015-08-24 16:32:54 -04:00 |
|
Morten Enemark Lund
|
ca6a1753c9
|
Update test for prompt_toolkit_tools
|
2015-08-24 09:48:24 +02:00 |
|
Morten Enemark Lund
|
399495063d
|
Fixed a typo in the style definition 'No_color' -> 'NO_COLOR'
|
2015-08-24 09:47:28 +02:00 |
|
Morten Enemark Lund
|
9e0b4ba041
|
PEP8 fixes
|
2015-08-24 08:15:30 +02:00 |
|
Morten Enemark Lund
|
93423acbd4
|
Merge remote-tracking branch 'remotes/origin/master' into prompt_toolkit_coloring
|
2015-08-24 07:57:11 +02:00 |
|
Anthony Scopatz
|
8f04e67816
|
some improvements
|
2015-08-24 01:11:13 -04:00 |
|
Anthony Scopatz
|
98ea68fae5
|
full env diffing
|
2015-08-24 01:02:34 -04:00 |
|
Anthony Scopatz
|
246acf2cda
|
have fancy env diffing
|
2015-08-24 00:42:10 -04:00 |
|
Anthony Scopatz
|
784c017693
|
printing headers, like a boss
|
2015-08-23 23:44:26 -04:00 |
|
Anthony Scopatz
|
102ecf0736
|
started history differ
|
2015-08-23 22:57:36 -04:00 |
|
Anthony Scopatz
|
67a8ff08e4
|
hooks to replay capablity
|
2015-08-23 21:55:28 -04:00 |
|
Anthony Scopatz
|
7d70392a0c
|
allow history inspection post-at-exit
|
2015-08-23 19:29:35 -04:00 |
|
Anthony Scopatz
|
70b962c293
|
added environment merging to replay
|
2015-08-23 18:50:47 -04:00 |
|
Anthony Scopatz
|
8e65025c86
|
even more robust
|
2015-08-23 17:12:35 -04:00 |
|
Anthony Scopatz
|
20f3a026ce
|
made locale setting more robust
|
2015-08-23 17:10:16 -04:00 |
|
Anthony Scopatz
|
ebeb4bcdc0
|
some more replay test fixes
|
2015-08-23 17:00:26 -04:00 |
|
Anthony Scopatz
|
43bc6d48c2
|
some replay tests
|
2015-08-23 16:50:54 -04:00 |
|
Anthony Scopatz
|
704f22bd32
|
first attempt at replayer
|
2015-08-23 15:59:09 -04:00 |
|
Anthony Scopatz
|
97cb632d67
|
inited replay
|
2015-08-23 14:13:14 -04:00 |
|
Anthony Scopatz
|
e6e5ce7abd
|
added teepty
|
2015-08-23 14:09:10 -04:00 |
|
Anthony Scopatz
|
553c67b0ec
|
removed old history command
|
2015-08-23 13:41:54 -04:00 |
|
Anthony Scopatz
|
f33471057a
|
final touches on history command
|
2015-08-23 13:40:07 -04:00 |
|
Anthony Scopatz
|
b2b05e8a9b
|
added reversed option to history printing
|
2015-08-23 12:21:09 -04:00 |
|
Anthony Scopatz
|
935986a8b3
|
have history printing command
|
2015-08-23 12:14:51 -04:00 |
|
Anthony Scopatz
|
6f854b800b
|
begging of history command
|
2015-08-23 11:30:07 -04:00 |
|
Anthony Scopatz
|
7aec05a504
|
changed defaults for history and added commands unit
|
2015-08-22 23:31:06 -04:00 |
|
Anthony Scopatz
|
5b14993f17
|
actually write stdin to stdin
|
2015-08-22 22:37:17 -04:00 |
|
Morten Enemark Lund
|
078b818396
|
Finished coloring implementation for prompt-toolkit shell.
|
2015-08-22 23:41:38 +02:00 |
|
Anthony Scopatz
|
15e8ac1d99
|
Merge pull request #369 from jonathanslenders/prompt-toolkit-history-fix
Fix for 122361eeca : history was partly broken.
|
2015-08-22 17:07:43 -04:00 |
|
Anthony Scopatz
|
f9475ab54f
|
stop intercepting SIGINT
|
2015-08-22 16:59:37 -04:00 |
|
Anthony Scopatz
|
b00d56f25e
|
removed thread-based writer.
|
2015-08-22 16:31:58 -04:00 |
|
Anthony Scopatz
|
e7d1550b2c
|
added history handling to raw mode
|
2015-08-22 16:10:18 -04:00 |
|
Anthony Scopatz
|
9ced22ea5d
|
generalizations
|
2015-08-22 16:01:39 -04:00 |
|
Anthony Scopatz
|
e20d0cc081
|
OMG it works
|
2015-08-22 15:57:58 -04:00 |
|
Anthony Scopatz
|
e7ce44a3cb
|
Merge branch 'master' into hist-next
|
2015-08-21 17:27:11 -04:00 |
|
Jonathan Slenders
|
779ef7c035
|
Fix for 122361eeca : history was partly broken.
|
2015-08-21 03:08:08 +02:00 |
|
Morten Enemark Lund
|
6595cb4974
|
First attempt to make a hack for prompt-toolkit coloring
|
2015-08-20 17:14:33 +02:00 |
|
Anthony Scopatz
|
6c557d499c
|
Merge pull request #366 from jonathanslenders/prompt_toolkit_0.47
One fix to be compatible with prompt_toolkit==0.47
|
2015-08-20 10:00:36 -04:00 |
|
Jonathan Slenders
|
122361eeca
|
One fix to be compatible with prompt_toolkit==0.47
|
2015-08-20 02:36:31 +02:00 |
|
Anthony Scopatz
|
d4afd13863
|
Merge branch 'master' into hist-next
|
2015-08-19 10:04:08 -04:00 |
|
Anthony Scopatz
|
3cd586be43
|
Merge pull request #361 from rbrewer123/feature-aliases-doc
tutorial: remove DEFAULT_ALIASES from aliases section
|
2015-08-19 10:03:03 -04:00 |
|
Anthony Scopatz
|
596b1b5761
|
Merge pull request #363 from scopatz/normpath_with_currentdir
Fix error where _normpath wrapper converted ./ to ././
|
2015-08-19 09:56:28 -04:00 |
|
Anthony Scopatz
|
9fe303534c
|
minor
|
2015-08-19 09:49:41 -04:00 |
|
Morten Enemark Lund
|
45d0ee290e
|
Fix docstring
|
2015-08-19 10:47:10 +02:00 |
|
Morten Enemark Lund
|
e0b5abb2c6
|
Fix error where _normpath wrapper was converted './' to '././'
|
2015-08-19 10:02:28 +02:00 |
|
Robert W. Brewer
|
5947fa756d
|
tutorial: remove DEFAULT_ALIASES from aliases section
|
2015-08-19 01:16:47 -04:00 |
|
Robert W. Brewer
|
5a33437119
|
Merge branch 'prompt-toolkit-fixes'
|
2015-08-18 23:33:56 -04:00 |
|
Robert W. Brewer
|
8038979776
|
Merge branch 'master' into prompt-toolkit-fixes
|
2015-08-18 23:31:34 -04:00 |
|