-
Updated
Jun 11, 2021 - C++
#
console
Here are 3,323 public repositories matching this topic...
The new Windows Terminal and the original Windows console host, all in the same place!
shell
console
documentation
terminal
command-line
man-page
examples
help
tldr
manual
travis-image
travis-url
gitter-image
gitter-url
hacktoberfest
manpages
cheatsheets
tokei-image
tokei-url
-
Updated
Jun 10, 2021 - Markdown
A terminal emulator for the 21st century.
-
Updated
May 20, 2019 - TypeScript
javascript
cli
console
commandline
color
terminal
ansi
terminal-emulators
ansi-escape-codes
chalk
strip-ansi
-
Updated
Jun 4, 2021 - JavaScript
shell
theme
dotfiles
tmux
cli
console
terminal
customization
configuration
plugins
screen
wsl
powerline
cygwin
tmux-plugins
tmux-configuration
tmux-conf
conf
tmux-config
tmux-theme
-
Updated
Jun 5, 2021
Console for mobile browsers
-
Updated
Mar 11, 2021 - JavaScript
A VIM-inspired filemanager for the console
-
Updated
Jun 8, 2021 - Python
The Console component eases the creation of beautiful and testable command line interfaces.
-
Updated
Jun 6, 2021 - PHP
Modular visual interface for GDB in Python
python
syntax-highlighting
debugger
console
terminal
dashboard
interface
assembly
visual
pygments
ansi
gdb
tty
subcommands
gdb-commands
divide
gdb-command
dashboard-styles
stylable-attributes
-
Updated
May 20, 2021 - Python
Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
-
Updated
Apr 23, 2021 - C++
A runtime developer console and IRB alternative with powerful introspection capabilities.
-
Updated
Apr 29, 2021 - Ruby
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!
nodejs
shell
bash
zsh
cli
console
iterm
yo
node
terminal
command-line
yeoman
interactive
prompt
hyper
tty
readline
confirm
inquirer
prompts
-
Updated
May 27, 2021 - JavaScript
-
Updated
Jun 8, 2021 - JavaScript
search
console
google
terminal
command-line
standalone
google-search
google-news
google-site-search
web-search
-
Updated
May 27, 2021 - Python
search
console
terminal
command-line
bookmark
standalone
bookmarks
organizer
bookmark-manager
privacy-aware
-
Updated
May 30, 2021 - Python
eusonlito
commented
Mar 10, 2020
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
3
2
-
Updated
Apr 23, 2021 - PHP
A .NET library that makes it easier to create beautiful console applications.
-
Updated
Jun 9, 2021 - C#
10
keithy
commented
Jan 23, 2019
Dockly doesn't display well in a terminal using light colouring.
A general purpose syntax highlighter in pure Go
-
Updated
Jun 10, 2021 - Go
SC-IM - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
-
Updated
Jun 11, 2021 - C
Improve this page
Add a description, image, and links to the console topic page so that developers can more easily learn about it.
Add this topic to your repo
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