You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

plugin.config 635B

12345678910111213141516171819202122232425262728
  1. # This is a DMDirc configuration file.
  2. # This section indicates which sections below take key/value
  3. # pairs, rather than a simple list. It should be placed above
  4. # any sections that take key/values.
  5. keysections:
  6. metadata
  7. updates
  8. version
  9. metadata:
  10. author=Chris <chris@dmdirc.com>
  11. mainclass=com.dmdirc.addons.tabcompletion_bash.BashStylePlugin
  12. description=Tab completion that lists all possible matches
  13. name=tabcompletion_bash
  14. nicename=Bash-style completion
  15. updates:
  16. id=43
  17. version:
  18. friendly=1.2
  19. provides:
  20. bash tabcompletion
  21. exports:
  22. getCompletionStyle in com.dmdirc.addons.tabcompletion_bash.BashStylePlugin