Package Details: clickup-cli-bin 0.14.0-1

Git Clone URL: https://aur.archlinux.org/clickup-cli-bin.git (read-only, click to copy)
Package Base: clickup-cli-bin
Description: A CLI for the ClickUp API, optimized for AI agents
Upstream URL: https://github.com/nicholasbester/clickup-cli
Keywords: mcp
Licenses: Apache-2.0
Conflicts: clickup-cli
Provides: clickup-cli
Submitter: nicholaswbester
Maintainer: nicholaswbester
Last Packager: nicholaswbester
Votes: 0
Popularity: 0.000000
First Submitted: 2026-04-23 09:11 (UTC)
Last Updated: 2026-06-24 12:46 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

Mike616 commented on 2026-05-18 18:18 (UTC) (edited on 2026-05-18 18:19 (UTC) by Mike616)

This conflicts with Clickup desktop (same binary name). Should the binary be renamed clickup-cli?

Simple fix:

package() {
  install -Dm755 "${srcdir}/clickup" "${pkgdir}/usr/bin/clickup-cli"
}