612200d6fac882bd0c09c640248dff0642de3483
1 # shellcheck disable=SC2006
2 GOPT
=$
(getopt
-o hvpla
::e
::d
::s
:: --long help,version
,list
,plain
,userconf
,backup
::,add
::,edit
::,delete
::,show
:: -n 'bash-notes' -- "$@")
4 # shellcheck disable=SC2181
5 if [ $?
!= 0 ] ; then helptext
>&2 ; exit 1 ; fi
7 # Note the quotes around `$GOPT': they are essential!
18 echo $BASENAME v
${VERSION}
32 read -r -p "Title: " TITLE
45 read -r -p "Note ID: " NOTE
58 read -r -p "Note ID: " NOTE
71 read -r -p "Note ID: " NOTE
83 # shellcheck disable=SC2317
84 echo "config exported to \"$RCFILE\""
85 # shellcheck disable=SC2317
91 read -r -p "Backup Dir: " BDIR