https://github.com/alecthomas/simplenotefs
simplenotefs
https://github.com/alecthomas/simplenotefs
Last synced: over 1 year ago
JSON representation
simplenotefs
- Host: GitHub
- URL: https://github.com/alecthomas/simplenotefs
- Owner: alecthomas
- Created: 2010-09-26T08:18:01.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T14:43:33.000Z (over 2 years ago)
- Last Synced: 2025-02-28T07:51:16.341Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.