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

https://github.com/semperos/github-line-link

Small utility to generate Github URL's for files in repos at the latest master commit (toy project for Rust practice)
https://github.com/semperos/github-line-link

Last synced: 3 months ago
JSON representation

Small utility to generate Github URL's for files in repos at the latest master commit (toy project for Rust practice)

Awesome Lists containing this project

README

          

# Github Line Links

This is a toy project for practicing Rust development. It produces an executable which, when invoked correctly, will print a URL to a file on Github for the latest master commit.

I manually click on the latest commit in Github, then click "Browse files", then find the file and mark the line-numbers while holding SHIFT, whenever I share files, so that my links are both (semi)permanent and specific.

## License

Copyright © 2017, Daniel Gregoire

The Rust code in this repository is licensed under the Apache License (Version 2.0).