Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
output in descending order
Hi and thanks for making pacolog, I've been using it for a while now to stay up to date with package changes when updating them.
Would it be possible to change the default sorting to descending order, or add an option for the user to decide how to display the results?
Another helpful option would be to limit the output to the N latest releases.
Now:
```
$ pacolog -l 3 vim
Age Commit message Author Lines
9 hours Use dynamic loading for language bindings anatolik -19/+24
This allows to move Perl, Lua and Ruby into package optional
dependencies. In the future it allows to eliminate vim-minimal
package as its list of dependencies is the same as for vim.
git-svn-id: file:///srv/repos/svn-packages/svn@257650
eb2447ed-0c53-47e4-bac8-5bc4a241df78
2 days FS#47500: merge python3 support into {g,}vim anatolik -186/
package +20
Now {g,}vim supports both python2 and python3 languages git-svn-id:
file:///srv/repos/svn-packages/svn@257582
eb2447ed-0c53-47e4-bac8-5bc4a241df78
11 days Ruby 2.3.0 rebuild foutrelis -1/+1
git-svn-id: file:///srv/repos/svn-packages/svn@257342
eb2447ed-0c53-47e4-bac8-5bc4a241df78
```
Wanted:
```
$ pacolog -l 3 vim
Age Commit message Author Lines
11 days Ruby 2.3.0 rebuild foutrelis -1/+1
git-svn-id: file:///srv/repos/svn-packages/svn@257342
eb2447ed-0c53-47e4-bac8-5bc4a241df78
2 days FS#47500: merge python3 support into {g,}vim anatolik -186/
package +20
Now {g,}vim supports both python2 and python3 languages git-svn-id:
file:///srv/repos/svn-packages/svn@257582
eb2447ed-0c53-47e4-bac8-5bc4a241df78
9 hours Use dynamic loading for language bindings anatolik -19/+24
This allows to move Perl, Lua and Ruby into package optional
dependencies. In the future it allows to eliminate vim-minimal
package as its list of dependencies is the same as for vim.
git-svn-id: file:///srv/repos/svn-packages/svn@257650
eb2447ed-0c53-47e4-bac8-5bc4a241df78
```
Some packages are quite old with a lot of releases done, which requires a lot of scrolling atm.
issue