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

Bug in hmmq: when you specify a --start flag and have 2 entries, one entry is missed. #26

Closed
samwho opened this issue Apr 1, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@samwho
Copy link
Owner

samwho commented Apr 1, 2021

❯ hmmq --start (date -I)
╭ 2021-04-01 12:14
│ Hello, world!
╰─────────────────

❯ hmmq
╭ 2021-04-01 12:14
╰─────────────────
╭ 2021-04-01 12:14
│ Hello, world!
╰─────────────────

❯ date -I
2021-04-01

❯ hmmq --start 2021-04-01
╭ 2021-04-01 12:14
│ Hello, world!
╰─────────────────

❯ hmm "test"

❯ hmmq --start 2021-04-01
╭ 2021-04-01 12:14
╰─────────────────
╭ 2021-04-01 12:14
│ Hello, world!
╰─────────────────
╭ 2021-04-01 12:17
│ test
╰─────────────────
@samwho samwho added the bug Something isn't working label Apr 1, 2021
@samwho samwho closed this as completed in 0c845a0 Apr 2, 2021
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

No branches or pull requests

1 participant