diff options
| author | theimpostor <theimpostor@users.noreply.github.com> | 2023-07-16 16:46:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-16 16:46:48 -0500 |
| commit | e000448a03e1fbe397f3477d6886affe943d42f0 (patch) | |
| tree | 89778b2800bbfacbb0487ce0047e29286584a134 /README.md | |
| parent | 61203cdc42235a78e2d8937068b3b0448845022a (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 40 |
1 files changed, 23 insertions, 17 deletions
@@ -3,23 +3,6 @@ A command line tool to access the system clipboard from anywhere on the command System clipboard access includes writing (i.e. copy) and reading (i.e. paste), even while logged into a remote machine via ssh. -OSC52 is widely supported, see [partial list of supported terminals](https://github.com/ojroques/vim-oscyank/blob/main/README.md#vim-oscyank). Note that clipboard read operation is less widely supported than write. - -## Installation - -#### go 1.16 or later: - -``` -go install -v github.com/theimpostor/osc52@latest -``` - -#### go 1.15 or earlier: -``` -GO111MODULE=on go get github.com/theimpostor/osc52@latest -``` - -This will install the latest version of osc52 to `$GOPATH/bin`. To find out where `$GOPATH` is, run `go env GOPATH` - ## Usage ``` Reads or writes the system clipboard using the ANSI OSC52 escape sequence. @@ -48,5 +31,28 @@ Options: verbose logging ``` +## Compatibility + +OSC52 is overall [widely supported](https://github.com/ojroques/vim-oscyank/blob/main/README.md#vim-oscyank), but clipboard read operation is less widely supported than write. + +#### Terminal Multiplexer support + +`tmux` and `screen` have not been tested yet and probably do not work. Support is planned in the future. + +## Installation + +#### go 1.16 or later: + +``` +go install -v github.com/theimpostor/osc52@latest +``` + +#### go 1.15 or earlier: +``` +GO111MODULE=on go get github.com/theimpostor/osc52@latest +``` + +This will install the latest version of osc52 to `$GOPATH/bin`. To find out where `$GOPATH` is, run `go env GOPATH` + ## Credits Credit and thanks to the the [vim-ocsyank](https://github.com/ojroques/vim-oscyank) plugin |
