dry icon indicating copy to clipboard operation
dry copied to clipboard

Feature Request: Persist state before exit

Open leipert opened this issue 8 years ago • 1 comments

There are several potential things one could want to jump back to after restarting dry.

  • Sorting of columns, I really like the sorting by status instead of container hash.
  • Activated columns (if #48 gets implemented)
  • Last screen, like monitor mode vs containers.

Maybe instead of persisting these could also be just commandline parameters, so that I can alias dry as I like it (maybe someone wants to start multiple drys with predefined settings)

leipert avatar Jul 20 '17 21:07 leipert

Thanks for the suggestions!!

Going straight to monitor mode with a parameter should already be possible: dry -m

Persisting state is a nice feature, but to be honest it is a bit low on my priority list :) Imo it does not add a lot of value as compared to #45, #21 or expanding Swarm support, which is what I am focusing now.

Of course, if somebody else is willing to start working on it, I will be very happy to help with it and offer somer ideas on how it could be implemented.

moncho avatar Jul 22 '17 00:07 moncho