writing: Add papis configuration
This commit is contained in:
parent
9f5bca4a62
commit
c306e30219
4 changed files with 60 additions and 0 deletions
6
writing/.config/papis/scripts/papis-show
Executable file
6
writing/.config/papis/scripts/papis-show
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/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]}." "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue