mirror of
https://github.com/alebcay/awesome-shell.git
synced 2026-03-09 19:53:11 -05:00
[PR #490] [CLOSED] add Murex shell to list of shells #1031
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/alebcay/awesome-shell/pull/490
Author: @lmorg
Created: 7/16/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
019e086add Murex shell to list of shells📊 Changes
1 file changed (+15 additions, -14 deletions)
View changed files
📝
README.md(+15 -14)📄 Description
Murex has been around for nearly a decade, though it's only recently started to gain some popularity as an alternative shell.
Murex supports typed pipelines but while still support 100% compatibility with traditional POSIX pipelines and UNIX / GNU command line tools. This enables it to work transparently with structured data like JSON, YAML, S-Expressions, tabulated data of various formats, and so on, just as natively as it can with byte streams like Bash.
The shell has also had lots of attention paid to it's interactive experience, taking inspiration from IDEs. Which results in more intelligent autocompletions (eg integrating man page parsing), in-line spell checking, syntax highlighting, tools to examine where code was imported from, variables declared from and even testing and debugging framework builtin too (eg watches, unit tests, etc).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.