byrokrat / giroapp

Command line app for managing autogiro donations.
GNU General Public License v3.0
4 stars 2 forks source link

Differentiate between status and ls commands #79

Closed hanneskod closed 7 years ago

hanneskod commented 7 years ago

Currently the status command displays a list of donors in the database. Lets break this into two distinct commands:

  1. ls that lists donors in database. Possibly with some options to be more or less verbose.
  2. status that displays compact information git style, like there are this many posts ready to bee exported, this many active donors, etc... The status command could be used by a computer to determine if there is anything to export..