百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

murex

> DevOps
开源

一个更智能的 shell 和脚本环境,具有针对易用性、安全性和生产力而设计的高级功能(例如更智能的 DevOps 工具)

1.9K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个更智能的 shell 和脚本环境,具有针对易用性、安全性和生产力而设计的高级功能(例如更智能的 DevOps 工具)

Murex: A Smarter Shell

A smarter, more intuitive, and readable shell. You'll get more done, and more easily, with Murex

A non-exhaustive list features would include:

  • Support for additional type information in pipelines, which can be used for complex data formats like JSON or tables. Meaning all of your existing UNIX tools to work more intelligently and without any additional configuration.

  • Usability improvements such as in-line spell checking, context sensitive hint text that details a commands behavior before you hit return, and auto-parsing man pages for auto-completions on commands that don't have auto- completions already defined.

  • Smarter handling of errors and debugging tools. For example try/catch blocks, line numbers included in error messages, stdout highlighted in red and script testing and debugging frameworks baked into the language itself.

Smart Data

Murex has native support for data formats such as JSON, YAML, XML, CSV, and others.

Extremely Expressive

Murex has a flexible syntax that is both succinct enough to allow for fast typing in the command line, but also readable shell scripts.

Better Error Handling

Shell scripts are notorious for having leaky failure modes. Murex fixes this with familiar features like error handling and unit tests.

Getting Started

Visit our official website for easier browsing of the documentation.

Learn About The Command Line

Murex features a state-of-the-art interactive command line. Read more about it's unique features.

Learn The Syntax

Read the language tour to learn about the syntax and how shell scripting is easier in Murex.

Cheat Sheet

The Rosetta Stone is a great cheat sheet for those wishing to skip the tutorials and jump straight in. This guide provides comparisons with Bash.

Easy to Install

Install murex from your favorite package manager or directly from source:

ArchLinux

From AUR: https://aur.archlinux.org/packages/murex

bash
wget -O PKGBUILD 'https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=murex'
makepkg --syncdeps --install 

FreeBSD Ports

bash
pkg install murex

Homebrew

bash
brew install murex

MacPorts

bash
port install murex

More details are available in the INSTALL document.

Discuss Murex

Discussions presently happen in Github discussions.

Compatibility Commitment

Murex is committed to backwards compatibility. While we do want to continue to grow and improve the shell, this will not come at the expense of long term usability. Read more

Issue Tracking

Murex is considered stable, however if you do run into problems then please raise them on the project's issue tracker: https://github.com/lmorg/murex/issues


This document was generated from gen/root/README_doc.yaml.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Gobashconsolecsvdeveloper-tools

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理