Bug 183590

Summary: "Tail" context option on files
Product: [Tools] Target Management Reporter: Robert Elliot <rob>
Component: RSEAssignee: dsdp.tm.rse-inbox <tm.rse-inbox>
Status: NEW --- QA Contact: Martin Oberhuber <mober.at+eclipse>
Severity: enhancement    
Priority: P3 Keywords: helpwanted
Version: unspecified   
Target Milestone: Future   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Robert Elliot CLA 2007-04-23 06:39:12 EDT
It would be very convenient to right click on a file in the Remote Systems view and have a "Tail" option that immediately launches a new shell and does a tail -f on that file.
Comment 1 Martin Oberhuber CLA 2007-05-09 11:55:53 EDT
You can easily write your own plugin to do that, and the org.eclipse.rse.examples plugin has existing code "List Jar Action" which is very similar and documented in the Tutorial.

I do agree that doing a "tail" would give another nice example, and if you'd like to write the code and contribute it as a patch on bugzilla, we could consider adding it to future example plugins.