Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikea/sourcify
- Owner: mikea
- License: apache-2.0
- Created: 2015-12-30T22:26:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T18:34:30.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T18:32:12.230Z (3 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.