本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
lesspass
镜像来自
https://github.com/lesspass/lesspass.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
67
Wiki
活動
瀏覽代碼
encode password into bytearray for piping to system copy into clipboard command (
#488
)
pull/492/head
leo-stone
5 年之前
committed by
Guillaume Vincent
父節點
73b09ec5e9
當前提交
999e5e2d6d
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cli/lesspass/clipboard.py
+ 1
- 1
cli/lesspass/clipboard.py
查看文件
@@ -46,4 +46,4 @@ def copy(text):
p = _popen(args)
else:
p = _popen(args, close_fds=True)
p.communicate(input=text)
p.communicate(input=text
.encode('ascii')
)
Write
Preview
Loading…
取消
儲存