The new Windows Terminal and the original Windows console host, all in the same place!
-
Updated
Jul 21, 2021 - C++
{{ message }}
The new Windows Terminal and the original Windows console host, all in the same place!
A terminal emulator for the 21st century.
Console for mobile browsers
A VIM-inspired filemanager for the console
The Console component eases the creation of beautiful and testable command line interfaces.
Modular visual interface for GDB in Python
Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
A runtime developer console and IRB alternative with powerful introspection capabilities.
Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, Generate, lint-staged, pm2, gluegun, hygen, GitHub Actions Toolkit, @airbnb/nimbus, and many others!
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| Library version | 1.13.0 |
Related with nunomaduro/phpinsights#23 will be a great idea to allow set all commands parameters from config/insights.php when is used with php artisan insights.
Maybe something like:
'parameters' => '--format=json -d memo
A .NET library that makes it easier to create beautiful console applications.
Immersive terminal interface for managing docker containers and services
A general purpose syntax highlighter in pure Go
sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Add a description, image, and links to the console topic page so that developers can more easily learn about it.
To associate your repository with the console topic, visit your repo's landing page and select "manage topics."
ANSI codes to hide (
\x1b[?25l) and show (\x1b[?25h) the cursor are not retained during the serialization. I understand that this concerns more the current state of the terminal, but since the cursor position is preserved, I find it natural to also save the cursor visibility.If this is a wontfix, is there at least a reliable way to detect the cursor visibility? Other than the undocumente