Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to handle empty file edgecase #27

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

AlexanderThaller
Copy link
Owner

Fixes #24

@AlexanderThaller AlexanderThaller added the bug Something isn't working label Oct 5, 2021
@AlexanderThaller AlexanderThaller added this to the 2.1.0 milestone Oct 5, 2021
Alexander Thaller and others added 5 commits October 18, 2021 11:09
Added following flag:
```
    -T, --text_excluded <command-text-excluded>
            Only print entries not containing the given regex
```

When specified it will exclude all commands containing the given regex.

Example:

```
» echo 'test'
test

» hstdb
 tmn    cmd
 10:19  echo 'test'

» hstdb -T test
 tmn    cmd
```
@AlexanderThaller AlexanderThaller modified the milestones: 2.1.0, 2.2.0 Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERROR histdb_rs > can not open log file
1 participant