xonsh/docs/comparison.rst

97 lines
1.3 KiB
ReStructuredText
Raw Normal View History

Comparison
==========
Xonsh is significantly different from most other shells or shell tools. The following
2020-10-09 01:39:15 +03:00
table lists built in features and capabilities that various tools may or may not share.
.. list-table::
:widths: 3 1 1 1 1 1 1
:header-rows: 1
:stub-columns: 1
* -
- Bash
- zsh
- plumbum
- fish
- IPython
- xonsh
* - Practical language
-
-
-
-
-
-
* - Easily scriptable
-
-
-
-
-
-
* - Native cross-platform support
-
-
-
-
-
-
* - Meant as a shell
-
-
-
-
-
-
* - Tab completion
-
-
-
-
-
-
2019-08-05 22:03:44 +01:00
* - Completion from man-page parsing
-
-
-
-
-
-
* - Large standard library
-
-
-
-
-
-
* - Typed variables
-
-
-
-
-
-
* - Syntax highlighting
-
-
-
-
- in notebook
- w/ prompt-toolkit
* - Pun in name
-
-
-
-
-
-
* - Rich history
-
-
-
-
-
-