openzim / nautilus

Turns a collection of documents into a browsable ZIM file
GNU General Public License v3.0
19 stars 14 forks source link

make randomization optional #15

Closed rgaudin closed 4 years ago

rgaudin commented 4 years ago

the randomization of items is great when we have a ton of items but when we only have a dozen or so, it's counter-productive as the user might want to access them all and random then makes it more difficult.

We should introduce a --random or --no-random option to enable/disable that behavior