file uploads files from your system into a SysReptor note.
Examples
Upload files from folder
12
reptorfilearchive.zip
reptorfile*# Upload all files
Usage
1 2 3 4 5 6 7 8 9101112
usage: reptor file [-h] [-fn FILENAME] [--no-link] [file ...]
Uploads a file
positional arguments:
file files to upload; leave empty for stdin
options:
-h, --help show this help message and exit
-fn FILENAME, --filename FILENAME
filename if file provided via stdin
--no-link upload file to project without adding markdown link to note (note that unreferenced files are deleted during regular cleanup jobs)