Documentation
¶
Index ¶
- func Apply(opt *commandline.Option) error
- func ApplySort(files []os.DirEntry)
- func CanBoaded(opt *commandline.Option, path string) bool
- func Compless(path string, format model.OutputFormat) error
- func GenerateTreeJSONString(rootPath string, allowedFileMap map[string]bool, opt *commandline.Option) (string, map[string]bool, error)
- func GenerateTreeString(path string, indent string, allowedFileListMap map[string]bool, ...) (string, map[string]bool, error)
- func IsHiddenFile(name string) bool
- func IsUnderGitDir(path string) bool
- func PrependDescriptionWithFormat(projectName, root string, format model.OutputFormat) string
- func WriteAllFiles(treeStr string, root string, outputPath string, ...) error
- func WriteAllFilesAsArklite(treeStr, root, outputPath string, allowedFileListMap map[string]bool, ...) error
- func WriteAllFilesAsXML(treeStr string, root string, outputPath string, ...) error
- type TreeEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply(opt *commandline.Option) error
func GenerateTreeJSONString ¶ added in v0.4.0
func GenerateTreeString ¶
func IsHiddenFile ¶
func IsUnderGitDir ¶
func PrependDescriptionWithFormat ¶
func PrependDescriptionWithFormat(projectName, root string, format model.OutputFormat) string
PrependDescriptionWithFormat prepends a descriptive header suitable for AI processing in either plain text or markdown format.
func WriteAllFiles ¶ added in v0.2.0
func WriteAllFilesAsArklite ¶ added in v1.1.2
func WriteAllFilesAsXML ¶ added in v0.2.0
Types ¶
Click to show internal directories.
Click to hide internal directories.