Move one script to private file

This commit is contained in:
2021-02-10 18:00:14 +01:00
parent 0b46d4b5c8
commit 239dc7b38d
3 changed files with 26 additions and 11 deletions

View File

@@ -870,17 +870,6 @@ else
fi
#+end_src
* =readbib= - Open Bibliography File
:PROPERTIES:
:CUSTOM_ID: readbib
:END:
List all =pdf= files and open selected one with zathura.
#+begin_src bash :tangle ~/.local/bin/readbib
cd ~/Cloud/pdfs/ && ls | rofi -dmenu -lines 20 | xargs -I {} zathura {}
#+end_src
* =pdf2bib= - Extract bibtex entry from PDF file
:PROPERTIES:
:CUSTOM_ID: pdf2bib