//
pkg.gl
Category
github.com/abhinav/git-pr
editor
package
0.6.0
Repository:
https://github.com/abhinav/git-pr.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
6
Files
147 SLOC
#
Packages
editortest
No description provided by the author
#
Functions
NewBasic
NewBasic builds a new basic editor.
NewViLike
NewViLike builds a new vi-like editor.
Pick
Pick an editor based on the given name.
#
Variables
ErrFileUnsaved
ErrFileUnsaved is returned if the user exited a vi-like editor without saving the file.
#
Structs
Basic
Basic is an editor without special abilities.
ViLike
ViLike is an editor backed by vi/vim/neovim/etc.
#
Interfaces
Editor
Editor allows editing strings.