Jump to content

marketdrayton

Member
  • Posts

    5
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    marketdrayton reacted to alexchantastic in Lorem Ipsum Workflow   
    An Alfred 3 workflow for generating lorem ipsum dummy text using joshtronic/php-loremipsum.
     
    View on Github
     
    Installation
    Download the workflow Double click the .alfredworkflow file to install  
    Usage
    Use the keyword lipsum to trigger the workflow Select format you want to generate (characters, words, sentences, or paragraphs) (Optional) Type in the number of the format you would like to generate (defaults to 1) Press enter to copy to clipboard and paste into the forefront application or just ⌘ + c to copy to clipboard  
    Release Log
    v2.2.0 (latest) v2.1.0 v2.0.0 v1.0.0
  2. Thanks
    marketdrayton reacted to deanishe in Continuous terminal commands (TFTP)   
    For (1), run the command open /private first (that opens /private in Finder).
     
    For (2), you can only (easily) send a single command to Terminal. What you need to do is join your commands with && or ;:
     
    sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist && sudo launchctl start com.apple.tftpd ...  
    To close the terminal afterwards, add ; exit to the end of the command, or to close the entire application, run osascript -e 'tell application "Terminal" to quit')
     
    You shouldn't put your Mac password in workflows. Instead, edit sudoers to allow your user to run those commands without a password (you still need sudo, though).
×
×
  • Create New...