dotfiles/writing/.config/papis/scripts/papis-show

7 lines
238 B
Plaintext
Raw Normal View History

2023-02-08 17:53:18 +00:00
#!/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]}." "$@"