Skip to content

feat: option for output to stdout #225

@drupol

Description

@drupol

Hello,

Not so long ago, I discovered mods. A handy command line tool to query my local Ollama server (or some other well known providers). I wish I could use it with gitingest without creating a temporary file and only using stdout.

For the moment, I can use it as such:

gitingest https://github.com/<some>/<repo> -o repo ; cat repo | mods -m deepseek "Please explain what is this project"; rm -f repo

If gitingest would be able to use stdout, we could do:

gitingest https://github.com/<some>/<repo> - | mods -m deepseek "Please explain what is this project"

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions