parser

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MaxRecursions     = 20
	MaxFileLength     = 10000
	ToSendDirName     = "sendGPT"
	MashFileName      = "mash.gpt"
	IgnoreFiles       = []string{MashFileName, "package-lock.json"}
	IgnoreExt         = []string{".png", ".jpg", ".gpt"}
	IgnoreDirectories = []string{".git", ToSendDirName, "node_modules"}
)

Functions

func Run

func Run(opts Options) error

Types

type Options

type Options struct {
	SplitFiles bool
	Clipboard  bool
}

Jump to

Keyboard shortcuts

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