Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikea/sourcify

Command line tool to print out source context
https://github.com/mikea/sourcify

Last synced: about 1 month ago
JSON representation

Command line tool to print out source context

Awesome Lists containing this project

README

        

# Sourcify

Sourcify is a command line that tool reads stdin and outputs it back to stdout.
If input line looks like `:` then Sourcify
would print a source file content at the specified line number +-5 lines.
It is intended to be used with `llvm-symbolizer`.