fresh: add page (#21178)

This commit is contained in:
crispyfires
2026-02-20 04:19:41 -05:00
committed by GitHub
parent 7f31501b15
commit 0185f59974
+28
View File
@@ -0,0 +1,28 @@
# 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>`