paper-manager 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,6 +68,7 @@ paper lit add <kb-id> <file-path> # Add a literature (auto-extracts PDF meta
68
68
  paper lit remove <kb-id> <id> # Remove a literature
69
69
  paper lit update <kb-id> <id> [opts] # Update literature metadata
70
70
  paper lit list <kb-id> # List literatures
71
+ paper lit search <kb-id> [opts] # Search literatures by metadata (--title/--author/--keyword/--doi)
71
72
  paper lit show <kb-id> <id> # Show literature details
72
73
  paper lit note list <lit-id> # List notes
73
74
  paper lit note set <lit-id> <k> <v> # Set a note
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paper-manager",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "A paper management system.",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/EurFelux/paper-manager",