Nick Mahoney
Nick Mahoney
[this line](https://github.com/seblu/archivetools/blob/master/archive.sh#L205) in `archive.sh` calls `pacsort`, which is included in the `pacman-contrib` package ([which was split out of the `pacman` package a while ago](https://www.reddit.com/r/archlinux/comments/8mu6de/notice_pacman_and_pacmancontrib_split/)). Without `pacsort`, we see the following...
I would only consider a run of `archive.sh` successful if it successfully syncs all the stuff that it was supposed to.
According to the [neovim docs](https://neovim.io/doc/user/editing.html#:quit), `:q` should fail when there are unsaved changes. Although I can't figure out how, this repo seems to remap `:q` to `:wq`. This seems dangerous,...