Package Details: clipton-git r81.db95e7b-1

Git Clone URL: https://aur.archlinux.org/clipton-git.git (read-only, click to copy)
Package Base: clipton-git
Description: Clipboard manager based on rofi
Upstream URL: https://github.com/madprops/clipton
Licenses: Unlicense
Submitter: madprops
Maintainer: madprops
Last Packager: madprops
Votes: 1
Popularity: 0.000134
First Submitted: 2022-07-03 05:58 (UTC)
Last Updated: 2022-07-06 01:16 (UTC)

Latest Comments

madprops commented on 2023-12-27 22:39 (UTC)

'copyevent' is not required now, it can be ignored.

madprops commented on 2022-07-05 05:11 (UTC)

It now depends on copyevent-git which is in the aur.

crud commented on 2022-07-04 12:26 (UTC)

Sorry, after deleting .config/clipton/items.json it worked

crud commented on 2022-07-04 12:21 (UTC)

Last updade broken

/usr/bin/clipton watcher &
  Traceback (most recent call last):
  File "/usr/bin/clipton", line 270, in <module>
    main()
  File "/usr/bin/clipton", line 264, in main
    start_watcher()
  File "/usr/bin/clipton", line 253, in start_watcher
    get_items()
  File "/usr/bin/clipton", line 185, in get_items
    items = json.loads(content)
  File "/usr/lib/python3.10/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python3.10/json/decoder.py", line 340, in decode
    raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 1 column 152 (char 151)
fish: Job 1, '/usr/bin/clipton watcher &' has ended

madprops commented on 2022-07-03 06:04 (UTC) (edited on 2022-07-03 06:05 (UTC) by madprops)

Clipton works in normal mode and in daemon/watcher mode.

The watcher is necessary to track copy events.

To enable the watcher:

systemctl --user enable clipton

systemctl --user start clipton

Then to view clipton itself to pick something just call 'clipton' without arguments.