[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Tue, 31 May 2011 23:01:16 +0200 (CEST)

changeset: 736:0ebbd950636a
tag: tip
user: Rafael Garcia <rafael.garcia.gallego_AT_gmail.com>
date: Tue May 31 23:03:41 2011 +0200
files: tools.suckless.org/sandy.md
description:
Add sandy page at tools.suckless.org


diff -r f0901df082df -r 0ebbd950636a tools.suckless.org/sandy.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools.suckless.org/sandy.md Tue May 31 23:03:41 2011 +0200
_AT_@ -0,0 +1,22 @@
+SANDY
+=====
+Sandy is an ncurses text editor with an easy-to-read, hackable C source. Sandy tries to maximize screen estate, minimize the SLOC used and not get in your way too much. It can somehow be controlled using a named pipe that lives in /tmp and all preferences and keybindings are to be chosen at compile time.
+
+Features / Non-features
+-----------------------
+* Unlimited undo
+* Regex search
+* Simple, almost modeless keybindings
+* Selection-based operation
+* Very simple commands read from a named pipe
+* Very basic, regex-based syntax colouring
+* Xterm-like mouse support
+* X11 integration is achieved through external tools such as [xsel](http://www.kfish.org/software/xsel/) and [dmenu](http://tools.suckless.org/dmenu/)
+* Lacks many text processing facilities that can be easily achieved by piping text through an external command
+
+Development
+-----------
+You can [browse](http://hg.suckless.org/sandy) the source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with the following command:
+
+ hg clone http://hg.suckless.org/sandy
+
Received on Tue May 31 2011 - 23:01:16 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:31:45 CEST