No the xonsh shell videos yet. You could help us improve this page by suggesting one.
Based on our record, the xonsh shell should be more popular than PowerShell. It has been mentiond 78 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Addressing these concerns requires safeguards and automation. Our "in-house" solution is based on powershell for git scripting and logic and ADO tools set for git repo hosting, tracking, planning, linking, building, execution, and querying purposes. - Source: dev.to / over 1 year ago
The official PowerShell documentation (specifically, the PowerShell 101 and About topics) is a great place to start. Source: over 1 year ago
Really sorry about that this was the link I embedded https://learn.microsoft.com/en-us/powershell/. Source: about 2 years ago
- Pick something unique to your team that’s an irritant and find a way to automate it. We used Powershell to do this ourselves, but I know people also use BASH. Source: over 2 years ago
Uh, what? https://learn.microsoft.com/en-us/powershell/ is not official to you? Source: over 2 years ago
(Not sure about the equivalent of shlex.quote, but in the worst case, you can just use "from shlex import quote as q" or something). So yes, there are good alternatives to bash - even Python based. [0] https://xon.sh/. - Source: Hacker News / 2 months ago
> Wondering what others have found to address this. Or if they just stuck with Bash, since it's just not going away anytime soon. If you're familiar with Python, give xonsh (https://xon.sh/) a go. It's a Bash-like shell but the syntax is Python. It has the same ease of writing shell scripts as Bash does, sans the insane language. Been using it since 2018. - Source: Hacker News / 2 months ago
Also, do consider xonsh.[1] It's a Bash-like shell written in Python. It has significant overlap with the awesomeness of fish, and has the advantage of being able to write your shell scripts in a Python dialect. So if you know Python, the mental burden is much lower. On top of that, it's cross platform, since Python is. No WSL needed. I switched to it in 2018 and haven't looked back. Originally it was just because... - Source: Hacker News / 6 months ago
No xonsh? (https://xon.sh/) Seems to hit most of the requirements. Been happily using it since 2018. It's great not to have to learn a whole other language just to do scripting. - Source: Hacker News / 7 months ago
Interesting thought experiment. Reminds me of my cousin's project Xonsh https://xon.sh/. - Source: Hacker News / 9 months ago
MobaXterm - Enhanced terminal for Windows with X11 server, tabbed SSH client, network tools and much more
fish shell - The friendly interactive shell.
ConEmu - ConEmu-Maximus5 is a full-featured local terminal for Windows devs, admins and users. Get better console window with tabs, splits, Quake style, copy+paste, DosBox and PuTTY integration, and much more.
Nu Shell - A modern shell written in Rust
PuTTY - Popular free terminal application. Mostly used as an SSH client.
zsh - The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting.