No description
Find a file
2025-07-09 23:26:44 -04:00
src vectorify 2025-07-09 23:26:44 -04:00
.gitignore cli arguments, clippy passes 2025-07-08 07:53:14 -04:00
Cargo.lock some type of intermediate 2025-07-09 21:01:49 -04:00
Cargo.toml some type of intermediate 2025-07-09 21:01:49 -04:00
flake.lock cli arguments, clippy passes 2025-07-08 07:53:14 -04:00
flake.nix cli arguments, clippy passes 2025-07-08 07:53:14 -04:00
package.nix cli arguments, clippy passes 2025-07-08 07:53:14 -04:00
README.md add README.md 2025-07-08 08:24:56 -04:00

this repo's home is at https://git.mtgmonkey.net/Andromeda/rust-term

please view it there if you are on the github mirror right now

rust_term

rust_term is a Rust terminal emulator aiming to be akin to st in style and performance.

installation

use nix to try it out

nix run git+https://git.mtgmonkey.net/Andromeda/rust-term .# -- --help

or compile a binary

nix build git+https://git.mtgmonkey.net/Andromeda/rust-term
# ./result/bin/rust_term --help

note that the default binary is hard-coded to /home/mtgmonkey/.nix-profile/bin/dash, so a --shell={} argument is needed unless you're me

usage

rust_term --help
cli flags

Usage: rust_term [-S=ARG] [-v] [-v]

Available options:
    -S, --shell=ARG  path to shell
    -v, --verbose    whether to debug log
    -v, --version    whether to display version: TODO
    -h, --help       Prints help information

ARG should be an absolute path

contributing

pull requests are welcome on the github, as are issues

make sure clippy throws no warnings!

nix develop
cargo clippy

license

all code is licensed under WTFPL