snose

Changes On Branch master
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch master Excluding Merge-Ins

This is equivalent to a diff from 5e442de3d4 to 44025db081

2019-03-10
01:51
Typo, should have been file not filename Leaf check-in: 44025db081 user: atomicules tags: master, trunk
2018-11-17
10:59
Break many more common bits out into methods:

- snitems (iterating through items)
- snwrite (writing a file from disk)
- snread (reading a file from disk)
- snremote (getting a remote note from Simplenote)+def snitems(snose): check-in: 3ee3b5e7a8 user: atomicules tags: master, trunk

2014-04-06
10:14
WIP on master: 4d13cca Merge branch 'master' of github.com:atomicules/snose Leaf check-in: 557b21d630 user: base@atomicules.co.uk tags: refs/stash, trunk
10:14
index on master: 4d13cca Merge branch 'master' of github.com:atomicules/snose check-in: 9fecfecb39 user: base@atomicules.co.uk tags: refs/stash, trunk
2014-02-11
12:20
Re-license as BSD 2-Clause check-in: c2dcf75092 user: atomicules@users.noreply.github.com tags: master, trunk
2013-11-15
00:01
Merge branch 'master' of github.com:atomicules/snose

Pull in license changes added directly on Github Leaf check-in: 5e442de3d4 user: base@atomicules.co.uk tags: origin/master, trunk

2013-11-14
23:59
Add rollback version functionality

Adds `blow` command that roles back local and remote note exactly one
version. Just handier than restoring via the web interface. Just
occasionally I've synched stuff after deleting bits by accident, etc.
This just gives me a way to revert the mistake. check-in: 50c4f640fd user: base@atomicules.co.uk tags: origin/master, trunk

2013-07-16
11:44
Create LICENSE check-in: d110cbb8df user: atomicules@lavabit.com tags: origin/master, trunk

Changes to LICENSE.

Changes to README.md.

Changes to snose.py.