Skip to content

Instantly share code, notes, and snippets.

View link0ff's full-sized avatar

Juri Linkov link0ff

View GitHub Profile
@link0ff
link0ff / trello_json_to_org.rb
Created November 4, 2020 16:43
Convert Trello JSON export files to Org-mode format
#!/usr/bin/env ruby
# trello_json_to_org.rb
# convert JSON files exported from Trello to https://orgmode.org/ format
#
# Copyright (C) 2020 Juri Linkov <juri@linkov.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or