danielnetop / sn-export-to-folder

Standard Notes export to folder
GNU General Public License v3.0
5 stars 2 forks source link
cli export go golang standard-notes standardnotes

Standard Notes export to folder

This is a CLI tool used to extract info from the Standard Notes decrypted export and transform it into folder based tags and notes. After the tool runs the tags will be folders and each note will be inside the respective folder.

Usage

Download a decrypted backup of your Standard Notes account and extract the zip and locate the decrypted backup file, it's named Standard Notes Backup and Import File.txt

Example

# If you have the backup file on the same folder as the sn-export-folder tool
## Windows
sn-export-folder.exe "Standard Notes Backup and Import File.txt"
## Linux/MacOS
./sn-export-folder "Standard Notes Backup and Import File.txt"

MacOS

When executing the above command you might get the following message:

"sn-export-folder" can't be opened because Apple cannot check it for malicious software

Press Show in Finder and right-click on the tool and click Open after that you might get another message:

macOS cannot verify the developer of "sn-export-folder". Are you sure you want to open it?

Press Open and a new terminal window should open with the following:

sn-export-folder-1.0.6-darwin-arm64/sn-export-folder ; exit;
path for `Standard Notes Backup File` is required

Close the terminal window and follow the steps on Usage.

Badges

Build Status License Release