-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
sort My List export output #5
Comments
With a DIY approach, for those interested I'm running a script that does the following: The full script is:
Please note that this is just a temporary fix on my end, and I hope that this functionality can be supported natively by the script. |
Hi, I'm interested in working on this issue. Has there been any developer working on it already? Thank you! |
Thanks @yuanLeeMidori , now I can throw away my bash scripts :) |
Is it possible to implement sorting of My List output?
If possible, make a settings page for the extension so that we can customize sort behaviour to our own preference.
Sort option examples could include "as-is" or alphabetically.
The primary use case would be for those of us that version track the output,
to avoid having the lines move around between commits.
Of course, those inclined to solve this on our own can easily do it by running (on Linux):
cat output.txt | sort >> tracked-mylist-file.txt
But I'm hoping this can be natively supported by the plugin?
The text was updated successfully, but these errors were encountered: