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)
- Host: GitHub
- URL: https://github.com/semperos/github-line-link
- Owner: semperos
- License: apache-2.0
- Created: 2017-01-04T14:25:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T14:29:53.000Z (over 9 years ago)
- Last Synced: 2025-01-15T23:31:43.740Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).