Commit graph

52 commits

Author SHA1 Message Date
thisisommore
3f26305c55 Add dock static-only command 2022-08-16 11:38:01 +02:00
Yann Bertrand
004d27a34a ⬆️ Add Monterey compatibility info 2021-12-20 18:55:06 +01:00
Cameron Little
2bc15fe0de 🩹 Improve markdown support
This improves markdown support within descriptions. Currently, adding multiline text blocks in the defaults.yml file breaks, because the generated head meta tags content includes that whitespace as is and breaks the generated yaml contents. Now, meta tag content is stringified
as JSON, which is yaml compliant. The final html meta tag contains the markdown as is. Also currently, markdown descriptions inserted into the
content can interact with subsequent content (if you end with a list it'll cause funky interaction with the following content). That's fixed by inserting a "break" between (done on categores and pages).
2021-04-05 20:10:03 +02:00
Yann Bertrand
39cc31f013 💄 Use better template semantics and add new capabilities
* Document requirements in schema
* Add support for non-generated example titles
* Escape example values for use in shell
* Rename "delete current value" to "reset to default value" to better explain what it does
2021-04-04 13:19:49 +02:00
Cameron Little
4b1493d5f6 👷 Validate defaults.yml files format
This helps local dev, since my editor can provide autocompletions and inline help. It's also run inside a GitHub Action
2021-04-04 13:19:49 +02:00
Valentin Perignon
13c9d2de80
Add textedit RichText command (#120) 2021-01-01 13:38:06 +01:00
Ivan Smirnov
e9ecafdcd1
Add misc LSQuarantine command (#94)
Source: https://ss64.com/osx/syntax-defaults.html
2020-11-29 09:13:35 +01:00
Yann Bertrand
326df1fcab
📝 Add a keyboard shortcut alternative 2020-11-13 18:43:12 +01:00
Yann Bertrand
4cdf3cdf5f
💄 Add default value indicator 2020-11-13 18:17:30 +01:00
Yann Bertrand
5b54350ef4
⬆️ finder AppleShowAllFiles command is supported in Big Sur 2020-11-13 18:09:04 +01:00
Benjamin Petetot
35745a034a Add finder AppleShowAllFiles command 2020-11-13 18:04:52 +01:00
Moritz Sternemann
cfabc1eacc
Add dock tilesize command (#85)
Co-authored-by: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com>
2020-11-01 23:00:55 +01:00
Yann Bertrand
e7b8f137f4
✏️ Rename finder NSTableViewDefaultSizeMode command title 2020-11-01 19:55:11 +01:00
Yann Bertrand
47e8ac6435
📷 Add finder NSTableViewDefaultSizeMode screenshots 2020-11-01 19:53:58 +01:00
Johanan Idicula
3b542ccefc
Add finder NSTableViewDefaultSizeMode command (#75)
Co-authored-by: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com>

Fix #66
2020-11-01 19:45:07 +01:00
Johanan Idicula
b91a7e8ede
Add finder NSDocumentSaveNewDocumentsToCloud command (#76)
Fix #68
2020-10-19 20:51:13 +02:00
Johanan Idicula
95f340ea62
Add time machine DoNotOfferNewDisksForBackup command (#65)
Co-authored-by: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com>
2020-10-19 20:44:07 +02:00
Valentin Perignon
7cd9a0af59
Add music userWantsPlaybackNotifications command (#64) 2020-10-19 20:40:42 +02:00
Moritz Sternemann
d74e8765bf
Add simulator ScreenShotSaveLocation (#78) 2020-10-19 20:29:49 +02:00
Florian Fittschen
c077dd6868
Add the xcode ShowBuildOperationDuration command (#73) 2020-10-18 10:20:58 +02:00
Yann Bertrand
ba83720529
✏️ Add spacing 2020-10-05 22:13:11 +02:00
Yann Bertrand
8b44950675
🌐 Translate menu bar DateFormat 🇫🇷 2020-10-05 22:00:45 +02:00
Johanan Idicula
a4498a00c1
Add menu bar DateFormat command (#56) 2020-10-05 07:57:09 +02:00
Johanan Idicula
7ce261d745
Add the miscellaneous dock spring-loading command (#52) 2020-10-04 19:01:59 +02:00
Yann Bertrand
6b1fcb9b05
Add the finder NSToolbarTitleViewRolloverDelay command 2020-10-04 14:38:56 +02:00
Isaac
ecc408d3b9
🔖 Test commands on Catalina and Mojave (#55) 2020-10-04 13:10:59 +02:00
Yann Bertrand
1e57cc7e29
🐛 Add Big Sur to menu bar FlashDateSeparators supported versions 2020-10-03 15:06:16 +02:00
Yann Bertrand
16cc25db74
🐛 Fix formatting 2020-10-02 06:19:26 +02:00
Yann Bertrand
26fb3c9cc1
🚚 Move the menu bar category after the finder category 2020-10-02 06:16:44 +02:00
Yann Bertrand
e9f0d9f510
🐛 Add a description to the menu bar category 2020-10-02 06:15:21 +02:00
Isaac
c88f77e7ba
Add the menu bar FlashDateSeparators command (#48)
Co-authored-by: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com>
2020-10-02 06:00:46 +02:00
Valentin Perignon
c08024e723
Add the screenshot type command (#49)
Co-authored-by: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com>
2020-10-01 21:28:42 +02:00
Yann Bertrand
3bfb81a18f
🐛 Fix trailing spaces 2020-10-01 10:25:59 +02:00
Yann Bertrand
cfc28dcf34
🚚 Move the XCode category before Miscellaneous 2020-10-01 10:22:27 +02:00
Florian Fittschen
dc357cffcb
Add the xcode IDEAdditionalCounterpartSuffixes command 2020-10-01 10:19:53 +02:00
Yann Bertrand
b42b5cc901
Add the finder FXEnableExtensionChangeWarning command 2020-09-20 19:58:27 +02:00
Yann Bertrand
bb2961e8c4
Add the dock show-recents command 2020-09-20 19:56:17 +02:00
Yann Bertrand
aa4dc58c0a
Add the screenshot show-thumbnail command 2020-09-20 19:54:25 +02:00
Yann Bertrand
3ca2dec5f2
Add the dock mineffect command 2020-09-20 19:52:09 +02:00
Yann Bertrand
8479a82c76
Add the dock autohide-time-modifier 2020-09-20 19:48:55 +02:00
Yann Bertrand
9538f7e2ee
Add the helpviewer DevMode command 2020-09-20 19:45:42 +02:00
Yann Bertrand
8bded9ef73
Add the mission control mru-spaces command 2020-09-20 19:42:13 +02:00
Yann Bertrand
f13881abc3
Add the feedback assistant Autogather command 2020-09-20 19:35:08 +02:00
Yann Bertrand
ba5ef40c8c
Add the finder AppleShowAllExtensions command 2020-09-20 19:32:10 +02:00
Yann Bertrand
4f7afdf045
Add the finder QuitMenuItem command 2020-09-20 19:29:08 +02:00
Yann Bertrand
894d0556a1
Add the dock orientation command 2020-09-20 19:26:07 +02:00
Yann Bertrand
1f235c78f8
Add the dock autohide-delay command 2020-09-20 19:24:09 +02:00
Yann Bertrand
ab9c53e295
Add the dock autohide command 2020-09-20 19:21:57 +02:00
Yann Bertrand
4aff5623df
Add the screenshot location command 2020-09-20 19:18:44 +02:00
Yann Bertrand
ee66e74519
Add the screenshot include-date command 2020-09-20 19:16:15 +02:00