-
Notifications
You must be signed in to change notification settings - Fork 44
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
Handle multiple files #40
Comments
I'll look into this. |
This would be great to have. @walle Have you looked into it by any chance? |
Yes, I have, the thing is that I haven't had time (motivation really) to implement the feature. The design of gimli is kind of broken from the start, I wrote it to be able to quickly generate nice pdfs for some reports that I was writing, and the use case then was to generate all files, or just one. A better approach had been to use the common unix way eg. I have started writing a specification that should take into account all the use cases and properly document the features available, I have some work to do left though. But my idea is to ask the community (~350 stars so hopefully I will get some response) to read the specification and improve on it. When the specification is set implement it. The specification would give some structure to the development, eg. changes would be discussed in regards to the spec before implementing them. The more structured development (I think) would give me more motivation to work on the project. So this change would enable this feature (and give some extra perks). |
Thanks for your explanation :) |
Situation
Problem
Solution
-f
take more than one file (gimli -f two.md three.md one.md
)-f
(gimli -f two.md -f three.md -f one.md
)The text was updated successfully, but these errors were encountered: