fosum

Crates.iofosum
lib.rsfosum
version0.4.0
created_at2025-02-15 03:55:00.588449+00
updated_at2025-02-15 10:43:56.781104+00
descriptionA simple tool that summarizes file folders. Useful for passing context to LLMs
homepage
repositoryhttps://github.com/RohanAdwankar/utils
max_upload_size
id1556244
size9,024
Rohan Adwankar (RohanAdwankar)

documentation

README

fosum: 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 repo)
cargo install fosum
fosum
Commit count: 22

cargo fmt