X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fcommand_line.rst;h=0289a1e21228a3a678cd832d39c142e22eacb5fa;hb=85300d2a19c07d9b07e7b8f08807440014b641d4;hp=c65e11b3aa0d76248dcda18144dca85d2f2f40e4;hpb=f085c8a64b9d9bee394234ee4a03296b5a1206bd;p=m_librarian.git diff --git a/docs/command_line.rst b/docs/command_line.rst index c65e11b..0289a1e 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] [--surname name] [--name name] [--misc-name name] [--fullname name] [-e ext] [--gname name] [--gtitle title] [-l lang] Search and print a list of books by title, series, archive or file name. @@ -110,9 +111,23 @@ Options:: -f, --file file Search by file name (without extension) -d, --details Output more details about books; repeat for even more details + --surname surname Search by author's surname + --name name Search by author's name + --misc-name misc. name Search by author's misc. name + --fullname name Search by author's full name + -e, --ext ext Search by file extension + --gname name Search by genre's name + --gtitle title Search by genre's title + -l, --lang lang Search by language By default the program prints only titles of the found book. With one -option `-d` it also prints the list of authors and genres. +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 +138,7 @@ Usage:: Search and print a list of extensions by name. + Genres search ^^^^^^^^^^^^^ @@ -137,6 +153,7 @@ Options:: -n, --name name Search by name -t, --title title Search by title + Language search ^^^^^^^^^^^^^^^