Results 71 comments of blacknon

Do you mean an option to reverse the order without intervening the `tac` command? 🤔 I'll think about it a little.

Added a new `reverse` mode. You can switch using the `-r` option or the `r` key. Since we have finished adding the functionality, we will close this issue. Thank you...

Wow, Thanks! I will update it in the next version.

The issue was resolved by applying version 0.9.0 of ansi-parser. This issue will be closed. Thank you for the issue.

Probably the alias expansion is happening on the shell side you are running. Are you using zsh as a shell? In my environment with zsh, the execution command is expanded...

I believe this is a bash specification. Due to bash specifications, aliases are not expanded when not in interactive mode. This seems to be the same even when the `-l`...

I think it's resolved, so I'll close the issue.

In order to handle this issue in a more general manner, we have created a new issue #106 and have responded to it. You can set a custom keymap with...