mc1098 / ci601

Command line tool for searching and editing bibliographic entries to a supported format file. [Uni work]
MIT License
0 stars 0 forks source link

Query local bibliography by field values #115

Open mc1098 opened 2 years ago

mc1098 commented 2 years ago

This feature would add the ability to query the local bibliography file based on the values of the fields it contains.

Note: subcommand name is still undecided so for examples the name will be query

This proposal would require an accepted format for querying field and their values respectively. The style/syntax that comes to mind is the same that is used in the output for unresolved entries field: value.

An example of querying by author would be:

seb query "author: stefan edelkamp"

This would then display each entry that matches this query.

Questions