Commit Graph

195 Commits

Author SHA1 Message Date
Maxim Veksler
e26e2ca341 Setting zsh as default shell on El Capitan
Work around this bug:

```bash
chsh -s $(brew --prefix)/bin/zsh
chsh: /usr/local/bin/zsh: non-standard shell
```
2015-10-27 23:00:53 +02:00
Vlad Marinov
2d17fc436c Fixed space suggestion 2015-10-26 21:11:13 -07:00
Vlad Marinov
18a2f9a5f8 Space to Dock command 2015-10-26 20:45:06 -07:00
Shichao An
d24be5d3fd Fixed Application Firewall according to inline comments 2015-10-26 17:01:04 -07:00
Shichao An
aead4545ff Added Application Firewall socketfilterfw 2015-10-26 14:53:37 -07:00
Marcel Bischoff
b0760650db Fixes from pull request #53 2015-10-26 17:40:14 +01:00
Shivendra Dayal
c452a4ff2c Take a Delayed Screenshot
Takes a screenshot after 3 seconds and displays in Preview.
2015-10-26 21:21:34 +05:30
Marcel Bischoff
4cfb86eb10 Fix wording from pull request #34 2015-10-25 19:32:49 +01:00
Marcel Bischoff
f212e68b38 Merge pull request #34 from nstrayer/mavericksWallpaperFunction
Mavericks wallpaper function
2015-10-25 19:31:48 +01:00
Marcel Bischoff
09d6ddf14f Merge pull request #45 from perryclarke/patch-1
Fix "Remove Apple Remote Desktop Settings"
2015-10-25 19:29:59 +01:00
Nick Strayer
f0bccaf483 Added suggested changes in wording 2015-10-24 21:11:46 -05:00
Marcel Bischoff
4d7831991f Change code for keys 2015-10-25 02:54:05 +02:00
Marcel Bischoff
560149e410 Fix typos, again 2015-10-25 02:46:58 +02:00
Marcel Bischoff
40e03952de Add System Integrity Protection category and entries 2015-10-25 02:45:55 +02:00
Marcel Bischoff
f3192f6f54 Add Clear All ACLs command 2015-10-24 23:58:22 +02:00
Marcel Bischoff
c86406bd40 Correct header 2015-10-24 23:56:41 +02:00
Marcel Bischoff
dbf839ba8b Add Remove Protected Flag command 2015-10-24 23:55:52 +02:00
Marcel Bischoff
16050e8078 Cleanup duplicate entry 2015-10-24 23:34:39 +02:00
Marcel Bischoff
f34670d7e4 Merge pull request #46 from Hummer12007/patch-1
Add a Recent Apps stack
2015-10-24 23:33:24 +02:00
Marcel Bischoff
af62a4ffdb Fix typo 2015-10-24 23:32:25 +02:00
Marcel Bischoff
493a5629b1 Add Dock category and entry 2015-10-24 23:31:53 +02:00
Hummer12007
8df8659fa5 Added a Recent Apps stack 2015-10-25 00:27:45 +03:00
Perry Clarke
2b312e90ed Fix "Remove Apple Remote Desktop Settings"
Fix "Remove Apple Remote Desktop Settings" so it doesn't fight with the defaults system and make the commands independent of each other since some of the items being removed may not currently exist
2015-10-24 13:08:43 -07:00
Robert Davey
98c7ae9ea1 Update the FileVault auth-restart command with comments from pull request. 2015-10-24 09:10:08 +01:00
Robert Davey
09873d62d8 Merge remote-tracking branch 'herrbischoff/master' 2015-10-24 09:07:57 +01:00
Marcel Bischoff
cfc89bc114 Add sudo to Bonjour commands 2015-10-24 07:44:15 +02:00
Robert Davey
a196be59bf Added FileVault command to restart machine and skip initial unlock 2015-10-23 17:24:01 +01:00
Marcel Bischoff
9fd19f700c Merge pull request #14 from hffmnn/feature/screenshots
Add commands to change screenshot location, type and shadow
2015-10-23 10:13:18 +02:00
Vikash Bajaj
d685926572 Added remaining battery time and percentage to hardware information 2015-10-23 00:54:54 -07:00
Nick Strayer
c2dc96a9c7 unfunctionalized the command and removed white-space as per contribution guidelines. 2015-10-22 12:47:16 -05:00
Nick Strayer
964c82af86 Added section for changing wallpaper on post Mavericks machines. 2015-10-22 12:44:33 -05:00
Christian Hoffmann
682b90421a Fix capitalization 2015-10-22 18:54:30 +02:00
Marcel Bischoff
0afa41eed1 Merge pull request #17 from Glutnix/prezto
Add Prezto link to Zsh section
2015-10-21 16:45:30 +02:00
Marcel Bischoff
14a8578f85 Correct sorting of Bonjour commands 2015-10-21 16:03:42 +02:00
Marcel Bischoff
f16d55795c Merge pull request #18 from talkain/master
Fixed the Bonjour enable/disable commands' titles
2015-10-21 16:02:12 +02:00
Marcel Bischoff
6964a6c5ce Fix title 2015-10-21 15:58:01 +02:00
Marcel Bischoff
45e3b5b62c Merge pull request #21 from vinkla/patch-3
Stop Itunes from Responding to the Keyboard Media Keys
2015-10-21 15:56:28 +02:00
Marcel Bischoff
fd779eb003 Merge pull request #19 from vinkla/patch-1
Show IP Address
2015-10-21 15:48:15 +02:00
Vincent Klaiber
f939a4e6ff Stop Itunes from Responding to the Keyboard Media Keys
Make iTunes ignore users pressing the media keys.
2015-10-21 09:18:51 +02:00
Vincent Klaiber
18fb80b853 Show IP Address
Don't know about the naming/description though. Any thoughts to make it better?
2015-10-21 09:18:04 +02:00
Marcel Bischoff
089bd319e4 Merge pull request #29 from rileyjshaw/patch-4
Add "Show Current SSID"
2015-10-21 03:39:54 +02:00
Riley Shaw
b58c3e1431 Add "Show Current SSID"
Pretty useful when combined with "Show Wi-Fi Network Passwords" :)
2015-10-20 18:35:45 -07:00
Riley Shaw
ff7ecb39e2 Add "kind" flag to "Show Wi-Fi Network Passwords"
Adding the `-D` flag prevents passwords that aren't for Wi-Fi Networks from being shown.

