#
xterm
Here are 141 public repositories matching this topic...
Share your terminal over the web
-
Updated
Sep 16, 2020 - 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
Sep 10, 2020 - Shell
A modern cross-platform terminal emulator in Go
-
Updated
May 31, 2020 - Go
The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode and XTerm
-
Updated
Aug 30, 2020 - Vim script
HTML5 SSH Web Client
-
Updated
Oct 29, 2018 - 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
Dec 12, 2019 - TypeScript
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
Jul 13, 2020 - PHP
An arctic, north-bluish clean and elegant Xresources color theme.
-
Updated
Jul 1, 2020
Java Text User Interface
-
Updated
Mar 13, 2019 - Java
hericlesme
commented
Feb 11, 2020
Description
We currently have two apps on this repo.
- The client, where the user inputs the commands that will be sent to the server to execute.
- The server, that handles the requests and runs the commands on bash
They're a little coupled and it doesn't give us so many benefits.
Expected solution:
These applications should run separately, to give us some new features:
4
A big (huge) collection of rxvt / xterm terminal themes
-
Updated
Jan 8, 2018
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
christianparpart
commented
Jul 2, 2020
Implemented by at least:
- libvte, gnome-terminal
- iTerm2
- mc
As mentioned in the referring ticket, the current method should be preserved as fallback method.
References
icat (Image cat) outputs images in 256-color capable terminals.
-
Updated
Nov 29, 2018 - C
Integrated terminal for Atom. Looks like terminal-plus, acts like your native terminal (except every other Friday). Looking for collaborators! :-)
-
Updated
Dec 1, 2019 - CoffeeScript
基于node-pty、xterm和vue的web termianl服务
-
Updated
Dec 31, 2019 - Vue
ಠ_ಠ Terminal string styling done right.
shell
cli
console
color
terminal
log
command-line
colors
style
ansi
xterm
rgb
styles
command-line-tool
colour
ansi-escape
256
colors-cli
-
Updated
Apr 11, 2020 - 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."


Electron has an API to play the shell bell https://www.electronjs.org/docs/api/shell#shellbeep
To support this with xterm.js we would need to allow
bellSoundto take a() => void:https://github.com/xtermjs/xterm.js/blob/ab63b5168161d5a3a93708f4dc274fadee176801/typings/xterm.d.ts#L47-L50