
lazydocker: TUI for managing docker containers, images, volumes, and more
lazydocker is a terminal UI for managing Docker containers, images, volumes, and more. Open Lazydocker: lazydocker Display the current default configuration: lazydocker --config Run Lazydocker in …

laydown: prepare for Daily Standup
laydown is a command line application to prepare for Daily Standup. Add an item to DID section: laydown did item Add an item to DOING section: laydown doing item Clear all items: laydown clear Use an …

latexpand: simplify LaTeX source files
latexpand is a command-line program to simplify LaTeX source files by removing comments and resolving \includes, \inputs, etc. Simplify the specified source file and save the result to the specified …

Latexmk: compile LaTeX source files into finished documents
latexmk is a command-line program to compile LaTeX source files into finished documents. Automatically does multiple runs when needed. Compile a DVI (Device Independent file) document from every …

latexdiff: determine differences between two LaTeX files
latexdiff is a command-line program to determine differences between two LaTeX files. Determine changes between different versions of a LaTeX file (the resulting LaTeX file can be compiled to show …

compile a DVI document from LaTeX source files | Latex CLI cheat-sheet
latex is a command-line program to compile a DVI document from LaTeX source files. Compile a DVI document: latex source.tex Compile a DVI document, specifying an output directory: latex …

lastcomm: show last commands executed
lastcomm is a command-line program to show last commands executed. Print information about all the commands in the acct (record file): lastcomm Display commands executed by a given user: lastcomm …

Laravel CLI cheat-sheet
laravel is a command-line installer for the Laravel framework. Create a new Laravel application: laravel new name Use the latest development release: laravel new name --dev Overwrite if the directory …

lame: encode WAV to MP3 files
lame is a command-line program to encode WAV to MP3 files. Encode an audio file to MP3 using CBR 320 kbit/second: lame -b 320 path/to/file.wav path/to/output.mp3 Encode an audio file to MP3 using the …

l2ping: send an L2CAP echo request and receive an answer
l2ping is a command-line program to send an L2CAP echo request and receive an answer. Ping a Bluetooth device: sudo l2ping mac_address Reverse ping a Bluetooth device: sudo l2ping -r mac_address Ping …