cmdshelf icon indicating copy to clipboard operation
cmdshelf copied to clipboard

[list] show short description for scripts

Open toshi0383 opened this issue 7 years ago • 0 comments

If I have a script below,

#/bin/bash
#
# - description:
#       This is an awesome script.
#       It's really useful.
#

echo 😎

then cmdshelf list --description will parse them and display along side the default information.

~ $ cmdshelf ls --description
toshi0383:utils/awesome.sh - "This is an awesome script."
toshi0383:xcode/check-build-time.sh
toshi0383:xcode/open-device-support-dir.sh
toshi0383:xcode/check-expiring-mobileprovision.sh

toshi0383 avatar Dec 14 '18 12:12 toshi0383