Jump to content

AntonioRuiz

Member
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    AntonioRuiz reacted to brennan in How to: Pin clipboard items   
    Is there anyway to pin frequently used lines of text to the clipboard feature for easy access?
     
     
    Thanks,
     
    Brennan
  2. Thanks
    AntonioRuiz reacted to pawelgrzybek in Div — simple windows manager   
    Div — simple windows manager

    This is simple Alfred workflow to help you manage opened windows. It is simple (50 lines of applescript) but powerful tool. It allows you to create your own layouts, custom sizes and custom proportion.

    Requirements

    Some of the mac OS apps are non-scriptable which means they are not working very well with applescript. Fortunately "SystemEvents" can handle them really well. Few simple steps are required to enable Alfred's access to Accessibility tools.

    1. Open System Preferences
    2. Go to Security & Privacy
    3. Go to last Privacy tab
    4. On the left panel choose Accessibility
    5. Unlock access to preferences by clicking lock in bottom left corner and pass your password
    5. Click small `+` icon and add Alfred from the list.
    6. Done

    Other windows managers requires similar procedure. It is not related with Div only. If you use older operating system than El Capitan, have a look at great instruction on [Mizage website](http://mizage.com/help/accessibility.html).
     
    Download

    Download Div from Packal

    How to use
     
    I published a detailed instruction on my personal website. Have a look if you are keen to understand a full potential of Div.

    Choose predefined layout

    Simply type `div` in Alfred window and choose layout from predefined list.

    Custom bounds

    Choose custom bounds by passing 4 space separated values. For example `div 20 20 80 80` will place top left corner of an app 20% from top and 20% from left edge of a screen, and bottom right corner 80% from top and 80% from left edge of a screen.

    Custom size

    Choose custom size by passing 2 space separated values. For example `div 800 600` will resize your window to 800px width and 600px height and place the window on the middle of a screen.

    Hotkeys

    Use predefined settings and bind custom hotkeys to them to place window in common locations:

    - ⌃ ⌥ 1  Full
    - ⌃ ⌥ 2  Medium
    - ⌃ ⌥ 3  Small
    - ⌃ ⌥ ←  Left
    - ⌃ ⌥ →  Right
    - ⌃ ⌥ ↑  Top
    - ⌃ ⌥ ↓  Bottom
     

     

     

     

  3. Thanks
    AntonioRuiz reacted to ninjasmurf in Ninja Sort - sort your text alphabetically   
    This workflow will sort paragraphs alphabetically.
    Download from Github: https://github.com/ninja-smurf/alfred-ninja-sort/releases/download/v1.0.1/alfred-sort.alfredworkflow
     
    Just select text and press the hotkey you set.
     
     turns into ->
    Changes:
     
    1.0.1
    Changes settings to use checkbox. Much prettier! Updates the name in some places I did not know of.
  4. Like
    AntonioRuiz got a reaction from JJJJ in Pinning Clipboard Viewer   
    +1
     
    This would be very helpful when working on extremely repetitive copy-paste tasks.
     
    Maybe, an option could be to trigger this behaviour using the ⌥ key, as JJJJ mentioned. But, if the clipboard viewer has to close to trigger the focus change, using ⌥ would reopen automatically the clipboard viewer, removing the need to use the shortcut again.
     
    Would that be possible?
×
×
  • Create New...