manjaro / pamac

This repo has been archived. Our code is now hosted at
https://gitlab.manjaro.org/
GNU General Public License v3.0
223 stars 38 forks source link

[Feature request] List of recently installed #385

Open ghost opened 6 years ago

ghost commented 6 years ago

I would like to be able to check a list of recently installed apps/packages filtered by date.

I was checking yaourt and there’s a command that shows something similar to this idea: yaourt -Q --date

There are no dates here, but they are filtered by date.

There is another alternative I've found, but this one shows the dates: cat /var/log/pacman.log | grep -i installed

Is it possible to implement something like this somewhere inside Pamac? Thank you.

ghost commented 6 years ago

Discussion: https://forum.manjaro.org/t/list-of-recently-installed-apps-on-pamac/36798

ghost commented 6 years ago

Also, check PacUI's "Roll Back System" feature https://github.com/excalibur1234/pacui . It shows a list with the dates.