LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tlmgr-shell

Interactive TeX Live Manager session

TLDR

Start an interactive tlmgr shell
$ tlmgr shell
copy
Start a shell and run a command (e.g., list updates)
$ tlmgr shell <<< "update --list"
copy
Pipe multiple commands into the shell
$ printf "info [package]\nquit\n" | tlmgr shell
copy

SYNOPSIS

tlmgr shell

DESCRIPTION

tlmgr shell starts an interactive TeX Live Manager session where you can execute multiple tlmgr commands without restarting the program each time. This is faster for batch operations since the TeX Live package database is loaded only once.In general, all tlmgr actions that can be given on the command line work as commands in the shell (e.g., `update --list`, `install`, `info`, `search`). Type `quit` or `exit` (or send EOF) to leave the shell. The `protocol` command prints the current protocol version. The shell also supports machine-readable output for scripting by external tools.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid