Go to file
2025-11-14 16:31:20 -07:00
.gitignore Initial release 2025-11-14 16:31:20 -07:00
index.js Initial release 2025-11-14 16:31:20 -07:00
package-lock.json Initial release 2025-11-14 16:31:20 -07:00
package.json Initial release 2025-11-14 16:31:20 -07:00
README.md Initial release 2025-11-14 16:31:20 -07:00

sixel-check

Run, returns true(0) if sixel support exists, false (1) otherwise

if [ sixel-check ] then echo "Sixels are supported" else echo "Sixels are not supported" fi