Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 10151] New: gaze should respect the tty-ness of it's stdout

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 10151] New: gaze should respect the tty-ness of it's stdout
  • Date: 29 Nov 2005 08:29:42 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10151

Summary: gaze should respect the tty-ness of it's stdout
Product: Sorcery
Version: 1.13.x
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: Gaze
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: sqweek AT gmail.com


It would be totally neat if gaze paid attention to where it was outputting,
much
like ls or many other utils. A couple of cases in point:

gaze search foo |xargs gaze what
(currently kind of works but with many spurious arguments like (Description))

gaze installed |cut -d: -f1 |xargs gaze version
(gaze installed currently insists on using a pager, which results in a broken
pipe if you try to do the above. you can get around it by setting PAGER='cut
-d:
-f1' but this is less than UNIX-idiomatic ;) )

(note that this is likely related to Bug 10150 - or at least it would seem
sensible to imply the -q switch on a non-tty stdout)

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 10151] New: gaze should respect the tty-ness of it's stdout, bugzilla-daemon, 11/29/2005

Archive powered by MHonArc 2.6.24.

Top of Page