Commit graph

13 commits

Author SHA1 Message Date
Andy Kipp
e1a93cef19
New prompt end character (#5063)
Co-authored-by: a <1@1.1>
2023-05-16 13:36:50 +00:00
Andy Kipp
042487745a
Moving old xontribs to repositories (#5055)
* Update and rename README to README.rst

* Create hello_world.py

* Update README.rst

* init

* remove bashisms

* Transfer abbrevs to xontrib-abbrevs

* Transfer free-cwd to xontrib-free-cwd

* news

* black

* Transfer fish-completer to xonsh/xontrib-fish-completer

* Transfer vox to xonsh/xontrib-vox

* Transfer pdb, xog to xonsh/xontrib-debug-tools

* remove hello_world

* fix tests

* black

* fix whitespaces

* fix readme

* Update python_virtual_environments.rst

* Update README.rst

* Update xontribs_transfer.rst

---------

Co-authored-by: a <1@1.1>
2023-03-17 13:25:22 +06:00
Tim Gates
37f6adb159
docs: Fix a few typos (#4889)
There are small typos in:
- docs/python_virtual_environments.rst
- setup.py
- xonsh/procs/specs.py
- xontrib/abbrevs.py

Fixes:
- Should read `interpreter` rather than `intrepreter`.
- Should read `dictionary` rather than `disctionary`.
- Should read `descriptors` rather than `descriptiors`.
- Should read `because` rather than `becuase`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-23 04:42:46 +05:30
Noorhteen Raja NJ
cbf23e60fb
Pre commit ci (#4863) 2022-07-01 11:47:01 -04:00
Jamie Bliss
1e81451ccf Add news and docs. 2019-08-28 13:37:46 -04:00
Stephan Fitzpatrick
d729c35edd typo 2018-12-22 12:00:22 -08:00
Stephan Fitzpatrick
7c0c6b77d0 documentation/changelog 2018-12-21 14:58:47 -08:00
halloleo
d62e770dfa
Typo
Could fixed this one thanks to @astronouth7303. :-)
2018-11-19 17:44:22 +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
Tyler Goodlet
e77a6b7281 Add a vox custom prompt section
Aids those of use who like custom prompts but also want the same
prompt behaviour as `virtualenv`.

Resolves #2090
2017-01-23 21:00:36 -05:00
Jamie Bliss
70c54e6e89 Update documentation 2016-07-20 15:58:38 -04:00
Justin Moen
01f2a8c69e vox remove accepts multiple arguments 2016-07-15 15:12:01 -07:00
Konstantin Molchanov
b8dd7b08ab Docs: Python Virtual Environments Guide Added. 2016-05-13 14:19:43 +04:00