You are viewing a potentially older version of this package. View all versions.
xCape-TerminalAliases-1.1.1 icon

TerminalAliases

Define custom command aliases within the terminal. Supports arguments and works with modded commands.

Date uploaded 2 months ago
Version 1.1.1
Download link xCape-TerminalAliases-1.1.1.zip
Downloads 472
Dependency string xCape-TerminalAliases-1.1.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2304

README

TerminalAliases

A Lethal Company mod that lets you define custom terminal command aliases directly from the terminal.

Features

  • Commands to add, list, and remove aliases
  • Aliases stored in BepInEx/config/TerminalAliases.cfg
  • Supports arguments: fl expands to flash, so fl Alberts becomes flash Alberts
  • Case-insensitive matching with case preservation
  • Ctrl+Enter auto-confirms purchases and actions

Commands

Command Description
alias List all defined aliases
alias [name] [command] Create or update an alias
removealias [name] Remove an alias

Usage Examples

> alias vm view monitor
Alias 'vm' set to 'view monitor'

> alias fl flash
Alias 'fl' set to 'flash'

> alias
Defined aliases:
  vm = view monitor
  fl = flash

> removealias vm
Alias 'vm' removed.

Once defined, typing fl Alberts will expand to flash Alberts.

CHANGELOG

1.1.1

  • Added missing changelog entry for 1.1.0

1.1.0

  • Made CTRL+ENTER work on all commands that require confirmation.

1.0.0

  • Initial release