cursive-open-editor

Crates.iocursive-open-editor
lib.rscursive-open-editor
version0.1.0
sourcesrc
created_at2024-07-30 21:07:48.724603
updated_at2024-07-30 21:07:48.724603
descriptionLets you open an external editor in a Cursive application.
homepage
repositoryhttps://github.com/gamma-delta/cursive-open-editor
max_upload_size
id1320319
size34,824
petrak@ (gamma-delta)

documentation

README

cursive-open-editor

Lets you open an external editor in a Cursive application.

This lets you implement things like git rebase -i, or other times you want the user to do a lot of text editing in an environment they are comfortable with.

There are lots of customization options; you can select the way the editor is picked, whether to generate a temporary file or to use an existing file, and custom invocations for the editor program.

See the examples directory for examples.

Commit count: 0

cargo fmt