Samuel W. Flint пре 10 месеци
родитељ
комит
1af043840b
1 измењених фајлова са 1 додато и 0 уклоњено
  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