Skip to content

Commit 0e79d4a

Browse files
committed
docs: update README with save to file feature details
1 parent 6f2634a commit 0e79d4a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Rura transforms the tedious "edit, up-arrow, rerun" shell cycle into a fluid, in
1212
- **Search**: Search and highlight text within the output pane with regex support.
1313
- **Syntax Highlighting**: Visual feedback for subcommand boundaries, quotes, and pipes.
1414
- **Persistent History**: Quickly access and reuse previous commands.
15+
- **Save to File**: Save current output or command to a file.
1516
- **Line Wrapping**: Toggle whether long output lines wrap to fit the view.
1617
- **Flexible Error Display**: Choose between "inline" errors (replacing the main view) or a dedicated "pane" (showing both output and errors).
1718
- **Customizable**: Fully configurable key bindings, themes, and UI placement via TOML.
@@ -132,6 +133,13 @@ rura --last
132133
- **Ctrl + p**: Previous command in history.
133134
- **Ctrl + n**: Next command in history.
134135

136+
### Saving to File
137+
138+
- **Ctrl + s**: Save the current output to a file.
139+
- **Ctrl + Alt + s**: Save the current command to a file.
140+
141+
In the save popup, type a destination path (Tab completes paths) and press Enter to write. Existing files are not overwritten.
142+
135143
### General
136144

137145
- **F1**: Toggle help screen.

0 commit comments

Comments
 (0)