summaryrefslogtreecommitdiff
path: root/development/textadept/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/textadept/README')
-rw-r--r--development/textadept/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/textadept/README b/development/textadept/README
index 1be28a5735..0f46266045 100644
--- a/development/textadept/README
+++ b/development/textadept/README
@@ -5,3 +5,15 @@ Written in a combination of C and Lua and relentlessly optimized for
speed and minimalism over the years, Textadept is an ideal editor for
programmers who want endless extensibility without sacrificing speed or
succumbing to code bloat and featuritis.
+
+The following executables are symlinked from /opt/ to /usr/bin/:
+
+ -textadept
+ -textadept-curses
+ -textadeptjit
+ -textadeptjit-curses
+ -tad
+ -tadc
+
+Note that `tad` and `tadc` are just easier ways to type `textadept`
+and `textadept-curses`, respectively.