Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xi/xiterm
simple vte terminal emulator
https://github.com/xi/xiterm
gtk libvte terminal
Last synced: about 1 month ago
JSON representation
simple vte terminal emulator
- Host: GitHub
- URL: https://github.com/xi/xiterm
- Owner: xi
- License: mit
- Created: 2020-09-21T23:35:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T06:33:50.000Z (6 months ago)
- Last Synced: 2024-07-05T17:33:56.344Z (6 months ago)
- Topics: gtk, libvte, terminal
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I spent some time switching between gnome-terminal, xfce4-terminal, and
lxterminal trying to find the perfect configuration. Eventually I decided to
cut out the middleman and use libvte directly. I published it mostly as a
reference for others who want to do the same.# Installation
sudo apt install libgtk-3-dev libvte-2.91-dev
make
sudo make install
sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/xiterm 100
echo ". /etc/profile.d/vte-2.91.sh" >> ~/.bashrc# Features
- configure by changing the code
- custom color scheme
- change font scale with Ctrl-+|-|0
- open http URLs with right click
- new tabs open after current one
- switching tabs does not wrap around