Skip to content

Open a local file on the github remote with an optional line number

License

Notifications You must be signed in to change notification settings

dustbyte/open_github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

open_github

Open a local file on the github remote with an optional line number.

Works on macOS.

Usage

$ git clone https://github.com/dustbyte/open_github.git
$ ./open_github open_github.sh
# executes `open https://github.com/dustbyte/open_github/blob/main/open_github.sh`

$ ./open_github open_github.sh 14
# executes `open https://github.com/dustbyte/open_github/blob/main/open_github.sh#L14`

About

Open a local file on the github remote with an optional line number

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages