TobiasChe / conemu-maximus5

Automatically exported from code.google.com/p/conemu-maximus5
0 stars 0 forks source link

Highlight a text #1513

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It'll be very nice if ConEmu can highlight custom string (multiline regexp 
string). 
Consider situation where you heading/tailing file or just watching some command 
output for a pattern.

Original issue reported on code.google.com by mrbe...@gmail.com on 16 Mar 2014 at 12:46

GoogleCodeExporter commented 9 years ago
some-command | grep --color=always -E "string|another|$" | tail

ConEmu can search for strings with Apps+F

Original comment by sam.has...@gmail.com on 19 Mar 2014 at 11:50

GoogleCodeExporter commented 9 years ago
I mean highlighting in realtime.

Original comment by mrbe...@gmail.com on 21 Mar 2014 at 8:44

GoogleCodeExporter commented 9 years ago
Requesting this feature enhancement: possibility to define custom colors for 
locally typed/echoed characters and for output of commands. It's needed to 
distinguish between commands and their output.

Original comment by mrbe...@gmail.com on 27 Apr 2014 at 6:15

GoogleCodeExporter commented 9 years ago
Hmm, how comment #3 relates to original issue?
I think, that your prompt color must be configured in your shell, but not in 
terminal.
Shells differs...

Original comment by ConEmu.Maximus5 on 27 Apr 2014 at 10:27

GoogleCodeExporter commented 9 years ago
The main issues here is highlighting a text.
If shell does not support colors then what?
There's a commercial SSH client which has implemented ability to highlight 
custom string in realtime. They're also working on highlighting local/remote 
echo. So 
users demand these features. And I can see no big difference between SSH client 
and conemu.

Original comment by mrbe...@gmail.com on 29 Apr 2014 at 7:52

GoogleCodeExporter commented 9 years ago
So, can you show examples of how this feature is configured there?

The main difference between - ssh has full control on in/out streams, but 
ConEmu acts on top of Windows console.
What is local or remote echo?
When you type anything in ConEmu - nothing is "printed" to console.
So, actually ALL echo comes from console, say it is all "remote".

Original comment by ConEmu.Maximus5 on 29 Apr 2014 at 9:18

GoogleCodeExporter commented 9 years ago
Preview attached.

Original comment by mrbe...@gmail.com on 30 Apr 2014 at 4:29

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 1225 has been merged into this issue.

Original comment by ConEmu.Maximus5 on 5 May 2014 at 8:31

GoogleCodeExporter commented 9 years ago
Issue 654 has been merged into this issue.

Original comment by ConEmu.Maximus5 on 5 May 2014 at 8:33

GoogleCodeExporter commented 9 years ago

Original comment by ConEmu.Maximus5 on 5 May 2014 at 8:33

GoogleCodeExporter commented 9 years ago
Issue 1631 has been merged into this issue.

Original comment by ConEmu.Maximus5 on 2 Jul 2014 at 9:36

GoogleCodeExporter commented 9 years ago
I want to backup this request. We have large outputs from our build system and 
it is a pain to figure out the failing lines. What we would need is
- specify multiple search patterns (regex?)
- hightlight matching line
- jump-scroll to next/previous marked line (well, that would be nice)
Slower display performance is not an issue

Original comment by ralf.sch...@gmail.com on 19 Mar 2015 at 7:07

GoogleCodeExporter commented 9 years ago
I using sed.exe (http://www.gnu.org/software/sed) to colorize build output. You 
can define multiple expressions (-e). I attached an axample & sed.exe itself.

It is to Your fantasy to append sed stuff to build output :)

Original comment by nanofo...@gmail.com on 21 Mar 2015 at 9:51

Attachments: