Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@Solaire Solaire released this 16 May 12:28
· 35 commits to master since this release
fb88830

Big, big changes, all courtesy of @Nutzzz who went above and beyond to add more features.

New features:

  • Added configuration file (glc-cfg.json) with key bindings and colour schemes
  • Support for Amazon Games, Big Fish Games
  • The app can create desktop shortcuts for a game,
  • The app can uninstall games (not available for Epic Games)
  • Added insert mode (something like vim) triggered by default with '\' key. Insert mode supports all commands (such as rescan) as well as searching
  • New command-line parameters:
    • Enter a game name on the command-line to search (quotations marks not required for last parameter)
    • /<#> : e.g., "/2"; if there were multiple results in the prior search, run the game with a specified number;
    • /1 : Replay the previously launched game;
    • /S : Rescan your games;
    • /C : Toggle command-line only mode;
    • /P : Add glc.exe location to your path;
    • /?|/H : Display help.
  • A settable alias for use with searching for each game (a default is set by stripping article (a/an/the), spaces, punctuation, and symbols from folder or .exe name)
  • Show icons/images for games and platforms, either the icon from the detected .exe, or from a custom image placed in ".\customImages" folder
    • Note this only works with shells using conhost, e.g., cmd or PowerShell, but not Windows Terminal and some third party shells.