Crates.io | meow-editor |
lib.rs | meow-editor |
version | 1.3.3 |
source | src |
created_at | 2024-09-18 03:46:05.25125 |
updated_at | 2024-10-20 07:30:27.665167 |
description | the meow text editor |
homepage | |
repository | https://themackabu.dev/project/meow-editor |
max_upload_size | |
id | 1378694 |
size | 9,920,195 |
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)