{"id":19225097,"url":"https://github.com/ilyachichkov/lethalautocompletemod","last_synced_at":"2026-05-16T06:34:06.373Z","repository":{"id":214550534,"uuid":"736788138","full_name":"IlyaChichkov/LethalAutocompleteMod","owner":"IlyaChichkov","description":"Autocomplete terminal input mod in Lethal Company","archived":false,"fork":false,"pushed_at":"2024-02-26T10:25:56.000Z","size":114,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T21:27:29.682Z","etag":null,"topics":["lethal-company","lethal-company-mod","unity"],"latest_commit_sha":null,"homepage":"https://thunderstore.io/c/lethal-company/p/red_eye/LethalAutocomplete/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IlyaChichkov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-28T22:02:21.000Z","updated_at":"2024-06-30T10:04:32.000Z","dependencies_parsed_at":"2024-01-20T14:27:36.356Z","dependency_job_id":"da33d03e-441e-4d5b-b5ac-adb7da7e9cac","html_url":"https://github.com/IlyaChichkov/LethalAutocompleteMod","commit_stats":null,"previous_names":["ilyachichkov/lethalautocompletemod"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaChichkov%2FLethalAutocompleteMod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaChichkov%2FLethalAutocompleteMod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaChichkov%2FLethalAutocompleteMod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaChichkov%2FLethalAutocompleteMod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IlyaChichkov","download_url":"https://codeload.github.com/IlyaChichkov/LethalAutocompleteMod/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240298489,"owners_count":19779283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lethal-company","lethal-company-mod","unity"],"created_at":"2024-11-09T15:13:58.221Z","updated_at":"2026-05-16T06:34:06.344Z","avatar_url":"https://github.com/IlyaChichkov.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿\u003cp align=\"center\"\u003e\n    \u003cimg height=\"100\" src=\"../media/images/icon.png\" /\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eLethal Autocomplete\u003c/h1\u003e\n    \u003ch3\u003eThis mod adds to the game ability to quickly print terminal commands. Also it allows to look through commands history.\u003c/h3\u003e\n\u003c/div\u003e\n\n---\n\n**Tab** - autocomplete (click again to print other results), use **Esc** to exit terminal\n\n**Up Arrow** - previous command\n\n**Down Arrow** - next command\n\nKeybinds are editable in the plugin configuration file.\n\n---\n\n### Installation\n\n1) Install BepInEx in game folder\n\n2) Download this and dependency mods\n\n3) Install mods in BepInEx plugins folder\n\n### Autocomplete weights\n\nBy default plugin sets weights for all available commands to value 10. The higher the value, the higher the priority of\nissuing the command. Release archive contains preset of weights for autocomplete, so you don't have to set all by yourself.\n\nCommands with weight equal to 0 won't be suggested for autocomplete.\n\n```json\n{\n  \"Words\": [\n    {\n      \"Word\":\"Buy\",\n      \"Weight\":10\n    },\n    {\n      \"Word\":\"ProFlashlight\",\n      \"Weight\":10\n    },\n    {\n      \"Word\":\"Confirm\",\n      \"Weight\":10\n    }\n  ]\n}\n```\n\n## Change Log\n\n### [0.4.1]\n\n- Make save path in config file optional and use user's local path by default\n\n### [0.4.0]\n\n- Added autocomplete for commands containing several words, such as: buy, route, info, view.\n- Added count option autocomplete for buy command\n\n### [0.3.0]\n\n- Added weights to commands for more precise autocomplete which can be edited in config file\n- Commands history saving\n- Small fixes\n\n### [0.2.1]\n\n- Non critical errors handling\n\n### [0.2.0]\n\n- Added plugin config file with keys binding\n\n### [0.1.0]\n\n- Added autocomplete on Left Shift button\n- Added commands history look through Arrow Up/Down buttons\n\n### Dependencies\n\n[BepInEx](https://thunderstore.io/c/lethal-company/p/BepInEx/BepInExPack/)\n\n[TerminalApi](https://thunderstore.io/c/lethal-company/p/NotAtomicBomb/TerminalApi/)\n\n[InputUtils](https://thunderstore.io/c/lethal-company/p/Rune580/LethalCompany_InputUtils/)\n\n### Contact\n\nDiscord: @aenclave\n\n[Mod discussion](https://discord.com/channels/1169792572382773318/1190188482581246062)\n\n### Source\n\nhttps://github.com/IlyaChichkov/LethalAutocompleteMod\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyachichkov%2Flethalautocompletemod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyachichkov%2Flethalautocompletemod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyachichkov%2Flethalautocompletemod/lists"}