1
0
Fork
You've already forked bib2crd
0
Make a read-only view of a BibTeX library in Windows Cardfile (CRD) format
  • Python 76.9%
  • C++ 21%
  • Makefile 2.1%
2025年07月31日 08:16:55 +02:00
.gitignore chore: Add a Makefile that builds everything. 2025年07月30日 12:41:25 +02:00
.mise.toml chore: Add a mise.toml for venv loading. 2025年07月29日 17:46:42 +02:00
bib2txt.py feat: Add the rest of the document types that I have in my library. 2025年07月29日 22:13:01 +02:00
COPYING docs: Add README and license. 2025年07月31日 08:16:55 +02:00
Makefile chore: Add a copy step to my transfer location. 2025年07月30日 12:42:29 +02:00
README.md docs: Add README and license. 2025年07月31日 08:16:55 +02:00
requirements.txt feat: Starting to work on bib2txt. Articles are working. 2025年07月29日 19:01:11 +02:00
txt2crd.cpp fix: There *is* a max number of cards under Win3.1. Added. 2025年07月30日 12:32:36 +02:00

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.