Skip to content

ziman/bibdris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bibdris

BibTeX database manager

NOTE: The version in the string branch is more efficient because it uses the String type. However, we want to push Data.Text so we use it here although it is not very efficient yet.

Usage

$ bibdris db.bib -l     
$ bibdris db.bib -a url

Options:

  • -l: List all items in the database.
  • -a url: Add the PDF at the URL.

Build

$ idris -o bibdris -p lightyear -p text -p lightyear_text Main.idr

Dependencies

About

BibTeX database management in Idris

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages