pacmatic icon indicating copy to clipboard operation
pacmatic copied to clipboard

A little wrapper script to keep Arch Linux from shooting you in the foot.

Results 25 pacmatic issues
Sort by recently updated
recently updated
newest added

What the title says. I have `pacman` aliased to `pacmatic --color auto`, but when I run `pacman -Syu` (so under the hood `pacmatic --color auto -Syu`) pacmatic doesn't realize it's...

Up until now (when I started using pacmatic) I was always manually observing the pacman output and sorted out any configuration differences regularly. There is only one .pacnew file on...

I use neovim, vim is not installed on my system. I do however have a `/etc/zsh` script that is loaded for all users with zprofile that aliases `vim` to the...

Hello! This is a feature request! I'm trying to use emacs' ediff merge tool instead of vim's. I've found this code snippet and put it in my .bashrc: # Ediff...

Given that the vast majority of Arch systems run systemd, it makes sense to include a systemd timer for cron-pacmatic. By default it will run daily (easily overridden by a...

https://bbs.archlinux.org/viewtopic.php?id=193477 '1 pacnew files found' turned out to be a pacsave. Would you care to change 'n pacnew files found' to 'n pac\* files found'? pacmatic deals with more than...

tl/dr: 'typo' improves cl-message output (no code change) I was always wondering why `locate pacnew` never returned anything, although `pacmatic -Syu` returned `2 pacnew file...`. Hope this helps other people....

This PR improves commandline option parsing by matching more option types, so commands like the following (created by yaourt) works: ``` sudo pacmatic --color auto -U /tmp/yaourt-tmp-linux/PKGDEST.tVK/test-x86_64.pkg.tar.xz ``` I've also...