Jan Philipp Timme JPT
  • Germany
  • https://jan.philipp.timme.it
  • Professional system administrator, coding random stuff and also doing sysadmin things off the hours.

  • Joined on 2018-05-05
JPT pushed to master at JPT/mailq-inspector 2019-01-01 20:10:35 +01:00
b2d1afadfc Improve how sort configuration gets passed around
JPT pushed to master at JPT/mailq-inspector 2019-01-01 19:42:25 +01:00
7c33b16b8c Remove os.Stdout from shell.go completely
JPT pushed to master at JPT/mailq-inspector 2019-01-01 19:37:06 +01:00
f7bb218403 Use reader and writer to make shell extensible
JPT pushed to master at JPT/mailq-inspector 2019-01-01 19:24:45 +01:00
b471f6a914 Introduce a very rough skeleton to implement interactive shell
JPT pushed to master at JPT/mailq-inspector 2019-01-01 16:45:44 +01:00
ad252c7480 Fix code to build sortConfig
JPT pushed to master at JPT/mailq-inspector 2019-01-01 16:41:00 +01:00
8210727655 Change error handling for sort configuration
JPT pushed to master at JPT/mailq-inspector 2019-01-01 16:18:44 +01:00
bd6e9cdea5 Remove superfluous prints
JPT pushed to master at JPT/mailq-inspector 2019-01-01 16:05:27 +01:00
1350399e8e Rename functions for clarity
JPT pushed to master at JPT/mailq-inspector 2019-01-01 16:02:06 +01:00
e57c011391 Restructure mailq package
JPT pushed to master at JPT/mailq-inspector 2019-01-01 15:46:37 +01:00
9e19df62ed Begin restructuring the project
JPT pushed to master at JPT/mailq-inspector 2019-01-01 15:17:22 +01:00
eadaf8d420 Fix sorting not working as expected
JPT pushed to master at JPT/mailq-inspector 2019-01-01 15:13:19 +01:00
23277a9159 Fix broken switch statement
JPT pushed to master at JPT/mailq-inspector 2019-01-01 15:09:49 +01:00
8dea3f83bc Refactor sorting a bit
JPT pushed to master at JPT/mailq-inspector 2019-01-01 14:49:32 +01:00
2493e581ae Implement support for sorting order
JPT pushed to master at JPT/mailq-inspector 2019-01-01 14:36:51 +01:00
f22be8fccf Introduce configurable sorting
JPT pushed to master at JPT/mailq-inspector 2019-01-01 12:41:17 +01:00
c199ca0bcb Begin building a sorting feature
JPT pushed to master at JPT/mailq-inspector 2019-01-01 02:45:12 +01:00
dd47907270 Experimental feature: Sorting the queue entries
JPT pushed to master at JPT/mailq-inspector 2018-12-31 21:22:24 +01:00
3d893015a3 Add support for JSON output
JPT pushed to master at JPT/mailq-inspector 2018-12-31 21:08:26 +01:00
92a709d196 Allow printing queue data in parseable format
JPT pushed to master at JPT/mailq-inspector 2018-12-31 20:36:15 +01:00
7f4e19e285 Refactoring