jswanner
Which is your preferred shell?
You can pick up to three
- ash
- bash
- Bourne shell
- CMD.EXE
- COMMAND.COM
- csh
- fish
- Hamilton C shell
- ksh
- Nushell
- pdksh
- PowerShell
- Qshell
- rc
- Scsh
- tcsh
- Thompson shell
- zsh
- Other - please say in thread!
0
voters
Trending in Polls
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
jswanner
This post is a wiki - please feel free to add/edit as needed (please follow the same format/alphabetical order).
ash - https://www.in-ulm.de/~mascheck/various/ash/
bash - https://www.gnu.org/software/bash/
Bourne shell - https://en.wikipedia.org/wiki/Bourne_shell
CMD.EXE - https://en.wikipedia.org/wiki/Cmd.exe
COMMAND.COM - https://en.wikipedia.org/wiki/COMMAND.COM
csh - https://en.wikipedia.org/wiki/C_shell
fish - http://fishshell.com/
Hamilton C shell - https://hamiltonlabs.com/Cshell.htm
ksh - http://kornshell.com/
Nushell - https://www.nushell.sh/
pdksh - https://en.wikipedia.org/wiki/KornShell#Variants
PowerShell - https://learn.microsoft.com/en-us/powershell/
Qshell - https://en.wikipedia.org/wiki/Qshell
rc - https://doc.cat-v.org/plan_9/4th_edition/papers/rc
Scsh - https://scsh.net/
tcsh - https://www.tcsh.org/
Thompson shell - https://en.wikipedia.org/wiki/Thompson_shell
zsh - https://www.zsh.org/
NobbZ
I use
zshas my interactive shell.For scripts though I am experimenting with
nushell.AstonJ
I use zsh on my Mac and bash on our servers.
(PS did you edit the poll? Cos my vote disappeared - had to revote, anyone else who voted may need to revote as well)
jswanner
Thanks for reminding me that I forgot Nushell
jswanner
Oh, thanks for letting me know that editing the poll resets it. I won’t edit it anymore
AstonJ
I wasn’t aware it reset votes myself so it’s good to know. (There’s a 5 minute time-limit on editing polls)
jswanner
Assuming you voted before, you’ll need to do so again, as I added Nushell to the list.
AstonJ
Let’s also experiment with something we mentioned a while back - pinning some of these polls to see if that helps more people notice them (as we get some many threads now)
jswanner
I find it interesting that you’re only experimenting with using nushell for scripting and not as your interactive shell. I’ve played around briefly with nushell as an interactive shell, and have been meaning to try it out more as it seems quite cool.
Why are you sticking with zsh as your interactive shell?
NobbZ
Familiarity… Basically…
I want to keep my prompt, I want to keep my completions, and I don’t like a lot of the nushell builtins.
And most snippets in the wild (usually ment for
shlikes) work forzshnearly without changes. I do not like to remember to adjust them each time I copy them.