| tUpdate README and also install articlesearch - scholarref - tools for DOI and BiBTeX reference extraction, fetching, and parsing |
| git clone git://src.adamsgaard.dk/scholarref |
| Log |
| Files |
| Refs |
| README |
| LICENSE |
| --- |
| commit d9efb84392ad1186ef7a7cac6daeab02b306d1d4 |
| parent a2e5e0d81addbf4ff5172b75aeddae3ba079401e |
| Author: Anders Damsgaard |
| Date: Mon, 16 Sep 2019 16:18:12 +0200
Update README and also install articlesearch
Diffstat:
M Makefile | 2 ++
M README | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
--- |
| diff --git a/Makefile b/Makefile |
| t@@ -8,11 +8,13 @@ install:
install -m 775 getref $(DESTDIR)$(PREFIX)/bin
install -m 775 scholarref $(DESTDIR)$(PREFIX)/bin
install -m 775 shdl $(DESTDIR)$(PREFIX)/bin
+ install -m 775 articlesearch $(DESTDIR)$(PREFIX)/bin
uninstall:
$(RM) $(DESTDIR)$(PREFIX)/getdoi
$(RM) $(DESTDIR)$(PREFIX)/getref
$(RM) $(DESTDIR)$(PREFIX)/scholarref
$(RM) $(DESTDIR)$(PREFIX)/shdl
+ $(RM) $(DESTDIR)$(PREFIX)/articlesearch
.PHONY: default install uninstall |
| diff --git a/README b/README |
| t@@ -8,9 +8,9 @@ references. The following scripts provide the core functionality:
- shdl: takes a DOI and fetches the corresponding pdf from sci-hub.tw
The script `scholarref` is an example where `getref` and `getdoi` are
-combined to obtain a BiBTeX entry from a search query. The `articlesearch`
-script is an interactive PDF opener, reference manager, and publication
-fetcher for X11 using dmenu[0] and the scholarref tools.
+combined to obtain a BiBTeX entry from a search query or a PDF. The
+`articlesearch` script is an interactive PDF opener, reference manager,
+and publication fetcher for X11 using dmenu[0] and the above tools.
## Installation
Use locally or run `make install` to install under `/usr/local/bin`. Run |