abakum

Results 18 issues of abakum

Please add .mpo extention for compare

enhancement

Sometimes using timeshift=Xms for the SRT file and --cut-start=Xms --cut-end=Yms leads to the fact that the duration of the result is reduced to the duration of the SRT file Download...

bug

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

Issue-Bug
Area-Terminal

UTF-8 encoded `Windows Title` is not decoded properly. Please look how decoded `Администратор:` ![2024-01-30_10-50-51](https://github.com/cyd01/KiTTY/assets/18271863/3544ced8-cc47-470f-b896-6543dbf22589)

Please tell how to wrap in wmenu ```go func (ui *BasicUI) Ask(message, trim string) (string, error) ``` to use ```go keyboard.GetKey() ``` of "github.com/eiannone/keyboard" instead of ```go reader.ReadString('\n') ``` of...