diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 11 |
3 files changed, 8 insertions, 7 deletions
@@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "bibiman" -version = "0.6.2" +version = "0.6.4" dependencies = [ "arboard", "biblatex", @@ -1,6 +1,6 @@ [package] name = "bibiman" -version = "0.6.2" +version = "0.6.4" authors = ["lukeflo <lukeflo_git@posteo.de>"] license = "GPL-3.0-or-later" edition = "2021" @@ -46,9 +46,8 @@ Of course, this can be aliased if you only use one main file. E.g. in ## Features -For now, `bibiman` only has some very basic features implemented which are -important for my personal workflow. There are more to come, the list will be -updated: +For now, `bibiman` only has mainly features implemented which are important for +my personal workflow. There are more to come, the list will be updated: - [x] **Browse** through the bib entries using _Vim-like keybindings_ and a _fuzzy search_ mode. @@ -69,6 +68,9 @@ updated: the Hayagriva Yaml style doesn't offer keywords; s. issue in [Hayagriva repo](https://github.com/typst/hayagriva/issues/240)). +**Please feel free to suggest further features through the issue +functionality.** + ## Keybindings Use the following keybindings to manage the TUI: @@ -131,8 +133,7 @@ and `start` on Windows. Thanks to the report from @bastislack in #2 MacOS seems to work. _However, Windows does not work. Have to figure this out. Reports from some -Windows users are very welcome. Reports from some Windows users are very -welcome._ +Windows users are very welcome._ Furthermore, DOIs have to begin with either `https://doi...` as full URL or `10.(...)` as regular DOI style. URLs work if they begin with either `http...` |
