aboutsummaryrefslogtreecommitdiff
path: root/editors/orbiton/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'editors/orbiton/pkg-descr')
-rw-r--r--editors/orbiton/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/orbiton/pkg-descr b/editors/orbiton/pkg-descr
new file mode 100644
index 000000000000..9f36a35748a9
--- /dev/null
+++ b/editors/orbiton/pkg-descr
@@ -0,0 +1,14 @@
+Small, fast and limited text editor
+
+Features and limitations:
+* Has syntax highlighting for Go code.
+* Never asks before saving or quitting. Be careful.
+* Home and End are not detected by the key handler.
+* Can format Go code using gofmt (press ctrl-f).
+* Expects utilities like gofmt to be in /usr/bin.
+* Will strip trailing whitespace whenever it can.
+* Must be given a filename at start.
+* Requires that /dev/tty is available.
+* Copy, cut and paste is only for one line at a time.
+* Some letters can not be typed in. Like the "ash" grapheme
+ formed from the letters a and e.