#!/bin/bash

secret=$(prs list --list | rofi -p "secret" -dmenu -i)

[[ ! -z "$secret" ]] && prs copy "$secret" --no-interact
