You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,21 +168,17 @@ For `entry` commands, both entries and folders are returned. For `folder` comman
168
168
169
169
## Clipboard functionality
170
170
171
-
If you are retrieving a username or password of an entry, it is possible to have Pleasant CLI copy the output directly to your clipboard. This is supported on the following platforms:
171
+
I've made the decision to remove this functionality from Pleasant CLI. As the integration requires CGO, creating a reliable build process for all OS types and architectures proved very difficult (mostly driven by MacOS). In order to keep this project maintainable, it was removed.
172
172
173
-
- macOS
174
-
- Windows
175
-
- Linux - needs X11 dev package, install either `libx11-dev`, `xorg-dev` or `libX11-devel` to make it work
173
+
If you still want the same functionality, I would recommend using a separate CLI command and pipe the output of any Pleasant CLI command into it. Here are a few examples:
0 commit comments