Opened 14 years ago

Closed 14 years ago

#1722 closed Enhancement (invalid)

Sort output from 'transmission-remote -l'

Reported by: turbo Owned by:
Priority: Low Milestone: None Set
Component: Transmission Version: 1.42+
Severity: Normal Keywords: command line sort done
Cc:

Description

Currently I have to run the following oneliner to get it sorted by 'Done' (only thing I'm interessted in :)

transmission-remote -l | grep -v 'ID' | sort -n -k 2

Would be nicer if a sort option could be specified directly on the transmission-remote commandline...

Change History (3)

comment:1 Changed 14 years ago by charles

  • Resolution set to invalid
  • Status changed from new to closed

No. The number of combinations is insane; grep is a better tool for this.

comment:2 Changed 14 years ago by turbo

  • Resolution invalid deleted
  • Status changed from closed to reopened

You have three clients (not counting transmissiongui) and sorting in two of them... So all of a sudden, it's insane to have sorting in the only client that's missing it?

comment:3 Changed 14 years ago by charles

  • Resolution set to invalid
  • Status changed from reopened to closed

No. The number of combinations is insane; grep is a better tool for this.

Note: See TracTickets for help on using tickets.