@a_kawashiro/jendeley
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -35,3 +35,3 @@ #!/usr/bin/env node | ||
const db_name = options._optionValues.db_name == undefined | ||
? "db.json" | ||
? "jendeley_db.json" | ||
: options._optionValues.db_name; | ||
@@ -38,0 +38,0 @@ (0, gen_1.genDB)(pd, book_dirs_str, db_name); |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -9,0 +9,0 @@ "main": "index.js", |
@@ -17,5 +17,5 @@ # jendeley | ||
``` | ||
jendeley launch --db <YOUR PDFs DIR>/jendeley_db.JSON | ||
jendeley launch --db <YOUR PDFs DIR>/jendeley_db.json | ||
``` | ||
Then you can see a screen like this! | ||
![image](https://user-images.githubusercontent.com/3770618/207363753-e8f16a6e-9c5d-4943-a7de-11fbcdda935e.png) |
Sorry, the diff of this file is not supported yet
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
4171059