holzschu / a-Shell-commands

shell commands, pre-compiled to webAssembly, ready to use in a-Shell
554 stars 21 forks source link

Is it possible to add fzf, fd, ripgrep, git? #6

Open NightMachinery opened 3 years ago

NightMachinery commented 3 years ago

Thanks for the great project. <3

ariananggada commented 3 years ago

im waiting for this too

holzschu commented 3 years ago

I gave it a try; most of them require cross-compiling with a different compiler, which is not fully easy. They're still on the TODO list. For git, I strongly recommend the WorkingCopy app, which is much better than anything I can do. The latest TestFlight version has lg2, which is a git clone written using libgit2. It doesn't have the same functionality or parameters as git, but it can be useful.

TheGamer1002 commented 2 years ago

I made a program that just passes all input to lg2 as an alternative for git to use in things like Vim plugin manager (Vundle, Plug). I can give the source code to anyone who asks