gh-classroom icon indicating copy to clipboard operation
gh-classroom copied to clipboard

GitHub Classroom CLI Extension is a powerful and easy-to-use command line tool that enhances the functionality of the GitHub CLI, specifically tailored for educators using GitHub Classroom.

Results 34 gh-classroom issues
Sort by recently updated
recently updated
newest added

# Premise Git is hard for students in introductory courses (e.g., CS1). Particularly at term's start, when commands like ``` python foo.py ``` or ``` gcc foo.c ./a.out ``` are...

Would be good to have an option to output the results of these commands as raw JSON and/or structured CSV to enable more complex scripting without the need for potentially...

enhancement

Having to do `gh classroom list` first to get a classroom's id is kind of a pain. Instead, it would be nice to be able to use the classroom name...

enhancement

I only need the latest commit state at the deadline (optionally - #16 ), or the latest commit (optionally). With 100s of repos, a shallow clone will likely increase performance...

Recently classrooms updated too support a _hard deadline_ so assignments can move to read-only post deadline. If you don't want to enforce this, but still want a snapshot of the...

The assistant downloads repos with the assignment as a root folder with the idividual assignments in folder with usernames. The cli downloads the assignment in a folder called. {assignment}-submissions and...

### What are you trying to accomplish? fixes ### What approach did you choose and why? ### What should reviewers focus on?

I released an assignment to students four weeks ago, most were able to accept the assignment and clone the repository with no issues. Two students are starting late and as...

### Describe the bug I cannot pull updates in students assignment using `gh classroom pull student-repos -a ...` command. It says: ``` failed to run gh: can't sync because there...

Hello, I have previously raised a ticket with GitHub support: [Ticket 2847591](https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsupport.github.com%2Fticket%2F2847591&data=05%7C02%7Ctimothy.wiley%40rmit.edu.au%7C92c9a0755af548935c6008dc90b33cc3%7Cd1323671cdbe4417b4d4bdb24b51316b%7C0%7C0%7C638544346714872878%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=tMAZqFkFZn8H8kgw3U%2Fi3n0jhFUeTXB9XTRXUIbHgdg%3D&reserved=0) who suggested I raise an issue here. We are encountering an issue trying to use the GH Classroom...