Skip to content

allow user to download/symlink files #7

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions