nix-config/lib/shared/scripts
Oliver Davies ce5b4fa0a1 Create export-video-list script
Create a `export-video-list` script that exports all the video files on
my external hard drive to a JSON file so I can easily see what videos I
have without needing to get and plug in the drive.

I can easily view it using `bat` or `jq` and combine it with `grep` to
search for a specific video - e.g. `cat ~/video.json | grep -i nix`
(`-i` makes the search case-insensitive).
2024-08-20 19:48:57 +01:00
..
_timer.nix Add timer script for desktop machines 2024-08-20 14:34:32 +01:00
export-video-list.nix Create export-video-list script 2024-08-20 19:48:57 +01:00
notetaker.nix Add notetaker script 2024-07-23 15:19:47 +01:00
run.nix Look for .ignored/run when running commands 2024-07-31 16:40:25 +01:00
t.nix Hide error about nested tmux sessions 2024-08-20 17:07:04 +01:00
timer.nix Add timer script for desktop machines 2024-08-20 14:34:32 +01:00