bicon
bicon copied to clipboard
added partial macOS support and updated README, .gitignore
There were some issues though, which I have no idea how to solve:
- The build fails its last step because there is no
psfaddtable
on macOS. This doesn't seem to matter.- The built binary can be found at
./bicon/bicon.bin
.
- The built binary can be found at
- Sometimes programs exit abnormally:
[1] 15104 abort bicon.bin ls
. This also doesn't seem to matter, but you do need to do areset
on the terminal after it.- I have added a test file that triggers this:
bicon.bin cat ./macOS/test.txt
- I have added a test file that triggers this:
- Opening a shell with
bicon
seems to work without problems.
I also added a symlink for README.md
so that the readme displays correctly on Github.
The shell's prompt is also somewhat buggy, though I don't know if this is expected behavior or not:
The shell's prompt is also somewhat buggy, though I don't know if this is expected behavior or not:
When I use zsh -f
, things are a lot better (though still buggy):
The shell issues seem to be caused by these two plugins, and so are not related to macOS:
- zdharma/fast-syntax-highlighting
- zsh-users/zsh-autosuggestions
Related:
- https://github.com/behdad/bicon/issues/24
His workaround does not work with zdharma/fast-syntax-highlighting
, BTW.
What Mac terminal are you using? The Apple one seems to have Arabic support already.
What Mac terminal are you using? The Apple one seems to have Arabic support already.
I use iTerm, which is unlikely to get RTL support anytime soon: https://gitlab.com/gnachman/iterm2/-/issues/1611
The Apple one indeed supports RTL very well.