[][src]Crate recurse

recurse

A cross-platform recursive directory traversal file management tool

Version GNU/Linux CI macOS CI Windows CI codecov

About

The recurse executable is a cross-platform, command line file management tool with default recursive directory traversal and regular expression pattern matching support. It is built in Rust and tested against the stable, beta, and nightly Rust toolchains on GNU/Linux, macOS, and Windows platforms.

The project is at an early stage of development and should not be considered stable for general use at the moment.

Detailed documentation is available on the repository README page.

Installation

$ cargo install recurse

The recurse executable will be available on your system PATH after this install step.

Usage

recurse functionality is exposed through executable sub-commands. Use recurse --help or see the project README documentation for additional details.

Contributing

Please file issue reports on the GitHub repository issue tracker.

Source contributions under the Apache License, v2.0 are welcomed. Please submit a pull request on the GitHub repository with your change proposal.

License

Apache License, v2.0

Functions

run

recurse executable execution entry point