Skip to content

Instantly share code, notes, and snippets.

@MarkIvanowich
Created August 16, 2021 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarkIvanowich/ede4ad40c681efe6cdb705e968c6ffd2 to your computer and use it in GitHub Desktop.
Save MarkIvanowich/ede4ad40c681efe6cdb705e968c6ffd2 to your computer and use it in GitHub Desktop.
Delete Non-English ASS Files
[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