All Projects → orhun → Kermit

orhun / Kermit

Licence: gpl-3.0
A VTE-based, simple and froggy terminal emulator 🐸

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Kermit

Viter
A Vim-ish terminal emulator written and expandable in Python.
Stars: ✭ 69 (-4.17%)
Mutual labels:  terminal, gtk3
Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (+88.89%)
Mutual labels:  terminal, gtk3
Tilix
A tiling terminal emulator for Linux using GTK+ 3
Stars: ✭ 4,670 (+6386.11%)
Mutual labels:  terminal, gtk3
Xterm.dart
💻 xterm.dart is a fast and fully-featured terminal emulator for Flutter, with support for mobile and desktop platforms.
Stars: ✭ 63 (-12.5%)
Mutual labels:  terminal
Sub Tv Cli
Downloading your series subtitles via terminal 📺
Stars: ✭ 63 (-12.5%)
Mutual labels:  terminal
Ideogram
Insert emoji anywhere in elementary OS, even in non-native apps
Stars: ✭ 68 (-5.56%)
Mutual labels:  gtk3
Lichs
♟ Play chess against real players in your terminal using Lichess
Stars: ✭ 70 (-2.78%)
Mutual labels:  terminal
Ving
🐸 A ping utility with nice output, with powerful traceroute and port probe.
Stars: ✭ 62 (-13.89%)
Mutual labels:  terminal
Reminders Cli
Command-line interface to interact with the Reminders.app
Stars: ✭ 67 (-6.94%)
Mutual labels:  terminal
Fest
A GTK+ 3 Matrix client written in Rust [work in progress]
Stars: ✭ 67 (-6.94%)
Mutual labels:  gtk3
Nyancat
Nyancat in your terminal, rendered through ANSI escape sequences. This is the source for the Debian package `nyancat`.
Stars: ✭ 1,144 (+1488.89%)
Mutual labels:  terminal
Gritty
web terminal emulator
Stars: ✭ 63 (-12.5%)
Mutual labels:  terminal
Tryjshell
Try JShell on Web
Stars: ✭ 69 (-4.17%)
Mutual labels:  terminal
Mocha Chrome
☕️ Run Mocha tests using headless Google Chrome
Stars: ✭ 66 (-8.33%)
Mutual labels:  terminal
Webterminal
ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django
Stars: ✭ 1,124 (+1461.11%)
Mutual labels:  terminal
Cross Platform Node Guide
📗 How to write cross-platform Node.js code
Stars: ✭ 1,161 (+1512.5%)
Mutual labels:  terminal
Bytepath
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE.
Stars: ✭ 1,119 (+1454.17%)
Mutual labels:  terminal
Ginseng
C++ REPL Tool Builder
Stars: ✭ 65 (-9.72%)
Mutual labels:  terminal
Progress.c
Progress display lib for c
Stars: ✭ 67 (-6.94%)
Mutual labels:  terminal
Seeless
C IDE for iOS
Stars: ✭ 71 (-1.39%)
Mutual labels:  terminal

kermit Release AUR

A VTE-based, simple and froggy terminal emulator.

Kermit the Frog

VTE is a GTK widget that is designed to create virtual terminal emulators. GNOME Terminal, ROXTerm and evilvte are a few examples of terminal emulators that use the VTE widget. With the case of kermit, although it is a "yet another" VTE implementation, it aims to keep everything simple and customizable while providing some additional features.

The project is inspired by Vincent Bernat's article and also his implementation of a custom VTE-based terminal. Terminal features and appearance are mostly influenced by Rxvt, termite and st.

Table of Contents

Installation

AUR

CMake

mkdir -p build && cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
sudo ldconfig

Make

make
sudo make install

GCC

cd src/
gcc -s -O3 -Wall -Wno-deprecated-declarations $(pkg-config --cflags vte-2.91) kermit.c -o kermit.o $(pkg-config --libs vte-2.91)

* kermit terminal depends on vte3 and gtk3 packages.

