commit 969e9bc3310ba627a2e66dcbc9c2ef4b0ca619ae
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sat Mar 10 12:01:55 2018 +0100
remove sandy
diff --git a/tools.suckless.org/sandy.md b/tools.suckless.org/sandy.md
deleted file mode 100644
index 20dc7c9a..00000000
--- a/tools.suckless.org/sandy.md
+++ /dev/null
_AT_@ -1,22 +0,0 @@
-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](//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](//git.suckless.org/sandy) the source code repository or get a copy with the following command:
-
- git clone
https://git.suckless.org/sandy
-
Received on Sat Mar 10 2018 - 12:02:25 CET