vv icon indicating copy to clipboard operation
vv copied to clipboard

Any chance you could add support for OpenBSD?

Open TheWanderer1983 opened this issue 1 year ago • 0 comments

Hello, There are a number of things that could be done for this to work in OpenBSD. #!/usr/bin/env bash instead of #!/bin/bash

stty -F isn't a flag on stty on OpenBSD getopts --long and -n are not flags on OpenBSD.

FYI lsix works fine on OpenBSD once changing to env as above.

regards Dylan

TheWanderer1983 avatar Sep 05 '24 09:09 TheWanderer1983