Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@a_kawashiro/jendeley

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@a_kawashiro/jendeley

`jendeley` is a JSON-based paper organizing software. - `jendeley` is JSON-based. You can see and edit your database easily. - `jendeley` is working locally. Your important database is owned only by you. Not cloud. - `jendeley` is browser based. You can r

  • 0.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-94.49%
Maintainers
1
Weekly downloads
 
Created
Source

jendeley

jendeley is a JSON-based paper organizing software.

  • jendeley is JSON-based. You can see and edit your database easily.
  • jendeley is working locally. Your important database is owned only by you. Not cloud.
  • jendeley is browser based. You can run it anywhere node.js runs.

Install

npm install @a_kawashiro/jendeley -g

How to scan your PDFs

jendeley scan --papers_dir <YOUR PDFs DIR>

Launch jendeley UI

jendeley launch --db <YOUR PDFs DIR>/jendeley_db.json

Then you can see a screen like this! image

Check your database

Because jendeley is fully JSON-based, you can check the contents of the database easily. For example, you can use jq command to list up all titles in your database with the following command.

> cat test_pdfs/db.json | jq '.[].title'
"MobileNets: Efficient Convolutional Neural Networks for Mobile Vision\n  Applications"
"Deep Residual Learning for Image Recognition"
"A quantum hydrodynamical description for scrambling and many-body chaos"

Keywords

FAQs

Package last updated on 16 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc