zorglubb
I have been testing out all sorts of terminal applications on Windows like CmEMU, GitBash, CMDer and many others and frankly, working inside it with Elixir leaves a lot to be desired from working in Terminal on MacOS and Linux.
Now Microsoft has release a pretty cool Windows Terminal, and working in iex is exactly the same. No tab complete, no formatting to speak of, no colors. This is such a big feature of working in IEX.
Is there a push or interest in making the Windows Terminal more useful, or is there some switch or configuration that I am missing?
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
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
Quite interesting article Google brought me. Didn’t find any mentions about it here.
What do you think in general? Would you use togethe...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
A little off-topic, but I feel like people here have a good head on their shoulders.
I used to be quite good at making software. Was luc...
New
Hi there! :wave:
@frigidcode and I (but mostly him) have been running an Elixir Book club, we’re almost done with Designing Elixir Syste...
New
Other Trending Topics
Edit: 2026 May 15 - This post is archived.
Mob is alive!!
Main docs: mob v0.7.11 — Documentation
A bit of explanation for the slightly c...
New
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
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Just published claude-code-elixir, a plugin marketplace for Claude Code with Elixir support. These are the plugins I’ve been using for my...
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
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #elixirconf-eu
- #api
- #forms
- #metaprogramming
- #hex













Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
NobbZ
The various Bashes for Windows should work. At least color.
Another thing you can try is to use the
--werlswitch. It will open a separate window.orion
Tab complete and colors work for me on the new windows terminal. I just installed it.
Tab and colors also work with the old wsl/ubuntu/cmd terminal and hyper.
Hyper is heavy on the memory but here is the link in case you haven’t seen it. https://hyper.is
Edit: Colors and tab works with WSL but not with native elixir with command prompt/cmd for me.
NobbZ
Wow… A stripped down chrome(ium) just to display some textual information… Yes, that one needs a lot of memory for sure…
I’m pretty sure there are a lot of alternatives that’d work as well as hyper and use a lot less memory…
Arpple
I used Hyper.js + git bash + elixir installed on windows at first and it can’t use tab to auto complete in iex
after I switch to Window Terminal + WSL (ubuntu) + elixir installed inside WSL everything works fine, not seeing any issue now.
dimitarvp
In
CMDyou can just do this:It opens a new window which has tab completion at least. Colors though, no.
zorglubb
This does not TAB complete
zorglubb
Did you do anything? Did you run IEX through a bash linux shell ? I wasn’t clear on this, but this should work on windows command line interfaces like new terminal in cmd and powershell.
That it works under Linux subsystem is not what I am after
dimitarvp
For me it has tab completion working though. Strange.
NobbZ
CMD and Powershell work fundamentally different from the emulators or TTYs you’d use under Linux. That’s why the
--werlworkaround has been created by the Erlang folks. If it doesn’t work for you, then something is different with your setup from that of everyone else.orion
I’m not able to get colors and tabbing working outside of WSL except when the command iex.bat --werl is ran from command prompt/cmd. Only tabs work for me with iex.bat --werl not colors.