Skip to content

vHanda/google-keep-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code style: prettier Build Status Coverage Status Known Vulnerabilities

Google Keep Converter

Convert your Google Keep notes into a standard markdown + YAML header format.

How to use

  1. Get your Keep notes from Google Takeout
  2. Download the latest release
  3. Run -

./google-keep-exporter-linux inputZip outputDir

or

./google-keep-exporter-macos inputZip outputDir

or

./google-keep-exporter-win.exe inputZip outputDir

Running from source

git clone [email protected]:vHanda/google-keep-exporter.git
cd google-keep-exporter
npm install
npm run build
node dist/main.js <input> <outputDir>