An open API service indexing awesome lists of open source software.

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

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
```

![nmar](https://user-images.githubusercontent.com/2091116/75079693-a15ab680-54d7-11ea-9bbc-6a9910597ce8.gif)