https://github.com/mateus/no-more-acronyms
Ruby script that converts YAML dictionaries of acronyms into PLISTs of Text Substitutions for Mac
https://github.com/mateus/no-more-acronyms
acronyms macos plist ruby-script
Last synced: about 2 months ago
JSON representation
Ruby script that converts YAML dictionaries of acronyms into PLISTs of Text Substitutions for Mac
- Host: GitHub
- URL: https://github.com/mateus/no-more-acronyms
- Owner: mateus
- Created: 2020-02-21T00:52:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T23:28:20.000Z (over 6 years ago)
- Last Synced: 2025-01-17T00:28:37.919Z (over 1 year ago)
- Topics: acronyms, macos, plist, ruby-script
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### Converts a YAML dictionary of acronyms into a PLIST of Text Substitutions for Mac
`$ ruby no-more-acronyms.rb [paths.yml]`
### Example
```
$ ruby no-more-acronyms.rb ./templates/developers.yml ./templates/acronyms.yml
results/developers.plist CREATED
results/acronyms.plist CREATED
Drag created files to Settings > Keyboard > Text configuration window
```
