Jump to content

hybridjosto

Member
  • Posts

    2
  • Joined

  • Last visited

hybridjosto's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. thanks for the help. What you said about the .sh makes sense. I've added the full python command straight to the run script and this now works query="$( python3 ~/icloud/python_projects/PassGen/xkcd_password_generator.py )"
  2. Hi, I've created a custom bash command of "passw" which runs a python script to create an xkcd style password. I can run this from any terminal screen and it outputs a password. function passw() { python3 ~/icloud/python_projects/PassGen/xkcd_password_generator.py } I would like to create a workflow to output to clipboard and notification, but I am struggling with the run script action, I can't seem to find a basic tutorial on using it. so far I have tried query=passw echo -n $query and passw the log file says that passw command is not found. I'd be grateful for any help!
×
×
  • Create New...