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
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #elixirconf-us
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










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.