#llm #folders #context #file #summary #mode #tree

app fosum

A simple tool that summarizes file folders. Useful for passing context to LLMs

4 releases (breaking)

Uses old Rust 2015

new 0.4.0 Feb 15, 2025
0.3.0 Feb 15, 2025
0.2.0 Feb 15, 2025
0.1.0 Feb 15, 2025

#246 in Filesystem

Download history 363/week @ 2025-02-12

363 downloads per month

MIT license

9KB
175 lines

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

No runtime deps