Skip to content

Commit

Permalink
tlmgr-search: add page (tldr-pages#8287)
Browse files Browse the repository at this point in the history
* tlmgr-search: add page

---------

Co-authored-by: CleanMachine1 <[email protected]>
Co-authored-by: Florian B <[email protected]>
Co-authored-by: Emily Grace Seville <[email protected]>
Co-authored-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
5 people authored Jun 23, 2023
1 parent 91ac376 commit 1ca0dbb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages/common/tlmgr-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# tlmgr search

> Search for TeX Live packages using (Perl) regular expressions.
> More information: <https://www.tug.org/texlive/tlmgr.html>.
- Search for a package name and descriptions of all locally installed packages from a specific regular expression:

`tlmgr search "{{regular_expression}}"`

- Search for all file names of all locally installed packages from a regular expression:

`tlmgr search --file "{{regular_expression}}"`

- Search for all file names, package names, and descriptions of all locally installed packages from a regular expression:

`tlmgr search --all "{{regular_expression}}"`

- Search the TeX Live database, instead of the local installation:

`tlmgr search --global "{{regular_expression}}"`

- Restrict the matches for package names and descriptions (but not for file names) to whole words:

`tlmgr search --all --word "{{regular_expression}}"`

0 comments on commit 1ca0dbb

Please sign in to comment.