github-education-resources / classroom-assistant

Clone student repositories in bulk
https://classroom.github.com/assistant
MIT License
116 stars 39 forks source link

Command line access #169

Closed fschiffers closed 4 years ago

fschiffers commented 4 years ago

Hello, I want to use classroom-assistant remotely through a terminal and I don't have a GUI. Is there any way to download all repos through the command line?

Best, Florian

jeffrafter commented 4 years ago

At the moment there is not a way do this. It is possible to use git and write a script for it. Let us know if this is functionality you would like to see in the future.

fschiffers commented 4 years ago

Hi Jeff, I have to download all the assignments on my remote machine where I don't have a GUI. To circumvent this problem, I'm now downloading all git-repos to my windows-machine and then upload them to the server.

It's not taking me too much time, but it's also not optimal. If it's not much work to implement a small command-line functionality I believe that would be appreciated by a lot of people :)