https://github.com/peace-maker/srcds-autocomplete
Command-line tab-completion for the SRCDS
https://github.com/peace-maker/srcds-autocomplete
autocomplete sourcemod srcds
Last synced: 4 months ago
JSON representation
Command-line tab-completion for the SRCDS
- Host: GitHub
- URL: https://github.com/peace-maker/srcds-autocomplete
- Owner: peace-maker
- License: gpl-3.0
- Created: 2016-08-15T12:40:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T20:40:21.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T05:41:52.191Z (10 months ago)
- Topics: autocomplete, sourcemod, srcds
- Language: C++
- Homepage: https://forums.alliedmods.net/showthread.php?t=286937
- Size: 49.8 KB
- Stars: 29
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SRCDS command-line autocompletion
Command-line tab-completion for the SRCDS
Shows matching commands in the command-line on `` or suggests valid arguments for a command, if the command supports it (try `changelevel `).
## Installation
* Copy the extension .dll/.so into sourcemod/extensions
* Copy autocomplete.games.txt into sourcemod/gamedata
* Create an autocomplete.autoload next to the extension in the sourcemod/extensions folder.
## Credits
* Didrole - ModuleScanner library and access to his SourceCurses code