Package Details: z.lua 1.8.24-1

Git Clone URL: https://aur.archlinux.org/z.lua.git (read-only, click to copy)
Package Base: z.lua
Description: A command line tool which helps you navigate faster by learning your habits
Upstream URL: https://github.com/skywind3000/z.lua
Keywords: autojump cd fasd
Licenses: MIT
Provides: z.lua
Submitter: jetm
Maintainer: Rhinoceros
Last Packager: Rhinoceros
Votes: 14
Popularity: 0.000030
First Submitted: 2019-02-16 22:16 (UTC)
Last Updated: 2025-05-25 01:15 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

Rhinoceros commented on 2025-02-22 01:27 (UTC)

Thanks again @m040601. Fixed. I also noticed that README.md was installed with +x permissions, which was also weird. I'm not even sure that all the scripts need this permission, but I'll just leave them for now.

m040601 commented on 2025-02-19 20:21 (UTC)

Spotted a small mistake,

$ pacman -Ql z.lua

z.lua /usr/
z.lua /usr/share/
z.lua /usr/share/licenses/
z.lua /usr/share/licenses/z.lua/
z.lua /usr/share/licenses/z.lua/LICENSE
z.lua /usr/share/z.lua/
...
z.lua /usr/share/z.lua/README.md
...
z.lua /usr/share/z.lua/init.fish
z.lua /usr/share/z.lua/ranger_zlua.py
z.lua /usr/share/z.lua/z.lua
z.lua /usr/share/z.lua/z.lua.plugin.zsh

The README.md should not be in that location, it should be,

/usr/share/doc/z.lua/README.md

Rhinoceros commented on 2025-01-31 10:15 (UTC)

No of course. I didnt want to imply that. I just listed the entire tar.gz output there.

Ah cool thanks. I wasn't entirely sure what a handful of the files did, so good to get confirmation!

And thanks for filing the issue. Might be helpful for others.

m040601 commented on 2025-01-31 09:48 (UTC) (edited on 2025-01-31 09:58 (UTC) by m040601)

Thanks for the update.

... I don't think the other parts are that useful...

No of course. I didnt want to imply that. I just listed the entire tar.gz output there.

By the way, I cant get that ranger to integrate with z.lua.

I dont think is a problem on my side.

I left an issue there, https://github.com/skywind3000/z.lua/issues/213

Maybe they will update the repo soon again.

Rhinoceros commented on 2025-01-31 08:44 (UTC)

Thanks for the comments @m040601. That seems like a useful addition, so I've updated the PKGBUILD. FWIW I don't think the other parts are that useful, but please comment if I'm wrong.

m040601 commented on 2025-01-31 07:27 (UTC)

Thanks for the work in this PKGBUIL. Very useful. Should be an official Arch package

17 package() {
18   cd "${pkgname}-${pkgver}"
19   install -D -t "${pkgdir}/usr/share/${pkgname}/" \
20     init.fish README.md z.lua z.lua.plugin.zsh
21   install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
22 }

$ pacman -Ql z.lua

z.lua /usr/
z.lua /usr/share/
z.lua /usr/share/licenses/
z.lua /usr/share/licenses/z.lua/
z.lua /usr/share/licenses/z.lua/LICENSE
z.lua /usr/share/z.lua/
z.lua /usr/share/z.lua/README.md
z.lua /usr/share/z.lua/init.fish
z.lua /usr/share/z.lua/z.lua
z.lua /usr/share/z.lua/z.lua.plugin.zsh

$ wget https://github.com/skywind3000/z.lua/archive/1.8.20.tar.gz

$ tar tf 1.8.20.tar.gz

z.lua-1.8.20/
z.lua-1.8.20/.gitignore
z.lua-1.8.20/LICENSE
z.lua-1.8.20/README.cn.md
z.lua-1.8.20/README.md
z.lua-1.8.20/images/
z.lua-1.8.20/images/complete-1.png
z.lua-1.8.20/images/complete-2.png
z.lua-1.8.20/images/fzf.png
z.lua-1.8.20/images/mru.png
z.lua-1.8.20/images/step1.png
z.lua-1.8.20/images/step2.png
z.lua-1.8.20/images/step3.png
z.lua-1.8.20/images/step4.png
z.lua-1.8.20/init.fish
z.lua-1.8.20/ranger_zlua.py
z.lua-1.8.20/test_path.lua.rename
z.lua-1.8.20/z.cmd
z.lua-1.8.20/z.lua
z.lua-1.8.20/z.lua.plugin.zsh

So there is more stuff there being shipped from github releases.

That file "ranger_zlua.py" is for ranger integration. Please dont throw it away. Include it in the "install" so that it also ends up in

/usr/share/z.lua/ranger_zlua.py

Thanks in advance

Rhinoceros commented on 2022-05-15 21:55 (UTC)

Thank you for the update @polve.

However, if you know that you will continue to rarely update this package, and not respond to multiple email notifications, could you please just disown this package? I'll be happy to maintain it and keep it up-to-date.

<deleted-account> commented on 2022-05-15 18:58 (UTC)

Apologies, I hardly ever touch my PC as of late. Should be fixed now.

Rhinoceros commented on 2022-04-28 09:30 (UTC)

Hi polve, this has been out of date for a month. Could you please update it? If you are no longer interested in maintaining it, I'm happy to adopt it.