File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ If you would like to propose a new application configuration rule for
76
76
consideration, please open an issue with the rules you are proposing in a code
77
77
block rather than a PR.
78
78
79
+ When submitting a PR, make sure you have ` jq ` and ` just ` installed, and run
80
+ ` just sort ` to ensure that all entries in ` applications.json ` are sorted
81
+ correctly.
82
+
79
83
## FAQs
80
84
81
85
### I am a new komorebi user and I want to add different rules for various applications
Original file line number Diff line number Diff line change
1
+ set windows-shell := [" pwsh.exe" , " -NoLogo" , " -Command" ]
2
+
3
+ sort :
4
+ jq -f filter.jq .\applications.json > .\applications.sorted.json
5
+ mv .\applications.sorted.json .\applications.json -Force
You can’t perform that action at this time.
0 commit comments