Skip to content
/ z Public
forked from sandgorgon/z

Plan 9 Acme Inspired Editor, done in Scala.

Notifications You must be signed in to change notification settings

showell-nic/z

 
 

Repository files navigation

z

Plan 9 Acme Inspired Editor, done in Scala.

The Downloads section has distribution bundles built using the latest code and Scala 2.9.2 and Java 1.6.

In Ubuntu, here is a script I use to run the editor using the download bundle.

#!/bin/sh
Z_PATH=$HOME/z
java -cp $Z_PATH -jar $Z_PATH/z.jar $* 

How to use it is documented in the Z Help Screen.

About

Plan 9 Acme Inspired Editor, done in Scala.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published