11 stable releases

1.3.4 Dec 25, 2024
1.3.3 Oct 20, 2024
1.3.1 Sep 30, 2024
0.1.1 Sep 18, 2024
0.0.9 Sep 18, 2024

#84 in Text editors

Download history 302/week @ 2024-09-25 49/week @ 2024-10-02 17/week @ 2024-10-09 354/week @ 2024-10-16 19/week @ 2024-10-23 1/week @ 2024-10-30 4/week @ 2024-11-06 11/week @ 2024-11-27 239/week @ 2024-12-04 195/week @ 2024-12-11 3/week @ 2024-12-18 188/week @ 2024-12-25 135/week @ 2025-01-01 59/week @ 2025-01-08

386 downloads per month

MIT license

9.5MB
4K SLoC

Meow Editor

A simple, yet powerful terminal-based text editor written in Rust.

Features

  • Theming support
  • Tree-sitter syntax highlighting
  • Customizable tab width

Usage

meow --[OPTIONS] <FILE_PATH>

Options

  • --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 used

Keyboard Shortcuts

  • Ctrl+Q: Quit (with save prompt if changes are unsaved)
  • Ctrl+S: Save file
  • Ctrl+Z: Undo
  • Ctrl+Y: Redo
  • Ctrl+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)

Dependencies

~13–29MB
~474K SLoC