1

I have csv file on a public github repository and I want to be able to access it via a MS Windows or Apple file dialog box. For example, if I want to edit the file in notepad when I click open is ther a way to provide the url so that notepad could access the file on github.

Here is an example: https://raw.githubusercontent.com/MundyMSDS/DATA607/master/elo_data.csv

Mutuelinvestor
  • 3,384
  • 10
  • 44
  • 75

1 Answers1

1

It is easier to:

The alternative would be to use the GitHub API, which mainly works to create a new file.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250