🛠 Better command line editing tools for Zsh. Contribute to marlonrichert/zsh-edit development by creating an account on GitHub.
zshis a UNIX command interpreter (shell) that is used as an interactive login shell and as a shell script command processor. It has command-line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other ...
(this section) zshroadmap Informal introduction to the manual zshmisc Anything not fitting into the other sections zshexpn Zsh command and parameter expansion zshparam Zsh parameters zshoptions Zsh options zshbuiltins Zsh built-in functions zshzle Zsh command line editing zshcompwid Zsh completion ...
Most shells also manage foreground and background processes, command history, and command-line editing. These features are standard in bash, the most common shell in modern Linux systems. shell 是一个命令行解释器,是人机交互的端口。 用户输入一条命令,shell 就立即解释执行一条(interactive)。 编译器...
editing-workbench - Adds sane, complex command line editing (e.g. incremental history word completion). edward cli - Adds smart completions and alises for edward CLI micro-service launcher. elixir - Adds shortcuts for Elixir, IEX, Mix, Kiex and Phoenix. emacs (cowboyd) - Make Emacs the de...
Preztois a configuration framework forzsh; it enriches the command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes. Install Prezto: gitclone--recursive https://github.com/sorin-ionescu/prezto.git"${ZDOTDIR:-$HOME}/.zprezto" ...
line editingN N Y Y Y Y L LRebindable Command line editingN N N...
## editing mode e=emacs v=vim export KEYTIMEOUT=1 bindkey -v ## more keys for easier editing bindkey "^a" beginning-of-line bindkey "^e" end-of-line bindkey "^f" history-incremental-search-forward bindkey "^g" send-break bindkey "^h" backward-delete-char bindkey "^n" down-...
Line editing 4 - + ++ ++ - ++ Name substitution 5 + + ++ ++ + ++ History 6 -- + ++ ++ + ++ Redirections and pipes 7 + + + ++ + + Spelling correction 8 -- -- -- + -- + Prompt settings 9 + + + ++ + ++ Job control 10 -- + + + + + ...
From such a function the command line can be accessed with the -c and -l flags to the read builtin. For example, zsh 5.0.5 Last change: January 5, 2014 5 User Commands ZSHCOMPCTL(1) function whoson { reply=(`users`); } compctl -K whoson talk completes only logged-on users ...