editor

package
v0.12.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package editor implements a simple interface for interactive file editing. It most likely does not work on windows.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Edit

func Edit(input io.Reader, extension string) ([]byte, error)

Edit opens a temporary file in the default editor (per $EDITOR, falling back to "vi") with the contents of the given io.Reader and a filename ending in the given extension (to give a hint to the editor for syntax highlighting).

The contents of the edited file are returned, and the temporary file removed.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL