summaryrefslogtreecommitdiff
path: root/system/sandy/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2014-03-18 07:55:47 +0700
committerErik Hanson <erik@slackbuilds.org>2014-03-21 13:01:19 -0500
commit5a50b97f0d0992de398abacddca5857d9a924ae8 (patch)
treed1167e478b8a76e84ef0d220c806f29f89d147fa /system/sandy/README
parente9d7403d6d7b4e27e512c060d0e82eb15aaa09a4 (diff)
downloadslackbuilds-5a50b97f0d0992de398abacddca5857d9a924ae8.tar.gz
system/sandy: Added (minimalist text editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sandy/README')
-rw-r--r--system/sandy/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/system/sandy/README b/system/sandy/README
new file mode 100644
index 0000000000..8146b5e8ed
--- /dev/null
+++ b/system/sandy/README
@@ -0,0 +1,28 @@
+sandy (minimalist text editor)
+
+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 and dmenu
+- Lacks many text processing facilities that can be easily achieved by
+ piping text through an external command
+
+If you want to customize the compile-time config, place your config.h in
+the same directory as the SlackBuild script. To get the default config.h,
+extract it from the source tarball (it's called config.def.h there,
+just rename it).
+
+Optional dependencies: If xsel and/or dmenu are installed, sandy uses
+them at runtime for X11 integration.