Getting Started
Install jwi and start editing in your terminal in under a minute.
Installation
Install jwi with a single command. Works on macOS, Linux, and WSL.
curl -sSL https://api.jwi.dev/install | shOr build from source:
# Requires Rust 1.92+ (nightly)
git clone https://github.com/tg339/writing-app
cd writing-app
cargo build --release
cargo install --path .Verify installation
Run
jwi --version to verify the installation succeeded.Quick Start
Opening Files
Open any file by passing its path to jwi:
jwi document.mdCreate a new file by specifying a path that doesn't exist:
jwi notes/new-idea.mdBasic Navigation
jwi uses familiar keybindings with powerful additions:
| Key | Action |
|---|---|
| Ctrl+S | Save file |
| Ctrl+Q | Quit |
| Alt+Shift+Down | Expand selection (structural) |
| Alt+Shift+Up | Contract selection |
| Ctrl+Shift+S | Share session |
Structural selection
Double-tap Alt+Shift+Down to expand your selection from line → paragraph → section. Use Alt+Shift+Right for word → sentence → line. This is one of jwi's most powerful features.
Next Steps
- Learn about structural selection
- Set up real-time collaboration
- View all commands and keybindings