URL: http://jedmodes.sourceforge.net/mode/grep/last/

What I really miss about Jed (my favourite editor by far) is to be able to search many files with one single simple command. Currently, I have to exit Jed every time and use grep to do the search, then enter Jed again to redo the search on the file I found out about from grep.

Anyway, now I found this jed mode file. I haven't installed it yet but will shortly. It sets out to integrate the two.

"A jed fronted to the grep command. Start a search from within jed or from the command line and display the result nicely in a jed buffer. Jump to the findings pressing Enter or with double click. Copy, move or delete files. Replace text across the grep results."

grep is a open-source powerful tool for searching text files. (More about that on this FAQ).

jed is a multipurpose text editor built in the S-Lang language. It's very fast and works very similarly to emacs.

Comments

john maclean (jayeola)

Hey there Peter.

Is there a simple way to run something like s/^[a-f]/# within a buffer? This inserts a comment at the begining of the line where the letters a to f start the line.

With *ahem* vim one can run that over a selected region or an entire file with ease. I haven't got the hang of 'shell_cmd_on_region_or_buffer' yet.
- jm

Your email will never ever be published.

Previous:
Keybinding ALT-F in Jed January 27, 2004 Linux
Next:
George W. Bush and the $85.2 million ad campaign January 28, 2004 Politics
Related by category:
set -ex - The most useful bash trick of the year August 31, 2014 Linux
brotli_static in Nginx November 8, 2024 Linux
Be very careful with your add_header in Nginx! You might make your site insecure February 11, 2018 Linux
Linux tip: du --max-depth=1 September 27, 2007 Linux
Related by keyword:
The best grep tool in the world; ripgrep June 19, 2018 Linux, Web development, macOS
Best Atom packages of 2015 January 22, 2016 Web development, macOS
gg - wrapping git-grep August 11, 2009 Linux
Grep results expanded April 23, 2005 Python, Linux