7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
|
# Presse-papiers
|
||
|
|
||
|
# La base
|
||
|
exec wl-paste -t text --watch clipman store
|
||
|
# Presse-papier primaire : avec sauvegarde de l'historique dans un fichier JSON
|
||
|
exec wl-paste -p -t text --watch clipman store -P --histpath="~/.local/share/clipman-primary.json"
|