diff --git a/rbw-menu.sh b/rbw-menu.sh index 72f5cef..73c6647 100755 --- a/rbw-menu.sh +++ b/rbw-menu.sh @@ -44,7 +44,6 @@ check_variables itemType itemQuery - set -eu #itemType="$1" @@ -88,4 +87,8 @@ code) ;; esac -echo ${rbwOutput} +if [[ ! -z ${clipboardEditor} ]]; then + echo ${rbwOutput} | ${clipboardEditor} #$(which ${clipboardEditor}) +fi + echo ${rbwOutput} + diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..f19960e --- /dev/null +++ b/todo.txt @@ -0,0 +1,7 @@ +[ ] niet aws tools verwijderen +[ ] md tutorials in documentatie folder +[ ] organiseren scripts in mappen (docs) +[ ] licentie (apache) +[ ] change-log bestand toevoegen +[ ] overzicht in readme (install beschrijving) +