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
|
|
|
advanced_filters
command
|
|
|
basic
command
|
|
|
enhanced_api
command
Package main demonstrates the enhanced API of the stride package.
|
Package main demonstrates the enhanced API of the stride package. |
|
file_hashing
command
Package main demonstrates using Stride to compute file hashes efficiently.
|
Package main demonstrates using Stride to compute file hashes efficiently. |
|
find
command
|
|
|
find_api
command
|
|
|
permissions
command
|
|
|
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.