diff options
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -77,10 +77,20 @@ bibman tests/multi-files/ bibiman tests/biblatex-test.bib tests/multi-files/ ``` -Here as small demo gif: +Here as small demo gif which shows different ways of loading files/dirs: [](https://postimg.cc/DmpgXmST) +Furthermore, in issue #3 it was asked to enable a color customization to run +`bibiman` also in terminal setups with light background. Thus, now it is +possible to enable a light terminal mode with the `--light-terminal` flag. Full +color customization is not possible right now, but maybe will be added with the +implementation of a config file. + +Here is how the light terminal scheme looks: + + + ## Features For now, `bibiman` only has mainly features implemented which are important for |
