bibtex-search
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -98,6 +98,11 @@ #!/usr/bin/env node | ||
console.log(reference); | ||
clipboardy.writeSync(reference); | ||
spinner.succeed('Copied to clipboard!'); | ||
try { | ||
clipboardy.writeSync(reference); | ||
spinner.succeed('Copied to clipboard!'); | ||
} catch (_e) { | ||
// Ignore clipboard related errors - we've already | ||
// printed the reference nonetheless. | ||
} | ||
} | ||
main(); |
{ | ||
"name": "bibtex-search", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Search for BibTeX references", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,3 +26,3 @@ # bibtex-search [](https://ci.abakus.no/ekmartin/bibtex-search) | ||
Options: | ||
--source, -s Where to find papers from - valid options: [google, acm] | ||
--source, -s Where to find papers from (default: acm) - valid options: [acm, ieee, google] | ||
@@ -29,0 +29,0 @@ Examples: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
355
42226
9