refterm
Windows Terminal
refterm | Windows Terminal | |
---|---|---|
38 | 516 | |
1,659 | 97,788 | |
3.5% | 0.6% | |
2.0 | 9.5 | |
4 months ago | 3 days ago | |
C | C++ | |
GNU General Public License v3.0 only | MIT License |
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.
refterm
-
WebTUI – A CSS Library That Brings the Beauty of Terminal UIs to the Browser
> If you like monospaced fonts and character grids, you can probably render that with plain SDL
You don't even need SDL https://github.com/cmuratori/refterm
- Linux Terminal Emulators Have the Potential of Being Much Faster
-
What Happens Before the Main Function is Called ?
refterm, a terminal emulator proof of concept.
- Beside SDL, is there an easier way to just show a custom rectangle with text, cross-platform?
- Windows Terminal is now the default Windows 11 22H2 console
-
Why Modern Software Is Slow
> licensing it so that they couldn’t even look at it
https://github.com/cmuratori/refterm/blob/main/LICENSE
It’s just GPL 2.0, what are you talking about!?
Are Microsoft employees vampires that will burn up instantly if they merely glance at GPL code or something?
This is sour grapes nonsense from Microsoft. “We don’t like your tone so we won’t even dignify your argument by considering it.”
At one point an MS employee said they would love to fix their code as suggested by Casey but he refused to even look at the YouTube video!
“I would love to hear your arguments but I refuse to listen to the sound of your voice.” is next-level dismissive.
-
Making a unicode console in opengl; I wanted to run my plan by some more experienced opengl'ers before coding it
You might also find https://github.com/cmuratori/refterm interesting.
-
How can I create a rogue engine from scratch without curses?
Casey Muratori made a renderer/terminal a short while back. Might be a good reference of you intend to go that route. https://github.com/cmuratori/refterm
-
Microsoft insults dev then takes credit for their idea
You keep complaining that it's not a fully working terminal. Casey, on the other hand, writes here: [1]
> These features are not designed to be comprehensive, since this is only meant to be a reference renderer, not a complete terminal.
[1] https://github.com/cmuratori/refterm#feature-support
-
Burn My Windows
After that post they did implement a full reference implementation:
https://github.com/cmuratori/refterm/commits/main
And there is movement in getting changes into the terminal itself:
https://github.com/microsoft/terminal/issues/10461
Windows Terminal
-
Deploying Mancala with Minikube — A beginners guide
Microsoft Terminal
-
Even Microsoft Notepad is getting AI text editing now
[^1]: https://github.com/microsoft/terminal/issues/10362#issuecomm...
- Terminal: A Unified Platform for Windows Terminal and Console Host
-
Microsoft formally deprecates the 39-year-old Windows Control Panel
Some parts already have been open-sourced. For example, the console host component has been open sourced here: https://github.com/microsoft/terminal
And the FAT filesystem driver: https://github.com/microsoft/Windows-driver-samples/tree/mai...
Maybe they could consider an Apple-style approach: open source the core of the kernel and text-mode user space but leave the GUI closed.
Of course, open sourcing everything would be even better, but that might too big of a step for them. Open sourcing the non-GUI core could be a good initial step, whether or not it ends up going further.
-
Entering text in the terminal is complicated
cmd.exe or the new https://github.com/microsoft/terminal ?
- The Windows Console gets support for Sixel images
- Usando Cilium no WSL
- Dicas e truques: Ferramentas para produtividade para dev no Sistema operacional 🪟 Windows 11
-
State of the Terminal
A quick off-the-cuff remark based solely on the title: in 2024, I think the state of the terminal has never been better, in large part to Microsoft making a high quality terminal easily available to everyone on Windows [1]
As an application author, I love being able to assume that all major platforms have a good terminal and that my favorite terminal rendering libraries should Just Work on all of them
[1] https://github.com/microsoft/terminal
-
Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
A Microsoft employee recently (~6 months) opened a Github issue to discuss a command line editor for Windows: https://github.com/microsoft/terminal/discussions/16440
What are some alternatives?
xterm.js - A terminal for the web
Tabby - A terminal for a more modern age
reason - Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
alacritty - A cross-platform, OpenGL terminal emulator.
termbench - Simple benchmark for terminal output
cmder - Lovely console emulator package for Windows