Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved game tags and aliases #8

Open
Solaire opened this issue May 16, 2021 · 1 comment
Open

Improved game tags and aliases #8

Solaire opened this issue May 16, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Solaire
Copy link
Owner

Solaire commented May 16, 2021

Each game should be able to support N number of tags and aliases.

An alias is:

  • A short identifier to manipulate the game (launch, uninstall, toggle favourite, etc) from the command-line args or insert mode
  • Unique to the game

A tag is:

  • A keyword which groups multiple games together
  • Allows the app to display games with similar tags in a single folder

This extension of the existing functionality should probably be implemented after the database implementation is done (otherwise it would have to be implemented twice)

@Solaire Solaire added the enhancement New feature or request label May 16, 2021
@Nutzzz
Copy link
Contributor

Nutzzz commented Jun 4, 2021

One idea I had was if shortcuts are put in a subfolder of customGames, they could automatically inherit the subfolder name as a tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants