Package Details: python-clip 0.2.0-1

Git Clone URL: https://aur.archlinux.org/python-clip.git (read-only, click to copy)
Package Base: python-clip
Description: A CLI clipboard manager
Upstream URL: https://github.com/silent1mezzo/clip
Licenses: custom
Submitter: huyz
Maintainer: huyz
Last Packager: huyz
Votes: 0
Popularity: 0.000000
First Submitted: 2022-10-21 14:53 (UTC)
Last Updated: 2022-10-21 14:53 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

Henry-ZHR commented on 2022-10-22 01:19 (UTC)

$ clip --help
Traceback (most recent call last):
  File "/usr/bin/clip", line 4, in <module>
    from clip.core import execute, help
  File "/usr/lib/python3.10/site-packages/clip/core.py", line 63
    print "Displaying all lists:"
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Henry-ZHR commented on 2022-10-22 01:18 (UTC)

Seems that 2to3 is needed