Skip to content

Instantly share code, notes, and snippets.

@dlordi
Created August 9, 2020 07:04
Show Gist options
  • Save dlordi/5ba0145257f195bd317552f1eca7c410 to your computer and use it in GitHub Desktop.
Save dlordi/5ba0145257f195bd317552f1eca7c410 to your computer and use it in GitHub Desktop.
import macos_tags
for tag in macos_tags.tags():
print(repr(f'{tag!r}'))
print(macos_tags.find(tag))
macos_tags.remove('Rosso', file='test_macos_tags.py')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment