sturdy-dev / semantic-code-search

Search your codebase with natural language • CLI • No data leaves your computer
GNU Affero General Public License v3.0
297 stars 26 forks source link

Feature Request: Raw Search Result Output #29

Open alexpareto opened 1 year ago

alexpareto commented 1 year ago

Any way to get the raw/basic search result as a standard text output (rather than as an interactive prompt in the CLI)?

alexpareto commented 1 year ago

Probably could add an argument --raw-output perhaps, short circuit here - https://github.com/sturdy-dev/semantic-code-search/blob/6434ef7a7987b3f3338c7eeb38c06078788dc331/src/semantic_code_search/query.py#L53-L55