Bug 183590 - "Tail" context option on files
Summary: "Tail" context option on files
Status: NEW
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: dsdp.tm.rse-inbox CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-04-23 06:39 EDT by Robert Elliot CLA
Modified: 2007-05-09 11:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.