All Projects â†’ liamg â†’ darktile

liamg / darktile

Licence: MIT License
🌘 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 darktile

Aminal
🌘 Darktile is a GPU rendered terminal emulator designed for tiling window managers.
Stars: ✭ 2,663 (-1.15%)
Mutual labels:  xterm, terminal-emulators, vt100, terminal-emulator, xterm-256color
fpga-virtual-console
VT220-compatible console on Cyclone IV EP4CE55F23I7
Stars: ✭ 33 (-98.78%)
Mutual labels:  vt100, terminal-emulator, xterm-256color
Xterm.js
A terminal for the web
Stars: ✭ 12,019 (+346.14%)
Mutual labels:  xterm, terminal-emulators, vt100
local-echo
A local-echo controller for xterm.js
Stars: ✭ 96 (-96.44%)
Mutual labels:  xterm, terminal-emulators
upp-components
A collection of packages for U++ framework.
Stars: ✭ 36 (-98.66%)
Mutual labels:  terminal-emulators, terminal-emulator
Toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
Stars: ✭ 4,687 (+73.98%)
Mutual labels:  terminal-emulators, terminal-emulator
Kitty
Cross-platform, fast, feature-rich, GPU based terminal
Stars: ✭ 13,011 (+382.96%)
Mutual labels:  terminal-emulators, vt100
Snowflake
Graphical SFTP client and terminal emulator with helpful utilities
Stars: ✭ 1,676 (-37.79%)
Mutual labels:  terminal-emulators, terminal-emulator
Ttyd
Share your terminal over the web
Stars: ✭ 4,030 (+49.59%)
Mutual labels:  xterm, terminal-emulators
godot-xterm
Terminal emulator for the Godot game engine.
Stars: ✭ 61 (-97.74%)
Mutual labels:  xterm, terminal-emulator
contour
Modern C++ Terminal Emulator
Stars: ✭ 761 (-71.75%)
Mutual labels:  xterm, terminal-emulators
twilight-commander
A simple console file manager.
Stars: ✭ 16 (-99.41%)
Mutual labels:  xterm
tym
Lua-configurable terminal emulator
Stars: ✭ 119 (-95.58%)
Mutual labels:  terminal-emulator
webterminal
The first and the most powerful web-based terminal for InterSystems IRIS®, InterSystems Caché®, Ensemble®, HealthShare®, TrakCare® and other products built on top of InterSystems Data Platforms.
Stars: ✭ 71 (-97.36%)
Mutual labels:  terminal-emulators
webterm
web terminal based on xterm.js in rust
Stars: ✭ 20 (-99.26%)
Mutual labels:  xterm
st
Repatch repository of developed 'Vim Browse' and 'Alpha Focus Highlight' patches for simple terminal (st).
Stars: ✭ 25 (-99.07%)
Mutual labels:  terminal-emulator
vim-terminal
A Vim plugin that opens an interactive terminal in a buffer for running programs
Stars: ✭ 45 (-98.33%)
Mutual labels:  terminal-emulators
go-rainbow
Golang Helper for beautiful CLI Applications
Stars: ✭ 86 (-96.81%)
Mutual labels:  xterm
st-history-vim
Development of the "vim patch" and a minimalist "history patch" for the suckless simple terminal (st).
Stars: ✭ 43 (-98.4%)
Mutual labels:  terminal-emulator
vt100 stm32
VT100 Terminal Emulator for Arduino STM32
Stars: ✭ 27 (-99%)
Mutual labels:  vt100

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