byrokrat / giroapp

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

Support donor filters and formatters #126

Closed hanneskod closed 6 years ago

hanneskod commented 6 years ago

When listing donors you may want to filter an specific attributes or similar. Support using a DonorFilterInterface. Can load in a similar way as plugins...

And in a similar way formatters can present data: table, csv, addresses etc... Can be used in both ls and show...

hanneskod commented 6 years ago

unclear if this is done..