question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add your own aliases

See original GitHub issue

Add a way to register new aliases to data.

For example if I wanted the query ‘Harem King’ to return Aether character data.

genshindb('Harem King', { matchAliases: true });

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
theBowjacommented, Sep 8, 2021

added image names to materials d5f5ee3d8737d005933c4021295011cf7e7f2fc2

genshindb.materials('handguard').images.nameicon
// UI_ItemIcon_112044

let me know if there’s any missing materials you want me to add

1reaction
theBowjacommented, Sep 6, 2021

“UI_AvatarIcon_Albedo” and “UI_AvatarIcon_Side_Albedo” comes straight from the game unpacking data.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Create and Use Alias Command in Linux - Tecmint
What you need to do is type the word alias then use the name you wish to use to execute a command followed...
Read more >
Linux alias command: How to create and use Linux aliases
Start with the alias command · Then type the name of the alias you want to create · Then an = sign, with...
Read more >
How to Create Bash Aliases - Linuxize
An alias declaration starts with the alias keyword followed by the alias name, an equal sign and the command you want to run...
Read more >
How do I create a permanent Bash alias? - Ask Ubuntu
To create an alias permanently add the alias to your .bashrc file gedit ~/.bashrc. And then add your alias at the bottom. alt...
Read more >
Linux alias Command: How to Use It With Examples
To make an alias permanent, you need to add it to your shell configuration file. Depending on the type of shell you are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found