Comparing version 1.1.0 to 1.1.1
@@ -7,3 +7,3 @@ # kopykat Change Log | ||
## 1.1.0 | ||
## 1.1.1 | ||
- fix!: fixed continuously listening problems on linux | ||
@@ -10,0 +10,0 @@ - remove: quit on inactivity feature removed |
@@ -14,5 +14,5 @@ #!/usr/bin/env node | ||
} | ||
console.log("Service Started ... (Hit CTRL^C Twice To Force Quit)"); | ||
notebook.initiate(); | ||
console.log(`last copy : ${last_copy}`); | ||
@@ -28,4 +28,3 @@ const listener = new ClipboardListener({ | ||
notebook.write(value); | ||
console.log(value); | ||
} | ||
}); |
{ | ||
"name": "kopykat", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Looks for new text/code snippets in system clipboard and creates notebook automatically :zap:", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83