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.

Rename prefix to type

See original GitHub issue

@rudolfsonjunior how about changing the name in the config prefix to type:

from:

{
  "emoji": "",
  "prefix": "Look on this line",
  "description": ""
}

to:

{
  "emoji": "",
  "type": "Look on this line",
  "description": ""
}

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
aichbauercommented, Mar 14, 2017

That is true. It is type.type for now in sgcPromt.js.

1reaction
aichbauercommented, Mar 14, 2017

Yes, I will add it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

bash - How to rename with prefix/suffix? - Stack Overflow
I needed to add '_en' suffix to all wav files in a folder before the file extension. The magic is here: %.*. for...
Read more >
CMD Rename Multiple Files Prefixes - Ryadel
A quick and effective solution to bulk rename your files and/or adding prefixes using CMD, PowerShell or the Easy File Renamer tool.
Read more >
How to Rename Multiple Files in a List to Add Suffix and Prefix?
This article provides the users with a Command Prompt oriented method to rename files by adding a prefix and suffix to them.
Read more >
Bulk rename, change prefix - Unix & Linux Stack Exchange
I'd say the simplest it to just use the rename command which is common on many Linux ... -type f -exec bash -c...
Read more >
Rename multiple files with prefix or suffix in Linux console
Rename multiple files with prefix or suffix in Linux console - rename_multiple_files.md. ... Exmpale to add an underscore "_" at the end each...
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