We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
cat /var/log/pacman.log | grep -i installed
Is it possible to implement something like this somewhere inside Pamac? Thank you.
The text was updated successfully, but these errors were encountered:
Discussion: https://forum.manjaro.org/t/list-of-recently-installed-apps-on-pamac/36798
Sorry, something went wrong.
Also, check PacUI's "Roll Back System" feature https://github.com/excalibur1234/pacui . It shows a list with the dates.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: