Package Details: htop-vim-git 1:3.3.0.20.g32cb3027-1

Git Clone URL: https://aur.archlinux.org/htop-vim-git.git (read-only, click to copy)
Package Base: htop-vim-git
Description: Interactive text-mode process viewer. Patched for vim keybindings
Upstream URL: https://github.com/htop-dev/htop
Licenses: GPL
Conflicts: htop, htop-git
Provides: htop
Submitter: KoffeinFlummi
Maintainer: KoffeinFlummi
Last Packager: KoffeinFlummi
Votes: 24
Popularity: 0.21
First Submitted: 2015-08-06 05:38 (UTC)
Last Updated: 2024-01-29 09:26 (UTC)

Dependencies (6)

Required by (4)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

Mikle_Bond commented on 2017-09-18 20:10 (UTC)

Seems like there's another solution. In line 35 of PKGBUILD, where the patch command is, add the '-F3' key, like so: patch -p1 -F3 -i $_p

brianbuccola commented on 2017-08-30 13:51 (UTC)

In line 8 of vim-keybindings.patch, change "static struct" to "static const struct" (you can also do the same for lines 14 and 23, though you don't need to), then run "updpkgsums", and install as usual ("makepkg -si").

mikezackles commented on 2017-08-19 18:29 (UTC)

Same here: patch doesn't apply.

rawspeed commented on 2017-08-07 19:17 (UTC)

This fails to apply the patch again. I agree with zanculmarktum about using specific versions of htop, htop-vim would never break for things outside its control.

KoffeinFlummi commented on 2017-07-09 13:36 (UTC)

patch is fixed.

cpulley commented on 2017-07-05 21:12 (UTC)

Minor change is needed in the patch file. Specifically, line 31 of the patch (referencing line 417 of Action.c) reads: { .key = " F2 S: ", .info = "setup" }, when it should read: { .key = " F2 C S: ", .info = "setup" }, Like I said, pretty minor, but it makes the patch fail validation.

pablo1107 commented on 2017-01-27 13:14 (UTC)

I don't know why it didn't install for itself but you can manually install the package if this happens. ==> Compilación terminada: htop-vim-git 930.6141edc-1 (vie ene 27 10:09:20 ART 2017) cargando los paquetes… error: '/var/cache/pacman/pkg/htop-vim-git-930.6141edc-1-x86_64.pkg.tar.xz': objetivo duplicado ┌─╼[/var/cache/pacman/pkg] └────╼ ls | grep htop htop-vim-git-928.8af4d9f-1-x86_64.pkg.tar.xz htop-vim-git-930.6141edc-1-x86_64.pkg.tar.xz ┌─╼[/var/cache/pacman/pkg] └────╼ sudo pacman -U htop-vim-git-930.6141edc-1-x86_64.pkg.tar.xz

mazinght commented on 2016-12-31 22:35 (UTC)

Is this currently working fine for others? Vanilla htop renders fine on my terminal, but with this package it has gibberish everywhere it was supposed to have text except for the bar on the bottom with the F-bindings, the Help view and the part on the top with system info. I tried it with an empty .Xresources and had the same result.

zanculmarktum commented on 2016-11-22 03:07 (UTC)

What about https://github.com/hishamhm/htop/releases/tag/2.0.2 ? Instead of cloning, I think it is better to download a specific version, so your .patch file won't be incompatible when the repository got updated. I mean something like htop-vim (without -git).

KoffeinFlummi commented on 2016-11-21 12:45 (UTC)

Sorry for the delay guys, I updated the patch.