29 lines
373 B
Markdown
Raw Normal View History

# fresh
> A fully-featured terminal-based text editor.
> More information: <https://getfresh.dev/docs/>.
- Open a file:
`fresh {{path/to/file}}`
- Search for a pattern:
`<Ctrl f>{{search_pattern}}<Enter>`
- Replace a pattern:
`<Ctrl r>{{search_pattern}}<Enter>{{replacement}}<Enter>`
- Show File Explorer:
`<Ctrl e>`
- Save file:
`<Ctrl s>`
- Quit:
`<Ctrl q>`