Skip to content

Commit

Permalink
Add CLIPBOARD_NOGUI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Jan 7, 2023
1 parent 09764ef commit 1e7905c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
19 changes: 4 additions & 15 deletions man/man.1
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
.\" Automatically generated by Pandoc 2.19.2
.\" Automatically generated by Pandoc 2.9.2.1
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "" "" "" "" ""
.hy
.SH clipboard(1) \[en] cut, copy, and paste in the terminal
Expand Down Expand Up @@ -77,6 +63,9 @@ use to hold the items you cut or copy into a persistent directory.
.PP
Set this environment variable to make Clipboard always use persistent
clipboards.
.SS \f[B]CLIPBOARD_NOGUI\f[R]
.PP
Set this environment variable to disable GUI clipboard integration.
.SS \f[B]NO_COLOR\f[R]
.PP
Set this environment variable to make Clipboard not show any colors.
Expand Down
4 changes: 4 additions & 0 deletions man/man.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Set this environment variable to the directory that only Clipboard will use to h

Set this environment variable to make Clipboard always use persistent clipboards.

### **CLIPBOARD_NOGUI**

Set this environment variable to disable GUI clipboard integration.

### **NO_COLOR**

Set this environment variable to make Clipboard not show any colors.
Expand Down
1 change: 1 addition & 0 deletions src/messages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ std::string_view help_message = "{blue}▏This is Clipboard %s, the cut, copy, a
"{orange}▏CLIPBOARD_TMPDIR: {pink}Set to the directory that only Clipboard will use to hold the items you cut or copy into temporary clipboards.{blank}\n"
"{orange}▏CLIPBOARD_PERSISTDIR: {pink}Set to the directory that only Clipboard will use to hold the items you cut or copy into persistent clipboards.{blank}\n"
"{orange}▏CLIPBOARD_ALWAYS_PERSIST: {pink}Set to make Clipboard always use persistent clipboards.{blank}\n"
"{orange}▏CLIPBOARD_NOGUI: {pink}Set to disable GUI clipboard integration.{blank}\n"
"{orange}▏NO_COLOR: {pink}Set to make Clipboard not show color.{blank}\n"
"{blue}▏You can show this help screen anytime with {bold}clipboard -h{blank}{blue}, {bold}clipboard --help{blank}{blue}, or{bold} clipboard help{blank}{blue}.\n"
"{blue}▏You can also get more help in our Discord server at {bold}https://discord.gg/J6asnc3pEG{blank}\n"
Expand Down

0 comments on commit 1e7905c

Please sign in to comment.