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

7 lines
238 B
Bash
Executable file

#!/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]}." "$@"