K̶e̶v̶i̶n̶

Results 6 comments of K̶e̶v̶i̶n̶

I've the same error as @KonradIT. Apparently, it only works on macOS. I'll be awesome if linux is supported. ~$ file cwiki cwiki: Mach-O 64-bit x86_64 executable, flags:

I just made a zh-cn (Simplified Chinese) translation, hope you will like it 😉 https://gist.github.com/KrazyCavin/2d8602bf688082e110117e3959d61706

Thanks for the fix. I checked the latest commit: - In `alacritty`, both delete and backspace are working well - In `st`, backspace works but delete is not working (For...

I want but not sure if I can. I will start to read code and try out someting. btw, testing part is amazing :smile:

The same issue happens to me. I found that there is a workaround to avoid "Failed to parse expression" error. For example: ``` expr="16#FF" echo "$((expr))" ```