slack-desc 1.1 KB

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. global: global (source code tagging system)
  9. global:
  10. global: GNU GLOBAL is a source code tagging system that works the same way
  11. global: across diverse environments (emacs, vi, less, bash, web browser, etc).
  12. global: You can locate objects in source files and move there easily. It is
  13. global: useful for hacking a large project containing many subdirectories,
  14. global: many #ifdef and many main() functions. It is similar to ctags or etags
  15. global: but is different from them at the point of independence of any editor.
  16. global: It runs on a UNIX(POSIX) compatible operating system like GNU and BSD.
  17. global:
  18. global: Homepage: http://www.gnu.org/software/global/