lukechampine / user

A CLI renter for Sia
MIT License
12 stars 2 forks source link

Feature Request: Contract list be sortable #14

Closed grigzy28 closed 5 years ago

grigzy28 commented 5 years ago

Currently the contracts list function groups the enabled at the top and with the host being the sorting key.

I would like to be able to sort by the ending height(with grouping or without) or maybe even sometimes how much funds are left(not likely, but maybe available).

lukechampine commented 5 years ago

I think I'd rather defer this to sort. For example, you can sort based on end height with sort -n -k 4.

grigzy28 commented 5 years ago

Okay, thanks works perfectly.