Skip to content

allow user to download/symlink files #7

@ORESoftware

Description

@ORESoftware

The following command downloads the file and writes to output:

type_creator download <url-to-file>  --output <folder/file>

The following command does the same, but writes the file to a central location, and then symlinks from central location to output

type_creator download -s  <url-to-file>  -o <folder/file>

so the above command would write the file to:

path="$HOME/.typeaware/downloads/<url-to-file>"

then it would symlink it to local:

ln -s $path $output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions