Documentation
¶
Overview ¶
Package main is the entry point of stride.
This package contains the implementation of the `stride` command, which is a high-performance file walking utility that extends the standard `filepath.Walk` functionality with concurrency, filtering, and monitoring capabilities.
The `stride` command supports various options for filtering files based on name, path, size, modification time, and more. It also provides functionality to execute commands for each matched file or format the output using templates.
The `stride` command also includes a `find` subcommand that allows users to search for files in a given directory with advanced filtering capabilities.
Directories
¶
Path | Synopsis |
---|---|
Package cmd provides the CLI commands for the stride command.
|
Package cmd provides the CLI commands for the stride command. |
examples
|
|
enhanced_api
Package main demonstrates the enhanced API of the stride package.
|
Package main demonstrates the enhanced API of the stride package. |
file_hashing
Package main demonstrates using Stride to compute file hashes efficiently.
|
Package main demonstrates using Stride to compute file hashes efficiently. |
internal
|
|
walk
Package stride provides high-performance filesystem traversal with advanced filtering and monitoring capabilities.
|
Package stride provides high-performance filesystem traversal with advanced filtering and monitoring capabilities. |
Package walk provides high-performance filesystem traversal with advanced filtering and monitoring capabilities.
|
Package walk provides high-performance filesystem traversal with advanced filtering and monitoring capabilities. |
Click to show internal directories.
Click to hide internal directories.