summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclerk8
1 files changed, 8 insertions, 0 deletions
diff --git a/clerk b/clerk
index 29fc378..04c9368 100755
--- a/clerk
+++ b/clerk
@@ -1745,6 +1745,14 @@ function dmenu_t () {
while :; do
case $1 in
+ --nextalbum)
+ skipAlbum next
+ exit
+ ;;
+ --prevalbum)
+ skipAlbum prev
+ exit
+ ;;
--add)
if [[ ! $2 ]]; then
echo "Missing argument for --add"