From 7d2fe6462f53f0d1f5255ff3ac0d790bc06e75c0 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 2 Dec 2024 19:58:33 +0000 Subject: [PATCH] feat: add 'full' and 'recent' recipes --- README.md | 4 ++-- justfile | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0ad917..60ebf42 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ From here you can select items to download by pressing `TAB` (for selecting mutl ```shell just # or -just select-download-recent +just recent ``` This will use the `library-recent.txt` file, showing only new additions to your library. @@ -111,7 +111,7 @@ This will use the `library-recent.txt` file, showing only new additions to your To select from your full library: ```shell -just select-download-full +just full ``` Once you have made your selection, the `.aax` and/or `.aaxc/.voucher` files will be downloaded, via a `./TEMP/` directory, diff --git a/justfile b/justfile index e06cfb6..a4c1d8b 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,9 @@ -default: select-download-recent convert refile +default: recent + +recent: select-download-recent convert refile + @tree M4B/ + +full: select-download-full convert refile @tree M4B/ doctor: