drazisil / ghi

GitHub Issues on the command line. Use your $EDITOR, not your browser.
Other
12 stars 7 forks source link

Make default issue-sorting method configurable #5

Closed drazisil closed 6 years ago

drazisil commented 6 years ago

This adds the ghi.sort option for the case where you want a different default sort method than created—e.g., you usually want updated instead. This eliminate the need in that case to manually specify the -S updated option every single time you run ghi list. You can instead just type ghi and it will sort by updated instead.

Signed-off-by: Michael[tm] Smith mike@w3.org