442e68c2b0
ChangeLog: https://elv.sh/blog/0.19.1-release-notes.html * A new doc module provides access to the documentation of builtin modules. * A new conj command “appends” values to a list, and has a guaranteed time complexity independent of the size of the list. * A new inexact-num converts its argument to an inexact number. * It is functionally identical to the now deprecated float64 command since the Go float64 type is the only underlying inexact number type for now. Its behavior may change in future if there are more underlying types for inexact numbers. * A new type of interactive abbreviation: edit:command-abbr * The order and compare commands now support boolean values * A new path:join command and path:separator and path:list-separator variables * A new runtime: module that contains paths important for the Elvish runtime * A new compact command that replaces consecutive runs of equal values with a single copy, similar to the Unix uniq command. * The order command has a new &key option * A new benchmark command has been added * When checking compilation errors, Elvish no longer stops after the first error found. For example, if $a and $b are both not defined, echo $a $b now yields two errors. This applies to both the interactive REPL and elvish -compile-only. * When using an unimported builtin modules from the REPL, the REPL now shows the use command needed to import it, which can be executed from a key binding. This functionality is bound to Ctrl-A by default. * New variables exposing the terminal and null device in an OS-agnostic fashion: $path:dev-tty and $path:dev-null. They are /dev/tty and /dev/null on Unix, and CON and NUL on Windows PR: 275422 Reported by: vendion@gmail.com (maintainer) |
||
---|---|---|
.. | ||
44bsd-csh | ||
anongitssh | ||
antibody | ||
ast-ksh | ||
atuin | ||
bash | ||
bash-completion | ||
bash-static | ||
bashc | ||
bicon | ||
bosh | ||
ch | ||
dash | ||
elvish | ||
envy | ||
es | ||
etsh | ||
fd | ||
fish | ||
git-prompt.zsh | ||
heirloom-sh | ||
ibsh | ||
ion | ||
jailkit | ||
klish | ||
ksh | ||
ksh-devel | ||
ksh93 | ||
mksh | ||
modernish | ||
murex | ||
nologinmsg | ||
nsh | ||
nushell | ||
ohmyzsh | ||
oksh | ||
p5-Bash-Completion | ||
p5-Shell-Perl | ||
p5-Term-Bash-Completion-Generator | ||
p5-Term-ShellUI | ||
pdksh | ||
pear-PHP_Shell | ||
psh | ||
rc | ||
rubygem-shellwords | ||
rush | ||
sash | ||
scponly | ||
sheldon | ||
shell-hist | ||
shellharden | ||
starship | ||
switchBashZsh | ||
tcshrc | ||
v7sh | ||
viewglob | ||
vshnu | ||
wcd | ||
xonsh | ||
yash | ||
zsh | ||
zsh-antigen | ||
zsh-autosuggestions | ||
zsh-completions | ||
zsh-navigation-tools | ||
zsh-syntax-highlighting | ||
Makefile |