summaryrefslogtreecommitdiff
path: root/editors/kilo/PLIST
diff options
context:
space:
mode:
authoragc <agc>2016-07-11 05:21:59 +0000
committeragc <agc>2016-07-11 05:21:59 +0000
commitf506da9299e562b86f3edd1a4e8d87ee53f4e0ee (patch)
tree27c3e31ad2d47ea031e6f1b7175f50f310efc7cd /editors/kilo/PLIST
parent0fc14b25c8305cdb2f09f0ff97c49be5d2533ea1 (diff)
downloadpkgsrc-f506da9299e562b86f3edd1a4e8d87ee53f4e0ee.tar.gz
Add the kilo editor to the packages collection.
Kilo is a small text editor in less than 1K lines of code (counted with cloc). Usage: kilo <filename> Keys: CTRL-S: Save CTRL-Q: Quit CTRL-F: Find string in file (ESC to exit search, arrows to navigate) Kilo does not depend on any library (not even curses). It uses fairly standard VT100 (and similar terminals) escape sequences. The project is in alpha stage and was written in just a few hours taking code from my other two projects, load81 and linenoise. People are encouraged to use it as a starting point to write other editors or command line interfaces that are more advanced than the usual REPL style CLI. Kilo was written by Salvatore Sanfilippo aka antirez and is released under the BSD 2 clause license.
Diffstat (limited to 'editors/kilo/PLIST')
-rw-r--r--editors/kilo/PLIST2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/kilo/PLIST b/editors/kilo/PLIST
new file mode 100644
index 00000000000..3b5bb541a4b
--- /dev/null
+++ b/editors/kilo/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/11 05:21:59 agc Exp $
+bin/kilo