Last active
February 26, 2024 10:40
-
-
Save ApollonDeParnasse/2aeb5a5e524ea8fa46a868e91cffa4c9 to your computer and use it in GitHub Desktop.
Optic to search gnu manuals
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Optic to search gnu manuals | |
| DiscardNonMatching; | |
| Rule { | |
| Matches { | |
| Title(""), | |
| Site("gnu.org/software/*") | |
| } | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment