Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
[bash] exploring preferences
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Dysfunction" data-source="post: 798160" data-attributes="member: 51052"><p>if you wanted to say.. toggle your screen capture modes.. (and I wanted to do this) you'd do something like</p><p></p><p>The command is as follows:</p><p>defaults write com.apple.screencapture type jpg && killall SystemUIServer</p><p></p><p>if you wanted a simple command you could do something like</p><p></p><p>echo 'alias ssJpg="defaults write com.apple.screencapture type jpg && killall SystemUIServer"' >>.profile</p><p></p><p>then you can just issus ssJpg and have it change to jpg. Make sense?</p></blockquote><p></p>
[QUOTE="Dysfunction, post: 798160, member: 51052"] if you wanted to say.. toggle your screen capture modes.. (and I wanted to do this) you'd do something like The command is as follows: defaults write com.apple.screencapture type jpg && killall SystemUIServer if you wanted a simple command you could do something like echo 'alias ssJpg="defaults write com.apple.screencapture type jpg && killall SystemUIServer"' >>.profile then you can just issus ssJpg and have it change to jpg. Make sense? [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Operating System
[bash] exploring preferences
Top