Re: [ANN] avi: A lively vi. 0.1.0

2014-03-03 Thread Jason Felice
Hi! @Gaofeng, I've started working on Linux support and should have it finished soon. @Ambrose, will do soon. Thanks! On Sun, Mar 2, 2014 at 12:50 AM, Gaofeng Zeng ndtm.i...@gmail.com wrote: Hi Jason, Angela It is cool, but it not support linux. I modify the avi.install to make it support

[ANN] avi: A lively vi. 0.1.0

2014-03-01 Thread Jason Felice
From https://github.com/maitria/avi Avi is a vi written in Clojure. It's currently very basic and read-only, but has solved the hardest problems first (JNI terminal writing, installation, booting the JVM). It currently supports h,j,k,l,^E,^Y,$,^,0,G,:q and command repeat counts. *Vision* A

Re: [ANN] avi: A lively vi. 0.1.0

2014-03-01 Thread Ambrose Bonnaire-Sergeant
Hi Jason, Angela, Wow, looks like fun! It would be nice just have to specify the install prefix path once, instead of in the bash and install.clj file. Also the bin directory needs to be manually created (same with the prefix directory). I tried running the executable, I got this:

Re: [ANN] avi: A lively vi. 0.1.0

2014-03-01 Thread Gaofeng Zeng
Hi Jason, Angela It is cool, but it not support linux. I modify the avi.install to make it support linux. On Sunday, March 2, 2014 12:25:50 PM UTC+8, Jason Felice wrote: From https://github.com/maitria/avi Avi is a vi written in Clojure. It's currently very basic and read-only, but has