Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Able to push multiple files #1

Open
joshuaquek opened this issue Sep 17, 2018 · 7 comments
Open

Able to push multiple files #1

joshuaquek opened this issue Sep 17, 2018 · 7 comments
Labels
enhancement New feature or request Hacktoberfest https://hacktoberfest.digitalocean.com

Comments

@joshuaquek
Copy link

Is this able to push multiple files to a single gist?

@shahidcodes
Copy link

Not yet

var fileData = fs.readFileSync(file, 'utf8');
but it should be added.

@sr6033
Copy link
Owner

sr6033 commented Sep 19, 2018

That is in my todolist. Will add it soon.

@joshuaquek
Copy link
Author

Cool, will be looking forward to it (:

@sr6033
Copy link
Owner

sr6033 commented Sep 19, 2018

@joshuaquek As a user, how would you like to add description & access control to the multiple files?
Like will it be good to ask the details for every file in the command line or develop a kind of parser and you will add the description and access inside the files itself.

@joshuaquek
Copy link
Author

Being able to add the gist description would be great.

As for access control....Usually for a single gist in Github, it is not possible to have certain files within that single gist to be public and certain to be secret. Either that whole gist is public, or it is secret.

Having the option to make gists public or private when publishing them would be good too.

Also, note that it is not possible to make a public gist a private one once it has been converted to a public gist: https://stackoverflow.com/questions/14720678/how-can-i-change-a-secret-gist-to-public

@sr6033 sr6033 added the enhancement New feature or request label Sep 30, 2018
@sr6033
Copy link
Owner

sr6033 commented Oct 2, 2018

@joshuaquek right now I have added the feature for adding multiple gists at a time. I hope you will like it. I am working on the multiple files in a single gist. Will add it it soon, once my exam is over.
👯‍♂️

@joshuaquek
Copy link
Author

Sounds great man. All the best for your exams!

@sr6033 sr6033 added the Hacktoberfest https://hacktoberfest.digitalocean.com label Oct 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest https://hacktoberfest.digitalocean.com
Projects
None yet
Development

No branches or pull requests

3 participants