Skip to content

import

Import entries from other sources.

Usage

bash
doing import [OPTIONS] [FILE]

Arguments

ArgumentDescription
FILEFile to import entries from

Options

FlagDescription
--from FORMATSource format to import from
-s, --section SECTIONSection to import entries into
--prefix PREFIXPrefix to add to imported entry titles
--tag TAGTag to add to all imported entries
--autotagAutomatically generate tags from entry content

Examples

Import entries from a file:

bash
doing import tasks.csv --from csv

Import into a specific section with a tag:

bash
doing import export.json --from json -s "Imported" --tag imported

Import with a prefix and autotag:

bash
doing import backup.doing --prefix "[old]" --autotag

Released under the MIT License.