nimue-term 0.1.6

Terminal emulator with multiplexer capabilities designed for maximum productivity, git worktrees and agentic engineering.
nimue-term-0.1.6 is not a library.

nimue

A terminal emulator with multiplexer capabilities designed for maximum productivity, git worktrees and agentic engineering.

Fully written on Rust 🦀 using the Freya GUI library.

Requirements

  • Opencode

Installing

Cargo:

cargo install nimue-term

Cargo Binstall:

cargo binstall nimue-term

Configuration

Nimue can be configured via ~/.config/nimue/config.toml.

Example configuration:

# Font size for terminal text (default: 13.0)
font_size = 14.0

# Shell command for terminals (default: "nu")
shell = "bash"

# Command for the top-left terminal (default: "opencode")
corner_command = "vim"

If the configuration file doesn't exist, Nimue will use the default values.

Coming soon

  • Proper wheel and mouse dragging support