Oliver Davies
2d91ea65a4
Update abbreviations
2024-09-04 00:00:16 +01:00
Oliver Davies
5fe35808d2
Trying out zellij
2024-08-24 23:36:39 +01:00
Oliver Davies
50fc641743
Update abbreviations
2024-08-21 09:36:15 +01:00
Oliver Davies
a1c356a1f5
Update aliases, abbreviations and snippets
2024-08-21 01:12:55 +01:00
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
Oliver Davies
c712a1b254
Add aliases for curl
...
Use the cursor position to not have a trailing space after expanding the
abbreviation, making it easier to type any following characters.
See https://zsh-abbr.olets.dev/usage.html#place-the-cursor and
https://github.com/olets/zsh-abbr/discussions/97
2024-08-19 22:10:29 +01:00
Oliver Davies
5dac3f312d
Add an abbreviation for C
to copy to the
...
...clipboard using `xclip`
This also works in WSL.
2024-08-19 21:41:42 +01:00
Oliver Davies
ce9cf2ea83
Add gpl
and gps
abbreviations
...
`gpl` expands to `git pull` and `gps` expands to `git push`.
2024-07-14 10:38:24 +01:00
Oliver Davies
b68d48603e
zsh: extract aliases and abbreviations into
...
...separate files
2024-06-30 14:22:57 +01:00