X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fcommand_line.rst;h=99fb72ed0ec8c3b6ae4cb6e6a3e0d2ae8edf2441;hb=5126c1afb98575a2430d188ad20a6cc6d5627acb;hp=42bae7e858a0f0049eee64ba5e19dfc67c2d75bc;hpb=9686bc5fd9b73a6f43a7753afd172a5fe5b9501a;p=m_librarian.git diff --git a/docs/command_line.rst b/docs/command_line.rst index 42bae7e..99fb72e 100644 --- a/docs/command_line.rst +++ b/docs/command_line.rst @@ -93,12 +93,13 @@ Example:: Search and print a list of authors whose surname starts with "duck", and name starts with "mack", case insensitive. + Book search ^^^^^^^^^^^ Usage:: - ml-search.py [-i/-I] [-t/-s/-f] books [-t title] [-s series] [-a archive] [-f file] [-d] + ml-search.py [-i/-I] [-t/-s/-f] books [-t title] [-s series] [-a archive] [-f file] [-d] [-e ext] Search and print a list of books by title, series, archive or file name. @@ -110,9 +111,16 @@ Options:: -f, --file file Search by file name (without extension) -d, --details Output more details about books; repeat for even more details + -e, --ext ext Search by file extension By default the program prints only titles of the found book. With one -option `-d` it also prints the list of authors. +option `-d` it also prints the list of authors and genres, and also +series the book belongs to (if any) and the serial number of the book in +the series. With two options `-d` (`-d -d` or simply `-dd`) it also +prints the file date and language. With three `-d` it prints archive +name, file name, extension and size, and flag if the book is marked to +be deleted. + Extension search ^^^^^^^^^^^^^^^^ @@ -123,6 +131,7 @@ Usage:: Search and print a list of extensions by name. + Genres search ^^^^^^^^^^^^^ @@ -137,6 +146,7 @@ Options:: -n, --name name Search by name -t, --title title Search by title + Language search ^^^^^^^^^^^^^^^