```bash
> security find-generic-password -h
...
    -D  Match "kind" string
...
```
2015-10-20 18:22:35 -07:00
Marcel Bischoff
27549b71d4 Merge pull request #27 from rileyjshaw/patch-1
Add "cd to the Folder Currently Open in Finder"
2015-10-21 03:14:31 +02:00
Riley Shaw
9935206d69 Simplify "Show Wi-Fi Network Passwords" to use built-in flags
Rather than `grep`ing for `password:`, we can simply use the `-w` flag.

```bash
> security find-generic-password -h
    ...
    -w  Display only the password on stdout
    ...
```
2015-10-20 18:12:09 -07:00
Riley Shaw
d83d4a486d Add "cd to the Folder Currently Open in Finder"
If multiple windows are open, it chooses the top-most one.
2015-10-20 18:00:24 -07:00
Ed Flanagan
05ae7ac3fc Add Source Code Pro to Terminal Fonts 2015-10-20 17:21:58 -07:00
Marcel Bischoff
b194a1b690 Alphabetize Show Local IP Address command 2015-10-21 02:05:32 +02:00
Marcel Bischoff
30e8eb162a Clarify Show Wi-Fi Network Passwords command
From issue #24
2015-10-21 01:33:07 +02:00
Vincent Klaiber
b2027f656f Show Local IP Address
Same as #19 only this is your local IP.
2015-10-20 17:43:14 +02:00