package
0.6.0
Repository: https://github.com/abhinav/git-pr.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewBasic builds a new basic editor.
NewViLike builds a new vi-like editor.
Pick an editor based on the given name.

# Variables

ErrFileUnsaved is returned if the user exited a vi-like editor without saving the file.

# Structs

Basic is an editor without special abilities.
ViLike is an editor backed by vi/vim/neovim/etc.

# Interfaces

Editor allows editing strings.