You are viewing a potentially older version of this package. View all versions.
Computerdores-BetterTerminal-1.0.2 icon

BetterTerminal

A Mod to add Auto Completion and Command History to the Terminal.

Date uploaded 3 months ago
Version 1.0.2
Download link Computerdores-BetterTerminal-1.0.2.zip
Downloads 652
Dependency string Computerdores-BetterTerminal-1.0.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
Computerdores-AdvancedTerminalAPI-5.1.0 icon
Computerdores-AdvancedTerminalAPI

A Mod to provide a more advanced API for the Terminal.

Preferred version: 5.1.0
Rune580-LethalCompany_InputUtils-0.7.4 icon
Rune580-LethalCompany_InputUtils

API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.

Preferred version: 0.7.4

README

BetterTerminal

Adds Auto Completion and Command History to the Terminal.

Depends on the AdvancedTerminalAPI.

Contributing

If you want to contribute just open a pull request and make sure your code follows the same style as the existing code base.

Note that the license used by this project includes a CLA.

Credits

This project uses the LethalCompanyTemplate by Distractic under the MIT License.

CHANGELOG

Changelog

1.2.0 (2024-04-19)

Features

1.1.0 (2024-04-17)

Features

Bug Fixes

  • missing dir broke builds (d777e1e)
  • NullReferenceException in AutoComplete (c2b32a4)

1.0.4 (2024-04-16)

Bug Fixes

  • update preferred API version (edcebfb)

1.0.3 (2024-04-16)

Bug Fixes

  • untested commit broke Command History (d17e900)

1.0.2 (2024-04-15)

Bug Fixes

  • category name in thunderstore.toml was wrong (c2ccb18)

1.0.1 (2024-04-15)

Bug Fixes

  • remove unnecessary directory (1065375)

1.0.0 (2024-04-15)

Features

  • Auto Completion works (ef1f7ab)
  • Command History works (6dbd7b1)
  • Simple PoC for Keyboard Input and setting Terminal Input (45e5b1f)
  • Update Icon (7fbb874)

Bug Fixes

  • Change default keybind for autocomplete (because of Alt+Tab) (3faf310)
  • move from namespace 'Computerdores' to 'Computerdores.BetterTerminal' (79d0347)
  • remove unnecessary C# project (ebadb07)