FZF, the fuzzy command-line finder, is a really useful small tool for your command line that makes it easier to 1. quickly search your shell’s command history, 2. quickly find+select files/folders to pass to a command, and 3. quickly find a directory and change into it.
Tag: usage
git latexdiff usage: visually highlight changes in version controlled Latex files
git latexdiff accounts for checking out the different version of a Latex file as well as comparing them with latexdiff in a single command: you only need to specify which latex file and versions should be used for the comparison.
latexdiff-git: highlight changes between revisions of latex files managed in git
latexdiff is a useful tool to determine changes between different versions of latex files and highlight them in a pdf (similar to MS word does with tracking changes). latexdiff-git is a wrapper around latexdiff optimized for git (and mercurial, but we'll only look into git here). With it you can specify a latex document file … Continue reading latexdiff-git: highlight changes between revisions of latex files managed in git
