Documentation
¶
Overview ¶
Package main provides the aggr command-line tool for aggregating and unpacking files.
The aggr tool recursively aggregates files from specified paths into a single file and can unpack them back to their original directory structure. It supports various filtering options including file size limits, ignore patterns, and file type filtering.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
checkers
Package checkers provides file filtering and validation functionality.
|
Package checkers provides file filtering and validation functionality. |
|
cli
Package cli implements the command-line interface for aggr.
|
Package cli implements the command-line interface for aggr. |
|
config
Package config provides configuration options and default values for the aggr tool.
|
Package config provides configuration options and default values for the aggr tool. |
|
packer
Package packer packs a set of small files into a single text stream and unpacks that stream back to files.
|
Package packer packs a set of small files into a single text stream and unpacks that stream back to files. |
|
patterns
Package patterns provides utilities for working with file path patterns.
|
Package patterns provides utilities for working with file path patterns. |
|
tree
Package tree provides functionality for generating visual tree representations of file structures.
|
Package tree provides functionality for generating visual tree representations of file structures. |
|
walker
Package walker provides a file system walker that filters results based on checkers.
|
Package walker provides a file system walker that filters results based on checkers. |
Click to show internal directories.
Click to hide internal directories.