Delete Non-English ASS Files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Nemo Action] | |
# For use with Nemo File Manager. Add to ~/.local/share/nemo/actions folder. | |
Name=Delete Non-English ASS Files | |
Comment=Delete ASS subtitle files that do not end in .enUS.ass | |
Exec=find %P -name '*.ass' -not -name '*.enUS.ass' -delete | |
Icon-Name=view-list-symbolic | |
Selection=any | |
Extensions=dir; | |
EscapeSpaces=true | |
Dependencies=find; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment