ankit

package module
v0.0.0-...-5b79455 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2022 License: MIT Imports: 2 Imported by: 0

README

ankit

🔨 CSV export tool for Anki.

Anki Import CSV

credit: ankit

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Copy

func Copy(dst io.Writer, src Reader) error

Copy copies from src to dst until either EOF is reached on src or an error occurs.

Types

type Note

type Note interface {
	Fields() []string
}

Note consists of fields.

type Reader

type Reader interface {
	Read() (fields []string, err error)
}

Reader is the interface that wraps the basic Read method.

func OneNoteReader

func OneNoteReader(n Note) Reader

OneNoteReader returns a Reader with only one Note.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL