bibsearch icon indicating copy to clipboard operation
bibsearch copied to clipboard

Download, manage, and search a BibTeX database.

Results 19 bibsearch issues
Sort by recently updated
recently updated
newest added

As per the instructions I execute `bibsearch add bib://list` and getting the following error ``` acl The ACL Anthology [https://aclanthology.coli.uni- saarland.de/] nips The NIPS conference [https://nips.cc/] pmlr Proceedings of machine...

Brew 2.0 doesn't support arguments anymore: https://discourse.brew.sh/t/since-homebrew-2-0-0-install-params-always-give-invalid-option/4075 Thus `brew reinstall sqlite3 --with-fts5` doesn't work, which means that it's not clear how to install sqlite3 with fts. (Not necessarily your problem,...

I just installed and got the following error: ``` bibsearch add bib://list acl The ACL Anthology [https://aclanthology.coli.uni- saarland.de/] nips The NIPS conference [https://nips.cc/] pmlr Proceedings of machine learning research (includes...

The entries in `acl.yml` refer to the old ACL anthology and seem to have no equivalents in the new ACL anthology. I guess it should be changed to use http://www.aclweb.org/anthology/anthology.bib.gz...

Can we download all pdfs? Right now we have to provide some keyword such as `2018` or `2019` to download pdfs, which is troublesome, instead, it would be very helpful...

This is a proof of concept of something @mjpost wanted for some time. With this PR we can include \cite commands with arbitrary terms and `bibsearch tex` will execute a...

With 1b4918d we make use of the name parsing provided by pybtex. I think we can then simplify bibutils.py and remove the name handling we took over from biblib, which...

WRT Issue #35 ## What's done: - removes default config file set in argparser - adds method in Config for getting existing config file if arg isn't set ## What...

It would be helpful to have a way to update each workshop from this list: https://aclanthology.coli.uni-saarland.de/events/ws-2018 We could do it manually but it's also a bit difficult to map each...

(from the guidelines [here](https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html)) The config could be looked up at these standard locations, in order: 1) `$XDG_CONFIG_HOME/bibsearch/config` 2) `$HOME/.config/bibsearch/config` 3) (current) `$HOME/.bibsearch/config` Similarly, the `lastSearch.yaml`, `bib.db`, and `download_dir` could...