https://github.com/mminer/hlhl
Highlights a character in a Highland screenplay.
https://github.com/mminer/hlhl
highland screenwriting
Last synced: about 2 months ago
JSON representation
Highlights a character in a Highland screenplay.
- Host: GitHub
- URL: https://github.com/mminer/hlhl
- Owner: mminer
- Created: 2020-10-12T05:40:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T05:43:04.000Z (over 4 years ago)
- Last Synced: 2025-01-20T14:31:54.924Z (3 months ago)
- Topics: highland, screenwriting
- Language: Python
- Homepage: https://matthewminer.com/2020/10/18/automate-character-highlighting-with-highland
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
usage: hlhl [-h] [--clear-others] [--color COLOR] FILE CHARACTERHighlights a character in a Highland screenplay.
positional arguments:
FILE Highland file
CHARACTER character to highlightoptional arguments:
-h, --help show this help message and exit
--clear-others remove other highlights
--color COLOR hex color value (default: D1E3F4)
```