diff --git a/prpw-tui_copy-field b/prpw-tui_copy-field new file mode 100755 index 0000000..6ba2b03 --- /dev/null +++ b/prpw-tui_copy-field @@ -0,0 +1,17 @@ +#!/usr/bin/env sh +SHROOT="${0%/*}" +if [ "$SHROOT" = "$0" ]; then + SHROOT="$PWD" +fi +echo $SHROOT + +# Search for entry +export prpw_menu_entries_action=1 + +# Manage fields +export prpw_menu_manage_entry=2 + +# Print field content and exit +export prpw_menu_field_action=1 + +"$SHROOT"/prpw-tui "$1" | xclip -selection clipboard