Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmorg/murex
A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)
https://github.com/lmorg/murex
bash console csv developer-tools devops fish go json language linux macos murex repl scripting shell sql terminal tmux yaml zsh
Last synced: 5 days ago
JSON representation
A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)
- Host: GitHub
- URL: https://github.com/lmorg/murex
- Owner: lmorg
- License: gpl-2.0
- Created: 2017-03-26T17:01:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T22:58:58.000Z (about 2 months ago)
- Last Synced: 2024-12-06T22:31:17.578Z (about 1 month ago)
- Topics: bash, console, csv, developer-tools, devops, fish, go, json, language, linux, macos, murex, repl, scripting, shell, sql, terminal, tmux, yaml, zsh
- Language: Go
- Homepage: https://murex.rocks
- Size: 52.3 MB
- Stars: 1,508
- Watchers: 16
- Forks: 27
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: docs/supported-platforms.md
Awesome Lists containing this project
- awesome-shell - murex - A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling) (Shells)
- awesome-golang-repositories - murex - like shell and scripting environment with advanced features designed for safety and productivity (eg smarter DevOps tooling) (Repositories)
README
# Murex: A Smarter Shell
[![Version](version.svg?v=undef)](DOWNLOAD.md)
[![Murex Tests](https://github.com/lmorg/murex/actions/workflows/murex-tests.yaml/badge.svg)](https://github.com/lmorg/murex/actions/workflows/murex-tests.yaml)
[![Deploy Docs](https://github.com/lmorg/murex/actions/workflows/deploy-docs.yaml/badge.svg)](https://github.com/lmorg/murex/actions/workflows/deploy-docs.yaml)
[![Official Website](images/website-badge.svg?v=undef)](https://murex.rocks)Murex is a shell, like bash / zsh / fish / etc however Murex supports improved
features and an enhanced UX.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.## Language Guides
* Read the [language tour](/docs/tour.md) to get started.
* The [Rosetta Stone](/docs/user-guide/rosetta-stone.md) is a
great cheatsheet for those wishing to skip the tutorials and jump straight in.
This guide includes comparisons with Bash.* The [Interactive Shell](/docs/user-guide/interactive-shell.md)
guide walks you through using Murex as a command line as opposed to a scripting
language.## Examples
### Smart data:
### Inline spellchecking:
### Autocomplete:
### Preview screen:
### Useful error messages:
### Plus More!
Visit the [official website](https://murex.rocks).
## Install instructions
See [INSTALL](INSTALL.md) for details.
## Discuss Murex
Discussions presently happen in [Github discussions](https://github.com/lmorg/murex/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](compatibility.md)## 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](https://github.com/lmorg/murex/issues)
This document was generated from [gen/root/README_doc.yaml](https://github.com/lmorg/murex/blob/master/gen/root/README_doc.yaml).