kworkflow / patch-hub

patch-hub is a TUI that streamlines the interaction of Linux developers with patches archived on lore.kernel.org
GNU General Public License v2.0
7 stars 6 forks source link

Add entry in "Edit Config" screen for max log age #72

Open davidbtadokoro opened 1 week ago

davidbtadokoro commented 1 week ago

Description:

There is a config called max_log_age for determining how long logs produced by patch-hub will live on the user fs (the app cleans them at start-up using this value). Add an entry in the "Edit Config" screen for it.

Motivation:

This configuration is invisible for the user that only uses patch-hub and doesn't goes deeper into the inner configurations of it.

gabrielsrd commented 6 days ago

I will take a look at this

gabrielsrd commented 6 days ago

I've created a pull request for this here