Skip to content
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

Lots of plugins #137

Draft
wants to merge 100 commits into
base: master
Choose a base branch
from
Draft

Commits on Jan 5, 2017

  1. Add airdrop plugin

    The Grand Design committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    c00bbd5 View commit details
    Browse the repository at this point in the history
  2. Add airport plugin

    The Grand Design committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    006986b View commit details
    Browse the repository at this point in the history
  3. Add debugmode plugin

    The Grand Design committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    1e0a7d3 View commit details
    Browse the repository at this point in the history
  4. Add lightsensor subcommand to display

    The Grand Design committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    febeb9d View commit details
    Browse the repository at this point in the history
  5. Fix dock pruning so that it always works

    And so that it always wipes out all items.
    The Grand Design committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    ae21fa6 View commit details
    Browse the repository at this point in the history
  6. Allow the dock to be completely disabled

    The Grand Design committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    7d0817f View commit details
    Browse the repository at this point in the history
  7. Add autohidedelay and autohidespeed to dock

    The previous `show_delay` was incorrect.  It was changing the speed of the
    transition, not the delay before the transition started.  I left
    `show_delay` in there and mapped it to the (incorrect) `auto_hide_speed`
    for backwards compatibility but removed reference to it from the README.
    The Grand Design committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    9aba633 View commit details
    Browse the repository at this point in the history
  8. Add magnificationsize to the dock

    The Grand Design committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    70759c9 View commit details
    Browse the repository at this point in the history
  9. Add iconsize to the dock

    The Grand Design committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    0b95915 View commit details
    Browse the repository at this point in the history
  10. Add bounce effects to the dock

    The Grand Design committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    06bcbab View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2017

  1. Whitespace

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    a9d1b71 View commit details
    Browse the repository at this point in the history
  2. Add active indicators to dock

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    9d7f6cf View commit details
    Browse the repository at this point in the history
  3. Add helper functions to remove some duplication around reading values

    There's quite a bit of duplication among many of these functions.  I'm
    going to add a few helper functions to clean some of it up.  It will make
    adding new plugins easier as well as make the user experience more
    consistent.  Not to mention cutting down on possible bugs.
    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    1394663 View commit details
    Browse the repository at this point in the history
  4. Add more helper functions to remove a bunch of duplication

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    5f6fdb9 View commit details
    Browse the repository at this point in the history
  5. Clear more duplication by creating more helpers

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    f9090f3 View commit details
    Browse the repository at this point in the history
  6. Add hidden app dimming to the dock

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    7e09ee0 View commit details
    Browse the repository at this point in the history
  7. Add only show running to the dock

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    c448b24 View commit details
    Browse the repository at this point in the history
  8. Add full screen delay to the dock

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    db9b798 View commit details
    Browse the repository at this point in the history
  9. Add iTunes notifications to the dock

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    e8c6271 View commit details
    Browse the repository at this point in the history
  10. Change helpers to converters to be more specific

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    0638d9f View commit details
    Browse the repository at this point in the history
  11. Add keyboard plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    724c018 View commit details
    Browse the repository at this point in the history
  12. Add tags to gitignore

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    883160a View commit details
    Browse the repository at this point in the history
  13. Add spotlight plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    07d85d3 View commit details
    Browse the repository at this point in the history
  14. Add tooltips plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    f153ae8 View commit details
    Browse the repository at this point in the history
  15. Add consistent way of extracting commands/subcommand names

    This was much too prone to manual error.  For now I just went through the
    commands that were predominantly 'defaults write' commands as that what
    I'm currently the most focused on.
    
    I also removed the duplication of the restarting of processes and made it
    happen after any command (which has been given a value) has been run.
    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    9c41339 View commit details
    Browse the repository at this point in the history
  16. Add password delay to screensaver

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    c7fab51 View commit details
    Browse the repository at this point in the history
  17. Add bannertime to notification

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    508218c View commit details
    Browse the repository at this point in the history
  18. Add mission control

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    4259f41 View commit details
    Browse the repository at this point in the history
  19. Add hot corners plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    0c8f545 View commit details
    Browse the repository at this point in the history
  20. Add filevault plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    6823062 View commit details
    Browse the repository at this point in the history
  21. Add power plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    aa4f453 View commit details
    Browse the repository at this point in the history
  22. Add dashboard plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    4c03fb3 View commit details
    Browse the repository at this point in the history
  23. Add time machine plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    1b497d0 View commit details
    Browse the repository at this point in the history
  24. Add datetime plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    dda1338 View commit details
    Browse the repository at this point in the history
  25. Add locale plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    c525512 View commit details
    Browse the repository at this point in the history
  26. Fix issues with matching 'true' text

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    6921e9f View commit details
    Browse the repository at this point in the history
  27. Add autobackup and mediakeys to itunes

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    975c1af View commit details
    Browse the repository at this point in the history
  28. Add diskutility plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    0964f8f View commit details
    Browse the repository at this point in the history
  29. Add new firewall commands

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    969f2d7 View commit details
    Browse the repository at this point in the history
  30. Add scrolling plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    6c3057c View commit details
    Browse the repository at this point in the history
  31. Add diskimages plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    42a892f View commit details
    Browse the repository at this point in the history
  32. Add appearance plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    d7c22ba View commit details
    Browse the repository at this point in the history
  33. Add launchpad plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    079b036 View commit details
    Browse the repository at this point in the history
  34. Add location plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    112c8a0 View commit details
    Browse the repository at this point in the history
  35. Syntax changes

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    7aa77d7 View commit details
    Browse the repository at this point in the history
  36. Add autologin to user

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    e991c23 View commit details
    Browse the repository at this point in the history
  37. Add fastuserswitching and guest to user

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    5056f38 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7cba97e View commit details
    Browse the repository at this point in the history
  39. Add loginattemptsbeforehint to user

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    28e2265 View commit details
    Browse the repository at this point in the history
  40. Add showsecure to user

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    d057ce6 View commit details
    Browse the repository at this point in the history
  41. Add loginpoweroptions to user

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    8a8157b View commit details
    Browse the repository at this point in the history
  42. Add warn to trash

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    3f7a9f4 View commit details
    Browse the repository at this point in the history
  43. Change hostname to add a few more places where it needs to change

    This was pretty close but was missing a couple places
    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    091f58e View commit details
    Browse the repository at this point in the history
  44. Add loginmessage to user

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    9d0e6ce View commit details
    Browse the repository at this point in the history
  45. Add restartonhang to power

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    534569b View commit details
    Browse the repository at this point in the history
  46. Add automatic options to update

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    36d9bdc View commit details
    Browse the repository at this point in the history
  47. Add interval to update

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    d6391fe View commit details
    Browse the repository at this point in the history
  48. Add animations

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    26fd3a9 View commit details
    Browse the repository at this point in the history
  49. Add remotedsstore to finder

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    6a3244d View commit details
    Browse the repository at this point in the history
  50. Add defaultusername to network

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    74fb74d View commit details
    Browse the repository at this point in the history
  51. Add quitwhenfinished to printer

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    10cafe9 View commit details
    Browse the repository at this point in the history
  52. Add wakeonethernet and guestaccess to network

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    5f969d3 View commit details
    Browse the repository at this point in the history
  53. Alphabetize README

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    6fff6d1 View commit details
    Browse the repository at this point in the history
  54. Add standbykey to filevault

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    7967718 View commit details
    Browse the repository at this point in the history
  55. Add sound plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    6e67119 View commit details
    Browse the repository at this point in the history
  56. Add persistmemory to power

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    8bd82ba View commit details
    Browse the repository at this point in the history
  57. Add dialogs plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    c801b5c View commit details
    Browse the repository at this point in the history
  58. Add dir show and hide

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    6f81baa View commit details
    Browse the repository at this point in the history
  59. Add tons of new finder capabilities

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    f8f7fe8 View commit details
    Browse the repository at this point in the history
  60. Add screencapture plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    6b3a698 View commit details
    Browse the repository at this point in the history
  61. Add system plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    c70cebd View commit details
    Browse the repository at this point in the history
  62. Add menubar plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    737eea5 View commit details
    Browse the repository at this point in the history
  63. Add fullscreen plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    e07d2f1 View commit details
    Browse the repository at this point in the history
  64. Add windows plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    fb0857a View commit details
    Browse the repository at this point in the history
  65. Add hidequicklookondeactivate to finder

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    317dac6 View commit details
    Browse the repository at this point in the history
  66. Add remotesharing to disk

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    dedcd82 View commit details
    Browse the repository at this point in the history
  67. Update usage in docs to be more consistent

    Apparently from having many contributors the docs got a bit out of date
    (format-wise).  Some (most) of the "examples" were actually usage.
    
    Examples should contain sample data.  Usage should contain placeholders.
    
    Take the `service` plugin for example:
    
    This is usage:
    
        m service load <service_name>
    
    This is an example:
    
        m service load com.apple.sessionlogoutd
    
    I didn't rewrite everything but I made some good progress.
    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    ed06b08 View commit details
    Browse the repository at this point in the history
  68. Allow yes/no combos to include on/off

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    5024887 View commit details
    Browse the repository at this point in the history
  69. Fix matching on floats with more than one number

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    23b8360 View commit details
    Browse the repository at this point in the history
  70. Quote all the things

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    6d1ddaa View commit details
    Browse the repository at this point in the history
  71. Fix missing imports/command name extraction

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    5015654 View commit details
    Browse the repository at this point in the history
  72. Fix places where we weren't using our helpers

    Some places can't be replaced, but these could
    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    414e980 View commit details
    Browse the repository at this point in the history
  73. Fix calls to incorrect defaults helpers

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    c0fb4d3 View commit details
    Browse the repository at this point in the history
  74. Fix issues with commands being called with no arguments

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    4662455 View commit details
    Browse the repository at this point in the history
  75. Change return text to be better

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    ada82f9 View commit details
    Browse the repository at this point in the history
  76. Add missing sudos

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    a62b94e View commit details
    Browse the repository at this point in the history
  77. Style and nameing changes

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    5f8cd93 View commit details
    Browse the repository at this point in the history
  78. Remove tooltip font stuff which no longer works

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    f6631d2 View commit details
    Browse the repository at this point in the history
  79. Fix variable and function call bugs

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    0ad4199 View commit details
    Browse the repository at this point in the history
  80. Fix enabled/disabled instead of enable/disable

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    965cc83 View commit details
    Browse the repository at this point in the history
  81. Remove wildcards since they aren't very useful

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    1c0df25 View commit details
    Browse the repository at this point in the history
  82. Docs fix

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    2a59df2 View commit details
    Browse the repository at this point in the history
  83. Add autoplay to disk

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    2d3e660 View commit details
    Browse the repository at this point in the history
  84. Add mouse plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    5bcbddc View commit details
    Browse the repository at this point in the history
  85. Add toggleshortcut to keyboard

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    f42677c View commit details
    Browse the repository at this point in the history
  86. Add loginitems plugin

    The Grand Design committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    95a8122 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Fix standby key

    The Grand Design committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    3deb7af View commit details
    Browse the repository at this point in the history
  2. Add foldersfirst to finder

    The Grand Design committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    758ee28 View commit details
    Browse the repository at this point in the history
  3. Fix missing subcommand

    The Grand Design committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    4c938c7 View commit details
    Browse the repository at this point in the history
  4. Remove extra 'killall'

    The Grand Design committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    6c60ca1 View commit details
    Browse the repository at this point in the history