Code Monkey home page Code Monkey logo

simplenote-cli's Introduction

Simplenote Command-line Interface status

Currently just a way to do offsite backups via command-line but will eventually be a more full-featured simplenote client.

Development Status

It currently works but still consider alpha until things are cleared up.

CAUTION: if you use this right now only have it run like once a week or longer. It pulls all notes regardless if they changed or not. So if you have 300 notes it's going to make a total of 304 api requests to simplenote (300 notes + 3 index calls + 1 login) each time you run this! Eventually it will have a cache so it will only download the notes that have changed, allowing it ro run more frequently.

Files

  • simplenote.py: This is the library that is used by sn.py.
  • sn.py: The frontend command line interface.

Getting started

Copy config.ini.default to config.ini and add your login information. Then run sn.py to get a backup of your entire simplenote database. Use the -o option to set the output file.

Formats supported

Currently it exports as JSON. It tries to be compatible with simplenote import but the format could always change. There's also experimental xml output (has to be enabled in source code)

simplenote-cli's People

Contributors

vrillusions avatar

Watchers

Ben Davenport-Ray avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.