mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
added media previewer alternative catimg
This commit is contained in:
7
scripts/catimg-previewer
Executable file
7
scripts/catimg-previewer
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
img="$1"
|
||||
width="$4"
|
||||
height="$5"
|
||||
|
||||
catimg "$img" -w${width}x${height}
|
||||
Reference in New Issue
Block a user