7 lines
238 B
Text
7 lines
238 B
Text
|
#!/usr/bin/env bash
|
||
|
# papis-short-help: Display pretty human-readable document overview
|
||
|
#
|
||
|
# TODO strip {} from bibtex entries to really pretty print
|
||
|
|
||
|
papis -l "${PAPIS_LIB}" list --format "{doc[author]} ({doc[year]}). {doc[title]}." "$@"
|