Update README.md to add info on search
This commit is contained in:
parent
f0b89e9bae
commit
7bb209dc6c
@ -92,6 +92,9 @@ Run `./bmc.py delete PARAM` where `PARAM` should be either a path to a paper fil
|
|||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
_Note :_ There is currently no search engine implemented. I will first focus on stabilizing the script, and will implement it later. The `search.py` file is not functional as of today and is only there to present a rough idea of what I expect the search engine to be. Ideally, it should understand complex expressions like `(author=foo or title=bar) or year=1111`. However, in the meantime, you can `grep` the generated `index.bib` file to have basic search features.
|
||||||
|
|
||||||
|
|
||||||
### List all entries
|
### List all entries
|
||||||
|
|
||||||
Run `./bmc.py list` to list all the papers in your paper folder.
|
Run `./bmc.py list` to list all the papers in your paper folder.
|
||||||
|
Loading…
Reference in New Issue
Block a user