No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Humphrey Drummond 50924bc6a4 Migrate module path from github.com to codeberg.org
Codeberg is the primary source; GitHub is a mirror.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 23:07:17 +00:00
cmd/godocs-importer Migrate module path from github.com to codeberg.org 2026-03-26 23:07:17 +00:00
internal external godocs client 2026-02-28 08:07:30 +00:00
testdata first release 2026-02-16 15:21:06 +00:00
.gitignore external godocs client 2026-02-28 08:07:30 +00:00
CHANGELOG.md upating changelog 2026-02-28 08:09:57 +00:00
CLAUDE.md first release 2026-02-16 15:21:06 +00:00
example.env external godocs client 2026-02-28 08:07:30 +00:00
go.mod Migrate module path from github.com to codeberg.org 2026-03-26 23:07:17 +00:00
go.sum first release 2026-02-16 15:21:06 +00:00
README.md Migrate module path from github.com to codeberg.org 2026-03-26 23:07:17 +00:00
research.md bug fixes 2026-02-25 14:49:18 +00:00
ROADMAP.md improving UI 2026-02-20 18:08:05 +00:00
task-plus.yml Add task-plus.yml and links section to README 2026-03-09 16:48:38 +00:00
Taskfile.yml external godocs client 2026-02-28 08:07:30 +00:00

godocs-importer

Import Evernote .enex exports into godocs.

Usage

# List notes in an ENEX file
godocs-importer walk export.enex

# Check import status
godocs-importer check export.enex

# Import into godocs
godocs-importer import export.enex --godocs-url http://localhost:8080

Install

go install github.com/drummonds/godocs-importer/cmd/godocs-importer@latest
Documentation https://h3-godocs-importer.statichost.page/
Source (Codeberg) https://codeberg.org/hum3/godocs-importer
Mirror (GitHub) https://github.com/drummonds/godocs-importer