-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic installation help? #52
Comments
Hello! I usually have it just under You can try to do: ./transferwee.py upload /Users/noisyneil/Desktop/Test.txt ...and it should work. If you would like to call it via just You can see your echo $PATH ...and it is a comma-separated list of several directories that are used to pick up binary/scripts so you can just calls them without any prefix, for example here I have: $ echo $PATH
/home/leot/bin:/home/leot/localbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/local/bin:/usr/local/sbin:/usr/X11R7/bin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/games So I could just: mv transferwee.py /home/leot/bin/transferwee and I can just type (Probably you will have something similar under your home directory that should be Hope this help! |
Thanks so much for such a detailed and thoughtful response! 🙏🏼 This is looking promising, as it seemed to do something. It did fail though. Any idea what this data error might mean?
Regarding calling it with a simpler command: I don't mind what the command is, as I'll be automating it via Keyboard Maestro. With that in mind, what happens when the transfer is complete? Is the download link added to the system clipboard? Thanks again! |
Can anyone advise on how to install this? I'm a python/github noob.
I've run the following:
...and got zsh:
command not found: transferwee
.Any help appreciated.
The text was updated successfully, but these errors were encountered: