All Projects → liamg → Aminal

liamg / Aminal

Licence: gpl-3.0
🌘 Darktile is a GPU rendered terminal emulator designed for tiling window managers.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Aminal

darktile
🌘 Darktile is a GPU rendered terminal emulator designed for tiling window managers.
Stars: ✭ 2,694 (+1.16%)
Mutual labels:  xterm, terminal-emulators, vt100, terminal-emulator, xterm-256color
Xterm.js
A terminal for the web
Stars: ✭ 12,019 (+351.33%)
Mutual labels:  terminal, xterm, terminal-emulators, vt100
fpga-virtual-console
VT220-compatible console on Cyclone IV EP4CE55F23I7
Stars: ✭ 33 (-98.76%)
Mutual labels:  vt100, terminal-emulator, xterm-256color
Alacritty
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, Linux, macOS and Windows.
Stars: ✭ 36,273 (+1262.11%)
Mutual labels:  terminal, terminal-emulators, opengl
Snowflake
Graphical SFTP client and terminal emulator with helpful utilities
Stars: ✭ 1,676 (-37.06%)
Mutual labels:  terminal, terminal-emulators, terminal-emulator
Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (-94.89%)
Mutual labels:  terminal, terminal-emulators, opengl
Ttyd
Share your terminal over the web
Stars: ✭ 4,030 (+51.33%)
Mutual labels:  terminal, terminal-emulators, xterm
Kitty
Cross-platform, fast, feature-rich, GPU based terminal
Stars: ✭ 13,011 (+388.58%)
Mutual labels:  terminal-emulators, opengl, vt100
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 (-57.79%)
Mutual labels:  terminal, terminal-emulators
Awesome Terminals
Terminal Emulators
Stars: ✭ 80 (-97%)
Mutual labels:  terminal, terminal-emulators
Cancer
It's terminal.
Stars: ✭ 98 (-96.32%)
Mutual labels:  terminal, terminal-emulators
Alacritty Debian
Debian packages for alacritty.
Stars: ✭ 34 (-98.72%)
Mutual labels:  terminal, terminal-emulators
Wayst
A simple terminal emulator
Stars: ✭ 117 (-95.61%)
Mutual labels:  terminal-emulators, opengl
Teds Terminal
A modern terminal emulator with high DPI support, mouse wheel scaling, 32-bit colour and tty compatible.
Stars: ✭ 20 (-99.25%)
Mutual labels:  terminal, terminal-emulators
Glerminal
A lightweight terminal made with OpenGL
Stars: ✭ 24 (-99.1%)
Mutual labels:  terminal, opengl
Hyper
A terminal built on web technologies
Stars: ✭ 37,504 (+1308.34%)
Mutual labels:  terminal, terminal-emulators
Pyxtermjs
A fully functional terminal in your browser.
Stars: ✭ 127 (-95.23%)
Mutual labels:  terminal, terminal-emulators
Extraterm
The swiss army chainsaw of terminal emulators
Stars: ✭ 1,922 (-27.83%)
Mutual labels:  terminal, terminal-emulators
Terminalfx
Java FX Terminal Emulator
Stars: ✭ 187 (-92.98%)
Mutual labels:  terminal, terminal-emulators
Terminator Themes
🤘 The biggest collection of Terminator themes.
Stars: ✭ 717 (-73.08%)
Mutual labels:  terminal, terminal-emulators

Darktile

Darktile is a GPU rendered terminal emulator designed for tiling window managers.

Demo

Features

  • GPU rendering
  • Unicode support
  • Variety of themes available (or build your own!)
  • Compiled-in powerline font
  • Works with your favourite monospaced TTF/OTF fonts
  • Font ligatures (turn it off if you're not a ligature fan)
  • Hints: Context-aware overlays e.g. hex colour viewer, octal permission annotation
  • Take screenshots with a single key-binding
  • Sixels
  • Window transparency (0-100%)
  • Customisable cursor (most popular image formats supported)

Installation

Install dependencies:

  • xorg-dev
  • libgl1-mesa-dev

Grab a binary from the latest release, chmod +x it and place it in your $PATH.

If you're too lazy to do the above and you like to live life on the edge, you can pipe this script to sudo:

curl -s "https://raw.githubusercontent.com/liamg/darktile/main/scripts/install.sh" | sudo bash

Configuration

Configuration files should be created in $XDG_CONFIG_HOME/darktile/ if the variable is defined, otherwise in $HOME/.config/darktile/.

If you wish, you can create an example config file as a starting point using darktile --rewrite-config.

Darktile will use sensible defaults if no config/theme files are available. The same applies when you omit settings from config/theme files, meaning it is perfectly valid to start with empty config/theme files and add to them as required to override the default behaviour.

Config File

Found in the config directory (see above) inside config.yaml.

opacity: 1.0       # Window opacity: 0.0 is fully transparent, 1.0 is fully opaque
font:
  family: ""       # Font family. Find possible values for this by running 'darktile list-fonts'
  size: 16         # Font size
  dpi: 72          # DPI
  ligatures: true  # Enable font ligatures e.g. render '≡' instead of '==='
cursor:
  image: ""        # Path to an image to render as your cursor (defaults to standard rectangular cursor)

Example Theme

Found in the config directory (see above) inside theme.yaml. You can replace this file with a symlink or any theme file from darktile-themes.

black: '#1d1f21'
red: '#cc6666'
green: '#b5bd68'
yellow: '#f0c674'
blue: '#81a2be'
magenta: '#b294bb'
cyan: '#8abeb7'
white: '#c5c8c6'
brightblack: '#666666'
brightred: '#d54e53'
brightgreen: '#b9ca4a'
brightyellow: '#e7c547'
brightblue: '#7aa6da'
brightmagenta: '#c397d8'
brightcyan: '#70c0b1'
brightwhite: '#eaeaea'
background: '#1d1f21'
foreground: '#c5c8c6'
selectionbackground: '#aa8800'
selectionforeground: '#ffffff'
cursorforeground: '#1d1f21'
cursorbackground: '#c5c8c6'

Key Bindings

Action Binding
Copy ctrl + shift + C
Paste ctrl + shift + V
Decrease font size ctrl + -
Increase font size ctrl + =
Take screenshot ctrl + shift + [
Open URL ctrl + click

FAQ

What happened to Aminal?

The name changed as a result of a near-complete rewrite of Aminal. Also, Google's "did you mean animal?" was getting pretty annoying.

Did Darktile drop Windows/OSX support?

While the project likely won't need much work to build on Windows/OSX, the focus is to develop Darktile for tiling window managers under Linux. If you'd like to get Darktile working for other environments, pull requests are always very welcome, especially when preceded by issues/discussion.

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].