summaryrefslogtreecommitdiffstats
path: root/development/global/README
diff options
context:
space:
mode:
author Zhu Qun-Ying2012-12-14 21:46:39 +0100
committer Matteo Bernardini2012-12-15 15:13:39 +0100
commitcc319011499697c80b8f0819ee3e57838f80dbbf (patch)
treed9e62c9f3cb41bbc0223af866428e14fa43a0e44 /development/global/README
parent1b9a3994d1a68e27677a3075265798dd31e7d0a2 (diff)
downloadslackbuilds-cc319011499697c80b8f0819ee3e57838f80dbbf.tar.gz
development/global: Added (source code tagging system).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/global/README')
-rw-r--r--development/global/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/global/README b/development/global/README
new file mode 100644
index 0000000000..a3983bde4c
--- /dev/null
+++ b/development/global/README
@@ -0,0 +1,9 @@
+global (source code tagging system)
+
+GNU GLOBAL is a source code tagging system that works the same way
+across diverse environments (emacs, vi, less, bash, web browser, etc).
+You can locate objects in source files and move there easily.
+It is useful for hacking a large project containing many subdirectories,
+many #ifdef and many main() functions. It is similar to ctags or etags
+but is different from them at the point of independence of any editor.
+It runs on a UNIX(POSIX) compatible operating system like GNU and BSD.