https://github.com/jorge-ramirez-upm/bibtexexplorer
Python tool to view/search bibtex files
https://github.com/jorge-ramirez-upm/bibtexexplorer
Last synced: about 2 months ago
JSON representation
Python tool to view/search bibtex files
- Host: GitHub
- URL: https://github.com/jorge-ramirez-upm/bibtexexplorer
- Owner: jorge-ramirez-upm
- License: gpl-3.0
- Created: 2020-05-20T09:11:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T19:41:50.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T10:30:52.249Z (4 months ago)
- Language: Python
- Size: 768 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BibTexExplorer
Simple but effective tool to view/search bibtex files.
Just run:
``python -m BibTexExplorer FILE.bib``
and you will have a quick view of the contents of your BibTex file.
- Sort entries by clicking on the column headers.
- Filter entries by entering a date range or some words in the author, journal and title fields.
- Press Ctrl-R to clear filters
- Double-click on a key to open the PDF (if a PDf with the same name as the key exists in the same folder as your bib file).
- Right-click on an entry to copy the BibTex code.By default, the app shows my favorite fields **key**, **year**, **citations** (which I grab from Google Scholar and include them in my BibTex files), **author**, **journal** and **title**. If you want to show other fields, just edit the code to your needs (BibTexExplorer.TableWidget.populate and other functions within the TableWidget file).
© Jorge Ramirez UPM, 2020