SaaSHub helps you find the best software and product alternatives Learn more →
Xonsh Alternatives
Similar projects and alternatives to xonsh
-
-
oil
Oil is a new Unix shell. It's our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
murex
A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)
-
oh-my-bash
A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
ohmyzsh
🙃 A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
-
ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
-
-
-
-
jc
CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
-
-
-
-
pz
Easily handle day to day CLI operation via Python instead of regular Bash programs. 🇺🇦 #supporting
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
xonsh reviews and mentions
-
Lua as a Bash alternative
Better than PowerShell, but not bash-wards compatible makes it not a great choice for me. Waiting for Python12 and going to try xonsh again. Python native and bash-wards compatible 🤯
-
Microsoft rewriting core Windows libraries in Rust
I've been eyeing https://xon.sh/ (haven't written much in it though), as it seems to solve my biggest issue when writing scripts in python - the unwieldiness of calling external programs and piping their results.
-
Pythoneers here, what are some of the best python tricks you guys use when progrmming with python
Xonsh. It's like having your shell extended with Python. One-liners are a lot like normal shell, but for anything complicated, Bash is not really a sane language.
-
GitHub - blipk/pysh: bash in python
Or go with full blown python shell with xonsh
- Python import statements make it inconvenient for inline use in shell scripts
- Unix bash scripting versus Python - any resources out there for comparisons?
-
Python projects with best practices on Github?
Python-powered shell https://xon.sh (open source) has good documentation, well structured modules and continuous delivery approach for releases by using unit testing. I'm wondering how small team cover all use cases during development. The approaches is not so super modern but as a whole it's good example of open source project.
- Apparently Linux has a Forth based shell. Could we have a Python based shell ?
-
Shells Are Two Things
For example, author's first example
cat beef.txt | grep "lasagna" | sort -n | uniq
is already possible literally as written in Xonsh (a Python-based shell) with a pipeliner plugin
There is a python-based shell https://xon.sh with a plugin that allows piping :)
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0920f2f280>
www.saashub.com | 3 Jun 2023
Stats
xonsh/xonsh is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of xonsh is Python.