Crate fruit

Crate fruit 

Source
Expand description

Fruit - A tree command that respects .gitignore and shows file comments

Re-exports§

pub use comments::extract_first_comment;
pub use git::GitFilter;
pub use git::GitignoreFilter;
pub use output::OutputConfig;
pub use output::StreamingFormatter;
pub use output::TreeFormatter;
pub use output::print_json;
pub use tree::FileFilter;
pub use tree::StreamingOutput;
pub use tree::StreamingWalker;
pub use tree::TreeNode;
pub use tree::TreeWalker;
pub use tree::WalkerConfig;

Modules§

comments
Source file comment extraction
git
Git repository integration and gitignore filtering
output
Tree formatting and display
tree
Directory tree walking logic