Skip to content

An app to copy/paste from/to multiple clipboards across devices

Notifications You must be signed in to change notification settings

copybridge/copybridge-app

Repository files navigation

CopyBridge

CLI

connect <addr>
create <name> [ -p <password> ] [ -f ]
add <id> [ -p <password> ] [ -f ]
list
copy [ -i <id> | -n <name> ] [ --echo ]
paste [ -i <id> | -n <name> ] [ -d <data_type> ] [ <content> | -f <file> ]
remove [ <id> | <name> ]
delete <id> [ -p <password> ]

Config File

server="http://localhost:8383"

[[clipboards]]
id=100004
name="test"
password="bXlwYXNzCg==" # base64 encoded for "mypass"

[[clipboards]]
id=100005
name="another test"

TODO

  • Show button
  • Branding: Icon
  • Names are independent to each device:
    • Add optional name field to AddArgs (Seperate AddDeleteArgs)
    • Ask for name in cli while add
    • Add name field in GUI for Add Clipboard
    • Store the user's input locally
  • Global shortcut
  • Server setup at first launch
  • Auto launch at login
  • Watch config changes
  • Settings page
    • shortcut
    • server_url
    • autolaunch

About

An app to copy/paste from/to multiple clipboards across devices

Resources

Stars

Watchers

Forks

Packages

No packages published