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: