An open API service indexing awesome lists of open source software.

https://github.com/alecthomas/simplenotefs

simplenotefs
https://github.com/alecthomas/simplenotefs

Last synced: over 1 year ago
JSON representation

simplenotefs

Awesome Lists containing this project

README

          

FUSE-based Filesystem for SimpleNote
====================================
`SimpleNote `_ is a set of applications and a
service that stores simple textual notes.

SimpleNoteFS is a FUSE-based filesystem for accessing these notes. It's quite
experimental, and it's possible it will delete or otherwise mangle your notes.
So beware.

Installation
------------
Requires FUSE + the `FUSE Python bindings
`_. It can optionally use `keyring
`_ to store your SimpleNote credentials.

Caveat Emptor
-------------
As of this writing the SimpleNote API doesn't have a means to query just note
metadata like the title and note size. This means that to provide a directory
listing SimpleNoteFS must perform a full retrieval of all notes, making startup
quite slow.