Features

  • Uses the default shell (with $SHELL environment variable)
  • Supports transparency with a composite manager (such as compton)
  • Supports base16 color schemes (customizable theme)
  • Supports custom keys and associated commands
  • Supports tabs

Arguments

kermit [-h] [-v] [-d] [-c config] [-t title] [-e command]

[-h] shows help
[-v] shows version
[-d] enables the debug messages
[-c config]  specifies the configuration file
[-t title]   sets the terminal title
[-e command] sets the command to execute in terminal

Key Bindings

Key Action
ctrl-alt-[c] copy to clipboard
ctrl-alt-[v] paste from clipboard
ctrl-alt-[t] open a new tab
ctrl-alt-[r] reload configuration file
ctrl-alt-[q] exit the terminal
ctrl-alt-[k][up] increase font size
ctrl-alt-[j][down] decrease font size
ctrl-alt-[=] reset font size to default
ctrl-alt-[return] open a new tab
ctrl-alt-[num] switch to the tab number
ctrl-alt-[l][right][pgup] switch to the next tab
ctrl-alt-[h][left][pgdn] switch to the previous tab
ctrl-alt-[w][backspace] close the selected tab

• Key bindings (ctrl-alt) can be set to ctrl-shift with using the config file.

• Default key bindings (ctrl-alt) might conflict with your desktop environments window shortcuts. To solve this issue, key bindings should be changed to ctrl-shift.

Customization

Config File

Most of the settings including font, opacity and colors can be changed via the config file. The default configuration file is available here.

kermit looks for configuration file in ~/.config/kermit.conf

Theme

Terminal theme can be changed with either editing the config file manually or using the base16 color schemes in orhun/base16-kermit repository.

Font

kermit uses a PangoFontDescription which retrieved from the kermit.conf for changing the font family, style and size. The configuration entry format of the font and some examples are shown below and the default value is monospace 9.

font [FAMILY-LIST] [STYLE-OPTIONS] [SIZE]

FAMILY-LIST is a comma separated list of families optionally terminated by a comma, STYLE_OPTIONS is a whitespace separated list of words where each WORD describes one of style, variant, weight, or stretch, and SIZE is an decimal number (size in points).

• Available font families: Normal, Sans, Serif and Monospace.
• Available styles: Normal, Oblique, Italic.
• Available weights: Ultra-Light, Light, Normal, Bold,Ultra-Bold, Heavy.
• Available variants: Normal, Small-Caps.
• Available stretch styles: Ultra-Condensed, Extra-Condensed, Condensed, Semi-Condensed, Normal, Semi-Expanded, Expanded, Extra-Expanded, Ultra-Expanded.

Examples:

font sans bold 12
font normal 10
font monospace bold italic condensed 12

Key Bindings

Custom keys and associated commands can be specified with the configuration file. An example entry is available here and entry format is shown below.

bind/bindx [KEY]~"[COMMAND]"

• bind: Send command to the terminal.
• bindx: Send command to the terminal and execute.

Examples:

bindx f~"df -h"
bind r~"rm -i "
bind p~"ps aux | grep "
bind k~"kill -9 "

Padding

In order to change the padding of the terminal, create ~/.config/gtk-3.0/gtk.css if it does not exist, specify the values there and restart the terminal.

VteTerminal,
TerminalScreen,
vte-terminal {
    padding: 3px 2px 2px 1px;
}

The command below can be used to create the both configuration files.

curl https://raw.githubusercontent.com/orhun/kermit/master/.config/kermit.conf --output ~/.config/kermit.conf && \
  printf "VteTerminal,\nTerminalScreen,\nvte-terminal {\n\tpadding: 3px 2px 2px 1px;\n}\n" > ~/.config/gtk-3.0/gtk.css

Screenshots

Screenshot

TODO(s)

  • URL handling

License

GNU General Public License v3.0 only (GPL-3.0-only)

Copyright

Copyright © 2019-2021, Orhun Parmaksız

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].