-
Notifications
You must be signed in to change notification settings - Fork 27
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
Clickable links / file paths #56
Comments
This is a good idea. I can see a couple different ways it could manifest:
As you can probably tell, I'm leaning toward Option 3. But I'd like to hear if there are other opinions/ideas. |
In the meantime, I offer this script using another on of my favorite tools, AutoHotKey. This script stays resident waiting for you to press Windows+Ctrl+C with the TextAnalysisTool.NET window active. When you do it looks for a URI (yes, just the first one for this quick hack). If it finds one then it copies just that URI to the clipboard. You can also uncomment the Run line to have it automatically invoke the shell handler for that protocol. This doesn't mean TextAnalysisTool.NET won't do what you want, I just wanted to offer another avenue.
|
A lot of time in logs we get links and file paths which it would be useful to be able to click. For example, if a line has the text:
An errorlog was saved to c:\foo\bar.log
orPlease see http://www.foo.bar for more details
, it would be useful to be able to click and/or copy just those paths as opposed to the entire line.The text was updated successfully, but these errors were encountered: