From fed0f2e1aaa43a1ea0edf20e820fc1509d213c6a Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 13 Jun 2019 08:00:22 -0500 Subject: [PATCH] jptgdp: Add todo list --- jptgdp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jptgdp b/jptgdp index a181f6d..daa3cdc 100755 --- a/jptgdp +++ b/jptgdp @@ -6,6 +6,11 @@ # Distributed under terms of the MIT license. # +# TODO: +# * Provide integration with other players, like mpd +# * Actually add that rofi support cuz I want it +# * Add a quick way to append to a playlist + # Variables _name="$(basename -- "$0")" _tmpdir="${XDG_CACHE_HOME:-$HOME/.cache}/$_name"