Nagasaki45 / bibo

Command line reference manager with a single source of truth: the .bib file. Inspired by beets.
MIT License
32 stars 4 forks source link

Change the `edit` option to assume field #41

Closed Nagasaki45 closed 5 years ago

Nagasaki45 commented 5 years ago

Editing key and type as usual:

bibo edit whatever2000 --key newkey
bibo edit whatever2000 --type book

If anything but key or type is provided use it as the field name:

bibo edit whatever2000 --author moshe
bibo edit whatever2000 --tags interesting

If, and only if, the value is missing, open the editor.

Nagasaki45 commented 5 years ago

Even better:

bibo edit key author moshe
bibo edit key tags interesting
Nagasaki45 commented 5 years ago

Depends on #43.