Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/wat
Show upgrades since recent -Syu
https://github.com/pbrisbin/wat
Last synced: 2 months ago
JSON representation
Show upgrades since recent -Syu
- Host: GitHub
- URL: https://github.com/pbrisbin/wat
- Owner: pbrisbin
- License: mit
- Created: 2014-09-21T14:40:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T14:46:28.000Z (almost 6 years ago)
- Last Synced: 2024-10-03T12:34:15.086Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 34.2 KB
- Stars: 39
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wat
As in, *Wat dafuq did I do?*
## Operation / Usage
Assume we number every system upgrade (e.g. `pacman -Syu` invocation) from 1,
beginning with the most recent and incrementing with each earlier upgrade.```
% wat
```Prints every package upgraded in `-Syu` 1.
```
% wat 3
```Prints every package upgraded in and since `-Syu` 3.
```
% wat 7 4
```Prints every package upgraded in and since `-Syu` 7, but only until `-Syu` 4.
## Options
By default, `wat` reads `/var/log/pacman.log` and only shows things you
*upgraded*. The log location can be changed by setting `PACMAN_LOG` or passing
`-l|--log FILE` and packages which you've *installed* can be included in the
output by passing `-i` or `--installed`## Installation
Put the `wat` script somewhere on your `$PATH`. Also available in the [AUR][].
[aur]: https://aur.archlinux.org/packages/wat-git/