cat9
xonsh
Our great sponsors
cat9 | xonsh | |
---|---|---|
10 | 97 | |
429 | 7,049 | |
- | 0.8% | |
10.0 | 9.3 | |
3 months ago | 8 days ago | |
Lua | Python | |
The Unlicense | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cat9
- Are We Sixel Yet
-
I improved the meme
As much as I may not like Windows, PowerShell is pretty stupidly powerful. There's a reason why people try to replicate some of its functionality or concepts.
-
Nushell: Introduction to a New Kind of Shell
Speaking of non-POSIX shells, I stumbled upon this last week:
https://github.com/letoram/cat9
https://arcan-fe.com/2022/10/15/whipping-up-a-new-shell-lash...
You might be interested in Cat9, https://github.com/letoram/cat9
It's another reimagination of a shell, but built around asynchronous jobs
- Cat9: A command-line shell written in Lua
xonsh
-
rsh - Ruby Shell (a shell written in pure Ruby, one file, no dependencies)
Xonsh
-
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
What are some alternatives?
nushell - A new type of shell
fish-shell - The user-friendly command line shell.
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.
PowerShell - PowerShell for every system!
ipython - Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
zx - A tool for writing better scripts
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!
elvish - Elvish = Expressive Programming Language + Versatile Interactive Shell
zsh-vi-mode - 💻 A better and friendly vi(vim) mode plugin for ZSH.
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.
murex - A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)
steghide