#
xterm
Here are 163 public repositories matching this topic...
Share your terminal over the web
-
Updated
Jul 5, 2021 - C
Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
files
imagemagick
tile
terminal
thumbnails
graphics
gif
xterm
frame
montage
ls
foreground
terminal-graphics
sixel-graphics
vt340
-
Updated
Jun 16, 2021 - Shell
A modern cross-platform terminal emulator in Go
-
Updated
May 12, 2021 - Go
The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode and XTerm
-
Updated
Aug 30, 2020 - Vim script
VT100/Xterm Terminal emulator in Swift
-
Updated
Jul 2, 2021 - Swift
christianparpart
commented
Jul 3, 2021
C++17 Terminal User Interface(TUI) Library.
-
Updated
Jul 2, 2021 - C++
HTML5 SSH Web Client
-
Updated
Mar 26, 2021 - JavaScript
github
ruby
python
java
bash
php
github-page
reverse-shell
perl
netcat
xterm
reverse-proxy
penetration-testing
netcat-reverse
oscp
redteaming
redteam
reverse-shells
reverse-shell-generator
reverse-shell-as-a-service
-
Updated
Jan 28, 2020
A free, extensible, cross-platform file manager for power users
-
Updated
Oct 1, 2020 - TypeScript
An arctic, north-bluish clean and elegant Xresources color theme.
-
Updated
Jan 25, 2021
Colorful highly configurable spinner for php cli applications (suitable for async apps)
cli
console
php
color
terminal
async
asynchronous
percentage
reactphp
spinner
xterm
xterm256
hides-cursor
-
Updated
May 1, 2021 - PHP
A big (huge) collection of rxvt / xterm terminal themes
-
Updated
Jan 16, 2021
Java Text User Interface
-
Updated
Mar 13, 2019 - Java
hericlesme
commented
Jun 21, 2021
Description
Importing a module using import * may unintentionally pollute the global namespace if the module does not define __all__
_When you import a module using from xxx import * all public names defined in the module are imported and bound in the local namespace of the import statement. The public names are determined by checking the all variable for the module. If _all
Simple terminal for the Atom text editor.
-
Updated
May 18, 2020 - JavaScript
read code like a wizard. a 16bit color scheme for hackers
-
Updated
Oct 23, 2018 - Vim script
icat (Image cat) outputs images in 256-color capable terminals.
-
Updated
Nov 29, 2018 - C
基于node-pty、xterm和vue的web terminal服务
-
Updated
Nov 3, 2020 - Vue
Integrated terminal for Atom. Looks like terminal-plus, acts like your native terminal (except every other Friday). Looking for collaborators! :-)
-
Updated
Mar 6, 2021 - CoffeeScript
A local-echo controller for xterm.js
-
Updated
May 25, 2021 - JavaScript
Improve this page
Add a description, image, and links to the xterm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xterm 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