Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visidata: add runtime dependency of clipboard commands #182011

Merged
merged 1 commit into from
Jul 26, 2022

Commits on Jul 20, 2022

  1. visidata: add runtime dependency of clipboard commands

    VisiData’s system clipboard commands—
    
      - Edit → Copy → to system clipboard → …
      - Edit → Paste → from system clipboard → …
    
    —execute subprocesses defined by configuration options:
    
      - options.clipboard_copy_cmd
      - options.clipboard_paste_cmd
    
    On Linux, these options default to using `xclip`:
    
      - https://github.com/saulpw/visidata/blob/v2.8/visidata/clipboard.py#L11-L22
    
    Without it, the system clipboard commands fail with:
    
        FileNotFoundError: [Errno 2] No such file or directory: 'xclip'
    AndrewKvalheim committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3c7cb61 View commit details
    Browse the repository at this point in the history