Crates.io | meow-editor |
lib.rs | meow-editor |
version | 1.4.0 |
created_at | 2024-09-18 03:46:05.25125+00 |
updated_at | 2025-02-04 00:42:43.570894+00 |
description | micro¹ like text editor (for cats) |
homepage | |
repository | https://themackabu.dev/project/meow-editor |
max_upload_size | |
id | 1378694 |
size | 9,927,541 |
A simple, yet powerful terminal-based text editor written in Rust.
meow --[OPTIONS] <FILE_PATH>
--disable-mouse-interaction
, -d
: Disable mouse navigation--tab-width
, -t <TAB_WIDTH>
: Set custom tab width (default: 4)--theme
, -s <THEME>
: Specify a custom theme--relative-line-numbers
, -r
: Use relative line numbers--list-themes
: List all themes that can be usedCtrl+Q
: Quit (with save prompt if changes are unsaved)Ctrl+S
: Save fileCtrl+Z
: UndoCtrl+Y
: RedoCtrl+C/X/V
: Copy/Cut/Paste (internal clipboard)Alt+C/X/V
: Copy/Cut/Paste (system clipboard)Ctrl+B/F
: Page Up/Down (full page)Ctrl+U/D
: Page Up/Down (half page)