ninos How can I get a complete list of the updated software packages I installed with my system update, today?
ericbsd Once you update, it is kinda tricky to find which one was updated. It was listed before you did the update.
vimanuelt This command will show you what was recently installed by date: grep "pkg" /var/log/messages I'll create a GUI tool to make it easier.
vimanuelt Do you find this app useful? It neatly organizes and displays logs for installed packages and ports, making it easier to track changes. By the way, I’m also considering a better name for the app—open to suggestions! 😉
vimanuelt What I like about this problem is that it highlights the need for packages and ports logs to have their own shared log file instead of being placed in /var/log/messages.
vimanuelt Here's what the Installed Ports tab looks like. As an aside, the image depicts how long it took me to compile vscode from ports.