ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

Would git be possible on LibTerm #12

Closed Shock9616 closed 5 years ago

Shock9616 commented 5 years ago

I am wondering if there are any plans to add git to LibTerm. Would it be added in an app update? Or would someone have to make a git command in python?

ColdGrub1384 commented 5 years ago

It would be very difficult to compile. There is a library to do Git with Python: https://github.com/dulwich/dulwich. But the command itself should be rewrote.

Shock9616 commented 5 years ago

Ok. Thanks I was just curious