Skip to content

Instantly share code, notes, and snippets.

View link0ff's full-sized avatar

Juri Linkov link0ff

View GitHub Profile
@link0ff
link0ff / firefox_bookmarks_html_to_org.rb
Last active November 28, 2021 18:55
Convert Firefox/Chromium Bookmarks HTML export files to Org-mode format
#!/usr/bin/env ruby
# firefox_bookmarks_html_to_org.rb
# convert HTML files exported from Firefox/Chromium/Chrome/Brave/... Bookmarks
# to https://orgmode.org/ format
#
# Copyright (C) 2021 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
@link0ff
link0ff / firefox_bookmarks_json_to_org.rb
Last active November 28, 2021 18:55
Convert Firefox Bookmarks JSON export files to Org-mode format
#!/usr/bin/env ruby
# firefox_bookmarks_json_to_org.rb
# convert JSON files exported from Firefox Bookmarks Backup
# to https://orgmode.org/ format
#
# Copyright (C) 2021 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
@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