jimmc414 / 1filellm

Specify a github or local repo, github pull request, arXiv or Sci-Hub paper, Youtube transcript or documentation URL on the web and scrape into a text file and clipboard for easier LLM ingestion
MIT License
432 stars 41 forks source link

exact file in processing repo #4

Closed Learner00100 closed 7 months ago

Learner00100 commented 7 months ago

thanks for the code. currently we can modify to add or remove extension. but if .md is selected means, i need only readme.md not all file that ending with .md. so how to do that?

jimmc414 commented 7 months ago

Right now, it will pull all .md files if the .md extension is selected. This would require some programming changes. If I get some time I'll look research what it would take to add it.