diff --git a/screenshots.md b/screenshots.md new file mode 100644 index 0000000..5532507 --- /dev/null +++ b/screenshots.md @@ -0,0 +1,31 @@ +# Screenshots + +## Flameshot + +Flameshot v12.1.0 is installed at `/usr/bin/flameshot`. + +| Command | Description | +|---|---| +| `flameshot launcher` | Open the capture launcher (recommended) | +| `flameshot gui` | Start a manual (rectangular) capture | +| `flameshot screen` | Capture a single screen | +| `flameshot full` | Capture the entire desktop | +| `flameshot config` | Open the configuration dialog | + +Launches a tray icon by default for quick access. + +## Knip + +Knip is **not installed** on this machine. Install it per-project: + +```sh +npx knip # dry-run report +npx knip --fix # auto-remove unused exports +npx knip --config knip.config.ts # custom config +``` + +Fix npm cache ownership first if you hit `EACCES`: + +```sh +sudo chown -R 1000:1000 /home/willem/.npm +``` \ No newline at end of file