Software-accelerated Wayland terminal emulator
  • Rust 98.9%
  • Nix 0.8%
  • Python 0.3%
Find a file
NotAShelf 72ec651ff1
vt: add OSC 133 prompt marks with jump and pipe-output actions
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I0afe252fefa3eb82559a35d03ba449376a6a6964
2026-06-26 10:21:54 +03:00
doc doc: document the [mouse] config table 2026-06-26 10:21:49 +03:00
nix doc: generate manpages with scdoc 2026-06-26 10:21:43 +03:00
src vt: add OSC 133 prompt marks with jump and pipe-output actions 2026-06-26 10:21:54 +03:00
terminfo beer: initial project scaffolding 2026-06-23 14:59:07 +03:00
.clippy.toml meta: set up linters and rustfmt 2026-06-23 14:59:06 +03:00
.deny.toml meta: set up linters and rustfmt 2026-06-23 14:59:06 +03:00
.envrc nix: initial tooling 2026-06-23 14:59:09 +03:00
.gitignore nix: load terminfo in the devshell and complete the package build 2026-06-26 10:21:21 +03:00
.rustfmt.toml meta: set up linters and rustfmt 2026-06-23 14:59:06 +03:00
Cargo.lock build: tag 0.2.0 2026-06-26 10:21:52 +03:00
Cargo.toml build: tag 0.2.0 2026-06-26 10:21:52 +03:00
flake.lock nix: initial tooling 2026-06-23 14:59:09 +03:00
flake.nix nix: initial tooling 2026-06-23 14:59:09 +03:00
README.md docs: initial project README 2026-06-23 14:59:08 +03:00

beer

A fast, software-rendered, Wayland-native terminal emulator written in Rust. Lightweight in dependencies, on disk, and in memory.

Build

A Nix dev shell provides the toolchain and native libraries:

# Enter a devshell for necessary deps
$ nix develop

# Build in release mode
cargo build --release

License

EUPL-1.2.