David Strobach
e5621ef369
add some docs
2020-03-25 20:12:30 +01:00
David Strobach
76633b0e47
abbrevs: do not expand within strings
2020-03-25 18:29:05 +01:00
David Strobach
43f15fb5e2
abbrevs: only expand whole words on return key press
2020-03-25 18:02:02 +01:00
David Strobach
32b093b422
abbrevs: add handler for return key
2020-03-25 17:30:28 +01:00
David Strobach
d619127503
Add fish-like command abbreviations
2020-03-25 14:59:50 +01:00
Jamie Bliss
66d133952d
autovox: Fix algorithm to cd correctly
2020-02-03 13:25:06 -05:00
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
Sean Farley
22a078377d
jedi: refactor completions
...
This fixes jedi completions backtrace in the scenario where
CASE_SENSITIVE_COMPLETIONS is set.
2019-10-02 15:01:05 -05:00
Anthony Scopatz
556db6d124
jedi error fix
2019-10-01 20:59:47 -04:00
Gil Forsyth
9acc111d65
Merge pull request #3277 from astronouth7303/xontrib-autovox
...
Add autovox xontrib
2019-09-09 16:32:55 -04:00
Jamie Bliss
82fbac63e3
Bug in autovox
2019-08-28 14:50:19 -04:00
Jamie Bliss
d4ba3b5789
Remove print()
2019-08-28 14:34:20 -04:00
Jamie Bliss
c7e5b7b0f9
Add autovox xontrib to support automatic vox
2019-08-18 21:09:57 -04:00
Caleb Hattingh
b4b5d262c7
Add the new path parameter to the documentation.
2019-08-15 23:23:26 +10:00
Caleb Hattingh
220923f084
Include path as a kwarg on activate and deactivate events
2019-08-14 17:50:06 +10:00
Caleb Hattingh
16edba8fe8
Apply abspath() to the env_dir, and add a test to verify.
2019-08-04 12:20:04 +10:00
Caleb Hattingh
2c4b64ad16
vox activate - use absolute path in $PATH
2019-08-03 12:11:22 +10: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
Anthony Scopatz
e4c6a2fd2c
remove empty args
2019-01-02 18:45:47 -05:00
Stephan Fitzpatrick
38da59fcc9
use list as opposed to shlex for command parsing
2018-12-30 03:15:39 -08:00
Stephan Fitzpatrick
e073545077
python 3.4/3.5 compat for vox
2018-12-21 18:39:26 -08:00
Stephan Fitzpatrick
fa75b37737
python 3.4 support
2018-12-21 14:40:31 -08:00
Stephan Fitzpatrick
fe39472ddb
derp
2018-12-20 20:36:41 -08:00
Stephan Fitzpatrick
52fdb3eae0
add -p flag
2018-12-20 20:33:03 -08:00
Stephan Fitzpatrick
51c31a6b40
allow user to invoke specific interpreter for vox virtualenv creation
2018-12-20 20:27:47 -08:00
halloleo
45b13446de
PEP8 style changes to help strings
2018-11-29 10:56:51 +11:00
halloleo
233c6f026e
Merge remote-tracking branch 'upstream/master'
2018-11-28 15:56:02 +11:00
halloleo
3a3554eaa0
Document arbitrary paths in vox.
...
* Added the possibility of arbitrary paths to the help strings in `vox activate` and
`vox remove`
* Also updated the documentation accordingly.
2018-11-15 22:35:45 +11:00
Sagar Tewari
9ceba90335
fixed news.rst and made vox check for python executable to find venvs
2018-11-14 20:22:18 +05:30
Sagar Tewari
97acffb8b1
addressed issue 2929
2018-11-13 23:39:26 +05:30
Mickaël Schoentgen
016ffd2278
Fix Flake8 errors
2018-11-01 16:36:32 +01:00
Anthony Scopatz
2264f72b45
fixed some more bugs
2018-09-13 17:08:01 -04:00
Anthony Scopatz
4c91df2abc
many test fixes
2018-09-13 14:03:35 -04:00
Alexey Shrub
2374567c93
Pass all params to voxapi.create
2018-09-08 13:15:08 +03:00
Sagar Tewari
968af51d61
Fixed a typo
...
added changelog
2018-08-25 11:49:13 +05:30
Sagar Tewari
506b8c94d5
fixed issue 2785
2018-08-25 11:15:32 +05:30
Stephan Fitzpatrick
650524bd9b
fixes valueerror raises when executing vox list
-- originally caused by modifying dirnames in-place while iterating over it
2018-08-15 14:33:55 -07:00
Gil Forsyth
7acb86e813
Make ptk xontribs compatible with ptk1 and ptk2
2018-07-20 12:50:00 -04:00
Anthony Scopatz
23251a4a67
some remaining style fixes
2018-07-16 09:43:36 -04:00
Anthony Scopatz
ca49e2e246
more style fixes
2018-07-15 17:26:22 -05:00