[PR #490] [CLOSED] add Murex shell to list of shells #1031

Closed
opened 2025-11-19 20:55:11 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alebcay/awesome-shell/pull/490
Author: @lmorg
Created: 7/16/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 019e086 add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/alebcay/awesome-shell/pull/490 **Author:** [@lmorg](https://github.com/lmorg) **Created:** 7/16/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`019e086`](https://github.com/alebcay/awesome-shell/commit/019e08652ee4e2cface21b09e0f18d3096b0b499) add Murex shell to list of shells ### 📊 Changes **1 file changed** (+15 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -14) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 20:55:11 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-shell#1031