cmdshelf icon indicating copy to clipboard operation
cmdshelf copied to clipboard

Better scripting life with cmdshelf 📚

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

If I have a script below, ```awesome.sh #/bin/bash # # - description: # This is an awesome script. # It's really useful. # echo 😎 ``` then `cmdshelf list --description`...

Feature Request

In case someone has scripts path names with whitespaces or tabs.

enhancement