A curated list of awesome Elvish packages, modules, and tools that support Elvish.
Icon | Description |
---|---|
π¦ | An Elvish package (a collection of related modules) - install directly with epm |
π§© | An Elvish module - install the package that contains it (usually just the Git repo) with epm |
π | An external tool that supports Elvish |
Item | Description |
---|---|
π§© github.com/muesli/elvish-libs/powerline | Powerline style prompt theme |
π§© github.com/zzamboni/elvish-themes/chain | Super configurable prompt theme with Git support |
π§© github.com/champii/elvish-base/prompt | Very basic prompt over two lines with simple git support |
π§© github.com/tylerreckart/gondolin/gondolin | A simple two-line prompt with extensive Git support |
π§© gitlab.com/SneakyThunder/silver-prompt-elv/silver | Elvish integration for silver, a cross-shell customizable powerline-like prompt written in Rust |
π Starship | A cross-shell, minimal, blazingly-fast prompt written in Rust |
Item | Description |
---|---|
π¦ github.com/xiaq/edit.elv | Includes completion scripts for go and git |
π¦ zzamboni/elvish-completions | Includes completion scripts for cd , git , vcsh |
π¦ aca/elvish-bash-completion | Converts any bash completion to elvish |
π rsteube/carapace-bin | Built-in completions for over 400 commands, and support for custom completions |
Editor | Plugin |
---|---|
Emacs | elvish-mode |
Vim | elvish.vim |
Atom | language-elvish |
Kakoune | Builtin support; kak-lsp also has builtin LSP configuration for Elvish |
VSCode | official extension |
Sublime Text 3 | elvish_syntax_for_sublime |
PyCharm | elvish-lang-plugin |
Micro | elvish-micro-syntax |
Helix | Builtin support, including integration with elvish -lsp |
Terminal | Item | Description |
---|---|---|
iTerm2 | π§© github.com/zzamboni/elvish-modules/iterm2 | Support for iTerm2 Shell Integration features. |
Item | Description |
---|---|
π¦ github.com/muesli/elvish-libs | |
βπ§© git | Git utility functions (mainly for prompts) |
π¦ github.com/zzamboni/elvish-modules | |
βπ§© alias | Support for persistent aliases and for parsing bash-style alias commands. |
βπ§© bang-bang | Support for the traditional !! and !$ keybindings |
βπ§© dir | Directory stack and support for cd - to mean "previous directory" |
βπ§© long-running-notifications | Notifications for long-running commands |
βπ§© nix | Environment setting and some wrapper utilities for the Nix package manager. |
βπ§© prompt-hooks | Utilities for manipulating prompt hooks. |
βπ§© proxy | A module for manipulating and auto-setting proxy variables |
βπ§© spinners | A module to generate different styles of progress spinners for use in Elvish scripts. |
βπ§© terminal-title | A module for automatically setting the terminal title. |
π¦ github.com/iwoloschin/elvish-packages | |
βπ§© python | Support for Python virtual environments |
βπ§© update | A tool to check if a newer version of Elvish is available. |
π¦ github.com/jkbr-19/sindarin-term | |
βπ§© date-elv | A module for printing the date in elvish (Sindarin) written in Elvish |
π¦ github.com/champii/elvish-base | |
βπ§© git | Git helpers |
βπ§© utils | Helpers for usual shell manipulation |
βπ§© fs | FS helpers and object oriented files |
π§© github.com/href/elvish-gitstatus/gitstatus | Gitstatus integration for Elvish. |
π¦ github.com/doubleagent/rivendell | |
βπ§© fun | Helps your elvish code to be more functional |
βπ§© lazy | Gives you access to lazy iterators, infinite sequences, and multiple higher-level iterators |
π§© github.com/kolbycrouch/elvish-libs/pure | Pure elvish utility libraries |
π§© github.com/gergelyk/elvish-libs/python | Evaluate Python inplace. Switch venv automatically. |
π¦ github.com/krader1961/elvish-lib | |
βπ§© cmd-duration | Provides function human-readable to make it easy to include a human friendly representation, in your prompt, of the duration of the most recent command. |
βπ§© util-unix | Provides command ulimit for displaying and modifying the unix:rlimits variable in a manner more like traditional POSIX shells. |
π¦ github.com/iandol/elvish-modules | |
βπ§© mamba | support for conda / mamba / micromamba package manager. For more complex conda recipes that run POSIX scripts, it captures the environment and imports it for elvish. |
βπ§© cmds | utility functions to perform helpful shell actions: add/remove (append-to-path , prepend-to-path , remove-from-path ) or filter (filter , filter-out , filter-re , filter-re-out ) lists like the path list; if-external - check a executable then run tasks if it is, or is not present; list utils list-unique , list-diff , list-append , list-intersect , list-find and several others. |
π¦ github.com/tesujimath/bash-env-elvish | |
βπ§© bash-env | Import Bash environment into Elvish. |
βπ§© virtualenv | Activate/deactivate Python virtualenv. |
βπ§© nvm | Support for NVM (node version manager). |
π¦ github.com/tesujimath/elvish-tap | |
βπ§© tap | Test Anything Protocol (TAP) for Elvish. |
Item | Description |
---|---|
π ajeetdsouza/zoxide | A fast alternative to cd that learns your habits. |
π zzamboni/dot_elvish | Documented rc.elv file, using many of the modules above. |
π darcy-shen/oh-my-elvish | User-friendly, productive and cross-platform elvish configuration. |
π x-cmd | x-cmd is a vast and interesting collection of tools guided by the Unix philosophy, with support for Elvish. |
π dorothy | Bring your dotfile commands to any shell. Sensible defaults and hundreds of commands preloaded. Supports Elvish on macOS, Linux, Windows. |