Pingu icon indicating copy to clipboard operation
Pingu copied to clipboard

Where does pingu store the host list?

Open vkoechli opened this issue 10 months ago • 1 comments

I'd like to remove a host from the list. I know that I can add 5 to flush everything out of the fifo list, but that's not what I want. I want one host less, not 4 more. Where ist the host list stored? Can I edit it, or just delete it and start afresh?

vkoechli avatar Apr 29 '24 12:04 vkoechli

Hey @vkoechli,

Pingu saves the host in UserDefaults.

You might want to try using the defaults read/write CLI tool to edit the file. It normally resides in /Library/Containers/com.attheodo.Pingu/Data/Library/Preferences

attheodo avatar Apr 29 '24 13:04 attheodo