UNPKG

@jmuchovej/paperpile-notion

Version:
1 lines 7.78 kB
{"version":"1.3.0","commands":{"articles:clean":{"id":"articles:clean","summary":"Cleans up your Articles Database.","description":"1. Removes dangling articles without authors.","strict":true,"pluginName":"@jmuchovej/paperpile-notion","pluginAlias":"@jmuchovej/paperpile-notion","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> /path/to/references.bib","<%= config.bin %> <%= command.id %> /path/to/references.bib -c /path/to/paperpile-notion.config.js","<%= config.bin %> <%= command.id %> /path/to/references.bib -t <your-integration-token>","<%= config.bin %> <%= command.id %> /path/to/references.bib -t <your-integration-token> -c /path/to/paperpile-notion.config.js","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib -t <your-integration-token>","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib -t <your-integration-token> -c /path/to/paperpile-notion.config.js"],"flags":{"config":{"name":"config","type":"option","char":"c","description":"Path to your config file, if not in <%= config.configDir %>/config.js.","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"token":{"name":"token","type":"option","char":"t","description":"Your Notion Integration Token. (NOTE: If you specify an environment variable of 'NOTION_INTEGRATION_TOKEN', that may be used.)","required":true,"multiple":false}},"args":[{"name":"bibtexPath","description":"Path to the BibTeX file you would like to sync with Notion.","required":true,"hidden":false},{"name":"bibtexDiff","description":"Path to the BibTeX file you would like to diff \"bibtexPath\" against.","required":false,"hidden":false}],"_globalFlags":{}},"articles:sync":{"id":"articles:sync","summary":"Syncs your Articles Database with the local BibTeX file.","description":"Strictly creates or updates articles based on the ID assigned by Paperpile.","strict":true,"pluginName":"@jmuchovej/paperpile-notion","pluginAlias":"@jmuchovej/paperpile-notion","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> /path/to/references.bib","<%= config.bin %> <%= command.id %> /path/to/references.bib -c /path/to/paperpile-notion.config.js","<%= config.bin %> <%= command.id %> /path/to/references.bib -t <your-integration-token>","<%= config.bin %> <%= command.id %> /path/to/references.bib -t <your-integration-token> -c /path/to/paperpile-notion.config.js","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib -t <your-integration-token>","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib -t <your-integration-token> -c /path/to/paperpile-notion.config.js"],"flags":{"config":{"name":"config","type":"option","char":"c","description":"Path to your config file, if not in <%= config.configDir %>/config.js.","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"token":{"name":"token","type":"option","char":"t","description":"Your Notion Integration Token. (NOTE: If you specify an environment variable of 'NOTION_INTEGRATION_TOKEN', that may be used.)","required":true,"multiple":false}},"args":[{"name":"bibtexPath","description":"Path to the BibTeX file you would like to sync with Notion.","required":true,"hidden":false},{"name":"bibtexDiff","description":"Path to the BibTeX file you would like to diff \"bibtexPath\" against.","required":false,"hidden":false}],"_globalFlags":{}},"authors:clean":{"id":"authors:clean","summary":"Cleans up your Authors Database.","description":"\n 1. Removes dangling authors with no articles.\n 2. Attempts to clean up and merge authors and aliases.","strict":true,"pluginName":"@jmuchovej/paperpile-notion","pluginAlias":"@jmuchovej/paperpile-notion","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> /path/to/references.bib","<%= config.bin %> <%= command.id %> /path/to/references.bib -c /path/to/paperpile-notion.config.js","<%= config.bin %> <%= command.id %> /path/to/references.bib -t <your-integration-token>","<%= config.bin %> <%= command.id %> /path/to/references.bib -t <your-integration-token> -c /path/to/paperpile-notion.config.js","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib -t <your-integration-token>","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib -t <your-integration-token> -c /path/to/paperpile-notion.config.js"],"flags":{"config":{"name":"config","type":"option","char":"c","description":"Path to your config file, if not in <%= config.configDir %>/config.js.","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"token":{"name":"token","type":"option","char":"t","description":"Your Notion Integration Token. (NOTE: If you specify an environment variable of 'NOTION_INTEGRATION_TOKEN', that may be used.)","required":true,"multiple":false}},"args":[{"name":"bibtexPath","description":"Path to the BibTeX file you would like to sync with Notion.","required":true,"hidden":false},{"name":"bibtexDiff","description":"Path to the BibTeX file you would like to diff \"bibtexPath\" against.","required":false,"hidden":false}],"_globalFlags":{}},"authors:sync":{"id":"authors:sync","summary":"Syncs your Authors Database with the local BibTeX file.","description":"Authors will be created if not present (or if they don't match a manually entered alias). Otherwise, Authors will have their name stripped of whitespace and articles consolidation based on matching Aliases.","strict":true,"pluginName":"@jmuchovej/paperpile-notion","pluginAlias":"@jmuchovej/paperpile-notion","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> /path/to/references.bib","<%= config.bin %> <%= command.id %> /path/to/references.bib -c /path/to/paperpile-notion.config.js","<%= config.bin %> <%= command.id %> /path/to/references.bib -t <your-integration-token>","<%= config.bin %> <%= command.id %> /path/to/references.bib -t <your-integration-token> -c /path/to/paperpile-notion.config.js","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib -t <your-integration-token>","<%= config.bin %> <%= command.id %> /path/to/references.bib /path/to/your/previous/references.bib -t <your-integration-token> -c /path/to/paperpile-notion.config.js"],"flags":{"config":{"name":"config","type":"option","char":"c","description":"Path to your config file, if not in <%= config.configDir %>/config.js.","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"token":{"name":"token","type":"option","char":"t","description":"Your Notion Integration Token. (NOTE: If you specify an environment variable of 'NOTION_INTEGRATION_TOKEN', that may be used.)","required":true,"multiple":false}},"args":[{"name":"bibtexPath","description":"Path to the BibTeX file you would like to sync with Notion.","required":true,"hidden":false},{"name":"bibtexDiff","description":"Path to the BibTeX file you would like to diff \"bibtexPath\" against.","required":false,"hidden":false}],"_globalFlags":{}}}}