Package Details: zsh-you-should-use 1.9.0-2

Git Clone URL: https://aur.archlinux.org/zsh-you-should-use.git (read-only, click to copy)
Package Base: zsh-you-should-use
Description: ZSH plugin that reminds you to use existing aliases for commands you just typed
Upstream URL: https://github.com/MichaelAquilina/zsh-you-should-use
Licenses: GPL-3.0-or-later
Submitter: sumner
Maintainer: envolution
Last Packager: envolution
Votes: 10
Popularity: 1.23
First Submitted: 2018-04-03 15:28 (UTC)
Last Updated: 2024-12-22 01:37 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

envolution commented on 2024-12-22 01:30 (UTC)

@Tamodachi94 @cwrau I adopted, updated, and added your suggestions

Tomodachi94 commented on 2024-12-10 08:13 (UTC)

This package is missing an optional dependency on ncurses.

If the plugin detects tput, it will be used. Otherwise, it will fallback on less-colorful input:

https://github.com/MichaelAquilina/zsh-you-should-use/blob/f13d39a1ae84219e4ee14e77d31bb774c91f2fe3/you-should-use.plugin.zsh#L5-L7

cwrau commented on 2024-03-08 09:18 (UTC)

Could you (also) install the plugin under its full name?

The following commands works;

  install -m644 "${srcdir}/${pkgname}-${pkgver}/you-should-use.plugin.zsh" \
    "${pkgdir}/usr/share/zsh/plugins/${pkgname}/${pkgname}.plugin.zsh"

or

  ln -s "/usr/share/zsh/plugins/${pkgname}/you-should-use.plugin.zsh" "${pkgdir}/usr/share/zsh/plugins/${pkgname}/${pkgname}.plugin.zsh"

that way frameworks like oh-my-zsh can just work with this plugin out of the box.