commands/FBPrintCommands.py [501:507]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        )
        pathString = "{}".format(path).split('"')[1]
        cmd = 'echo {} | tr -d "\n" | pbcopy'.format(pathString)
        os.system(cmd)
        print(pathString)
        if options.open:
            os.system("open " + pathString)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



commands/FBPrintCommands.py [532:538]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        )
        pathString = "{}".format(path).split('"')[1]
        cmd = 'echo {} | tr -d "\n" | pbcopy'.format(pathString)
        os.system(cmd)
        print(pathString)
        if options.open:
            os.system("open " + pathString)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



