shmenu icon indicating copy to clipboard operation
shmenu copied to clipboard

A dynamic menu for the terminal written in pure Bash

Results 2 shmenu issues
Sort by recently updated
recently updated
newest added

Hi, fun program, thanks! Just a suggestion to check for Bash 4.3 on startup: ```bash [ ${BASH_VERSINFO[0]} -lt 4 -o ${BASH_VERSINFO[0]} -eq 4 -a ${BASH_VERSINFO[1]} -lt 3 ] && echo...