After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 593383 - If data is supplied on stdin, GEdit should open a document with that data
If data is supplied on stdin, GEdit should open a document with that data
Status: RESOLVED DUPLICATE of bug 121891
Product: gedit
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-28 13:25 UTC by Stuart Langridge
Modified: 2009-08-29 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stuart Langridge 2009-08-28 13:25:51 UTC
Being able to do

python -c "<generate a load of output here>" | gedit 

to open a document in gedit ready for saving, rather than

python -c "<generate a load of output here>" > randomtmpfile
gedit randomtmpfile

would be very neat indeed.
Comment 1 Paolo Borelli 2009-08-29 10:58:59 UTC
Indeed... as a matter of fact a dupe of a very old rfe :)

(gedit even supported it for a while even if in a buggy way... reading from sdtin is pretty easy, what's a bit more complicated is to handle it in the case of an already running single instance)

*** This bug has been marked as a duplicate of bug 121891 ***