Skip to content

gaul/gkeep-fuse

Repository files navigation

gkeep-fuse

FUSE interface for Google Keep. Supports listing, creating, reading, writing, renaming, and removing notes. Notes use titles for the file names when present and an internal Keep identifier when absent.

Installation

pip install -r requirements.txt

Usage

Create a file with your Google credentials:

<username> <password>

Then run via:

./gkeep_fuse.py --auth /path/to/auth.txt mnt/

You can also use the GOOGLE_KEEP_USER and GOOGLE_KEEP_PASSWORD environment variables.

If you use two-factor authentication you should use an app password, see kiwiz/gkeepapi#20.

References

  • gkeep provides command-line access to Keep notes
  • gkeepapi provides Keep API access

License

  • MIT

About

FUSE interface for Google Keep

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages