python-mode
Edit, debug, develop, run Python programs
File Explorer
- auto-complete-pycomplete.el
- company-pycomplete.el
- pycomplete.el
- pycomplete.py
- test_pycomplete.py
- fundocu2infoformats.el
- fundocu2infoformats.sh
- py-report-comint-variable-setting.el
- python-components-create-menu.el
- python-mode-create-menu.el
- python-mode-utils.el
- python-mode-vars.el
- python-mode-write-menu.el
- python-mode-write-tests.el
- python-shell-install-example-buffer.el
- README
- commands-auto-complete-pycomplete.org
- commands-auto-complete-pycomplete.rst
- commands-autopair.org
- commands-autopair.rst
- commands-company-pycomplete.org
- commands-company-pycomplete.rst
- commands-py-smart-operator.org
- commands-py-smart-operator.rst
- commands-pycomplete.org
- commands-pycomplete.rst
- commands-python-mode.org
- commands-python-mode.rst
- commands-smart-operator.org
- commands-smart-operator.rst
- variables-python-mode.org
- variables-python-mode.rst
- python-components-skeletons.el
- doctest-mode.el
- py-completion-tests.el
- py-ert-always-split-lp-1361531-tests.el
- py-ert-always-split-tests.el
- py-ert-beginning-tests.el
- py-ert-delete-tests.el
- py-ert-end-tests.el
- py-ert-execute-block-test.el
- py-ert-execute-region-test.el
- py-ert-execute-region-tests.el
- py-ert-extra-tests.el
- py-ert-fill-tests.el
- py-ert-font-lock-test.el
- py-ert-font-lock-tests.el
- py-ert-forward-tests.el
- py-ert-function-tests.el
- py-ert-hide-tests.el
- py-ert-indent-tests-1.el
- py-ert-indent-tests.el
- py-ert-interactive-tests.el
- py-ert-just-two-split-lp-1361531-tests.el
- py-ert-misc-tests.el
- py-ert-navigation-tests.el
- py-ert-position-functions-test.el
- py-ert-scope-tests.el
- py-ert-variablen-tests.el
- py-executable-python-tests.el
- py-execute-region-commandp-test.el
- py-execute-region-commandp-tests.el
- py-interactive-tests.el
- py-non-travis-tests.el
- py-setup-ert-tests.el
- py-shell-arg-ert-tests.el
- py-shell-completion-tests.el
- py-shell-ert-tests.el
- py-split-just-two-window-on-execute-test.el
- py-split-window-on-execute-lp-1361531-test.el
- py-split-window-on-execute-test.el
- python-extended-executes-test.el
- python-mode-ert-tests-1.sh
- python-mode-ert-tests-2.sh
- python-mode-ert-tests.sh
- python-mode-syntax-test.el
- python-mode-test.el
- python-mode-tests-2.sh
- python-mode-tests.sh
- syntax-test.sh
- test-triple-strings.py
- UnicodeEncodeError-lp-550661-test.py
- UnicodeEncodeError-python2-lp-550661-test.py
- UnicodeEncodeError-python3-lp-550661-test.py
- .cvsignore
- basics.ht
- customize.ht
- index.ht
- links.h
- Makefile
- related.ht
- .cvsignore
- .rsync-excludes
- calcroot.py
- index.ht
- links.h
- make.rules
- Makefile
- PMGenerator.py
- byte-compile-directory.sh
- CONTRIBUTING.md
- CREDITS
- INSTALL
- INSTALL-INFO-FILES
- IPYTHON
- LICENSE
- MANIFEST.in
- NEWS
- PROBLEMS.org
- py-setup-ert-tests.el
- pyflakespep8.py
- python-mode-compile.sh
- python-mode-pkg.el
- python-mode.el
- README-PYMACS.org
- README.md
- README_AUTOPAIR.org
- README_DEVEL.org
- run-tests.sh
- setup.py
- ToDo.org
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
select
View Details ▼
select
Bash builtin construct for creating menus.
select {{word}} in {{apple orange pear banana}}; do echo ${{word}}; done
Create a menu out of individual words:
select {{line}} in $({{command}}); do echo ${{line}}; done
Create a menu from the output of another command:
PS3="{{Select a file: }}"; select {{file}} in *; do echo ${{file}}; done
Specify the prompt string for `select` and create a menu for picking a file or folder from the current directory:
// repository documentation
Was this content helpful?
(0 ratings)
