Make a read-only view of a BibTeX library in Windows Cardfile (CRD) format
| .gitignore | chore: Add a Makefile that builds everything. | |
| .mise.toml | chore: Add a mise.toml for venv loading. | |
| bib2txt.py | feat: Add the rest of the document types that I have in my library. | |
| COPYING | docs: Add README and license. | |
| Makefile | chore: Add a copy step to my transfer location. | |
| README.md | docs: Add README and license. | |
| requirements.txt | feat: Starting to work on bib2txt. Articles are working. | |
| txt2crd.cpp | fix: There *is* a max number of cards under Win3.1. Added. | |
bib2crd
Have you ever wanted a read-only view of a BibTeX file on Windows 3.1, in Windows Cardfile? (No? Just me?) Well now you have one.
Requirements: Python, with some extra packages; recent-ish G++ (C++20)
You can run make to build everything, after you update the paths to not just
be hard-coded to whatever is on my harddrive.
License
All code released under the GNU GPL v3.