Browse Source

Update library program

Samuel W. Flint 9 months ago
parent
commit
1af043840b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      library

+ 1 - 0
library

@@ -134,6 +134,7 @@ function add_single {
            "${LIBRARY_FILE}"
     do_git add `basename "${LIBRARY_FILE}"`
     do_git commit -m "Added record for \"${TITLE}\""
+    library query -i --uniq -e "Title ~ \"${TITLE}" | less
 }
 # add-book ends here