refactor: moved articles to the specific section

This commit is contained in:
Michele Cereda
2023-04-27 19:25:16 +02:00
parent 61e04d7cfe
commit 5fe2d21c93
8 changed files with 220 additions and 155 deletions

View File

@@ -0,0 +1,21 @@
# Little Snitch
1. [TL;DR](#tldr)
2. [Further readings](#further-readings)
## TL;DR
```sh
# Sort the remotes in a rules list.
jq -r '[.rules[] | .remote, ."remote-domains", ."remote-hosts" | select(. != null)] | sort | .[]' rules.lsrules
# Sort the rules by their 'remote', 'remote-domains' or 'remote-hosts' field.
FIXME
```
## Further readings
- [The .lsrules file format]
<!-- project's references -->
[the .lsrules file format]: https://help.obdev.at/littlesnitch5/ref-lsrules-file-format