Metadata-Version: 2.2
Name: fosum
Version: 0.6.0
Summary: A simple tool that summarizes file folders. Useful for passing context to LLMs.
Home-page: https://github.com/RohanAdwankar/utils
Author: Rohan Adwankar
Author-email: rohan.adwankar@gmail.com
License: MIT
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: summary

# fosom: folder summary tool

Tool for summarizing a folder.
Useful for passing context of a repo to an LLM.
Default behavior copies summary to clipboard and outputs nothing.
Supports options:  
- **-a**: include dot files/folders
- **-s**: summary mode (first 10 lines per file)
- **-l**: list output to stdout
- **-t**: tree-only mode (prints just a tree diagram of the rpo)
Usage: `cargo run -- [options] [directory]`
