dotfiles/sh/.config/sh/alias.d
Marty Oehme cf7d890787
sh: Add timg aliases
Added shell aliases for 'image listings' which aims to mimic the `ls`
command in a very simple way.

Invoke it via `il` to display a grid of all images residing in current
directory. Images are being detected not by their extension but by
running a `file` operation on, so in very large directories this might
take a little (though, your terminal will probably buckle under the
weight of displaying thousands of images anyway, so use with care).

`IL` provides the same functionality but recurses into an arbitrary
amount of subdirectories. Very useful to get an overview of a certain
directory and its children but, again, think for a second before using
since this could easily spew thousands of pictures into your term.
2022-11-25 17:02:48 +01:00
..
enable-fasd-hook.sh sh: Use exist program 2022-01-30 11:37:18 +01:00
fontlist.sh repo: Update linting for 4-spaced shell scripts 2021-04-04 20:52:52 +02:00
sfz.sh sh: Add serve alias to create a quick file server 2022-01-30 11:41:00 +01:00
ssh-agent-autoconfiguration.sh repo: Update linting for 4-spaced shell scripts 2021-04-04 20:52:52 +02:00
timg.sh sh: Add timg aliases 2022-11-25 17:02:48 +01:00
yay.sh sh: Use exist program 2022-01-30 11:37:18 +01:00