Jump to content

xilopaint

Member
  • Posts

    896
  • Joined

  • Last visited

  • Days Won

    24

Posts posted by xilopaint

  1. I've just thrown together a quick test workflow, and the custom actions still work. If you open up your workflow and show the debugger, then try the action again, you may see some error information relating to this... but it looks like a workflow error at this point.

     

    Let me know :)

     

    Cheers,

    Andrew

     

     

    Oh, I had set the wrong action (continuity options instead iPhone call). Sorry for bug you!

  2. xilopaint open the debugger, and post the output.

     

     

    Starting debug for 'WebScreenshot'

     

    [2016-07-28 12:36:13][ERROR: action.script] ./_licensed/imgur-screenshot/imgur-screenshot.sh: line 113: terminal-notifier: command not found

    ./_licensed/imgur-screenshot/imgur-screenshot.sh: line 113: terminal-notifier: command not found

    dyld: warning, LC_RPATH ~/Library/Frameworks in /Library/Audio/Plug-Ins/Components/Flip4Mac WMA Import.component/Contents/MacOS/Flip4Mac WMA Import being ignored in restricted program because it is a relative path

    ./_licensed/imgur-screenshot/imgur-screenshot.sh: line 113: terminal-notifier: command not found

  3. Alfred PDF Tools

    alfred-pdf-tools total code%20style-black-000000 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c696e74696e672d70796c696e742d79656c6c6f77677265656e security-bandit-yellow 3b9d7ae47ec34509a2ba833b0e0d5cc068747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f436f7665726167652f3362396437616534376563333435303961326261383333623065306435636330

     

    icon.png?raw=true


    Description


    Optimize, encrypt and manipulate PDF files using Alfred.


    Usage


    Alfred PDF Tools can be used by the following file actions:

     

    • Optimize: Optimize the selected PDF files by entering the intended
      resolution of the output file (150 dpi is used if no value is input) and the
      document will be improved with increased contrast and straightened text;
    • Deskew: Straighten the selected PDF files with no further appearance changes;

     

    Quote

    Tip: Invoke Alfred and type the progress keyword to track the enhancement
    process from either of the first two mentioned file actions.

     

    • Encrypt: Encrypt the selected PDF files by entering a password;
    • Decrypt: Decrypt the selected PDF files by entering their password or just
      if they’re not password protected;
    • Merge: Merge the selected PDF files. Use the modifier key if you also
      want to move the source files to Trash;
    • Split by Page Count: Split the selected PDF file by page count;
    • Split by File Size: Split the selected PDF file by file size;
    • Slice in Multiple Files: Slice the selected PDF file in multiple files by
      entering page numbers and/or page ranges separated by commas (e.g. 2, 5–8, 20-);
    • Slice in a Single File: Slice the selected PDF file in a single file by
      entering page numbers and/or page ranges separated by commas (e.g. 2, 5–8, 20-);
    • Crop: Convert two-column pages in single pages;
    • Scale: Scale the selected PDF files to a given paper size.


    Contribute


    To report a bug or request a feature, please create an issue or submit a
    pull request.


    Credits


    This workflow relies on pypdf library by Martin Thoma, docopt by Vladimir Keleshev and K2pdfopt by willus.

     

  4. Foursquare Search

     

    A workflow for Alfred 3.


    Download and Installation

     

    Download the workflow file either from GitHub releases or Packal website and install it by double-clicking on Foursquare Search.alfredworklow.


    Configuration and Usage

     

    Foursquare Search can be used by the following keywords:

    • 4sqconfig to set a location (e.g., "Cupertino, CA") to the following searches;
    • 4sqexplore to search intelligently by categories, venues names, tips etc (e.g., "pizza place");
    • 4sqsearch to search for venues by names.

     

    Contribute

     

    To report a bug or submit a feature request, please create an issue or submit a pull request on GitHub.

    Credits


    This workflow relies on Foursquare API, Alfred-Workflow library by Dean Jackson and docopt.

    License


    Foursquare Search code is released under the MIT License.

  5. If you're looking for a way to add multiple inputs (e.g. type an input to filter to a file, then bring up another input to specify what to append to a file), take a look at Alfred 3's Examples > "Dynamic File Search" or "Simple To Do List". Both include multiple inputs to achieve the final goal, and will be a great way for you to get started :)

     

    Cheers,

    Vero

     

    Thank you Vero!

     

    I am editing the post after David Ferguson kindly send me a simple workflow with comments explaining the usage of Args and Vars utility.

×
×
  • Create New...