soe 0.6.0

Scott's Own Editor — a built-in TUI text editor for CLI tools, no vim required
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "soe"
version = "0.6.0"
edition = "2021"
description = "Scott's Own Editor — a built-in TUI text editor for CLI tools, no vim required"
license = "MIT"
readme = "README.md"
repository = "https://github.com/schacon/soe"
keywords = ["editor", "tui", "terminal", "cli"]
categories = ["command-line-interface", "text-editors"]

[dependencies]
anyhow = "1"
crossterm = "0.29"
ratatui = "0.30"
tempfile = "3"