View Source Code on iPhone

I am a dock who enjoys reading source code in my free time. I, too, have a dock that has an iPhone. What is the best way to read and view code on such a device?

My initial thought is to use something like LXR to create hyperlinks and upload them to my personal server, but I'm interested in better / easier ways.

I mainly read C and C ++ code, but support for other languages ​​will be great.

I have no desire to jailbreak my iPhone.

+4
source share
2 answers

Air Sharing allows you to copy files through WebDav for viewing on your phone. This is even the color syntax of the source code. According to the site, the adopted languages ​​are: "C / C ++, Objective C / C ++, C #, Java, Javascript, XML, shell scripts, Perl, Ruby, Python, etc.".

+3
source

vim with ctags. Just a thought

+1
source

Source: https://habr.com/ru/post/1286421/


All Articles