<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Macos on Jake Worth</title><link>https://jakeworth.com/tags/macos/</link><description>Recent content in Macos on Jake Worth</description><image><title>Jake Worth</title><url>https://jakeworth.com/twittercard.png</url><link>https://jakeworth.com/twittercard.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 17 Mar 2025 16:51:09 -0400</lastBuildDate><atom:link href="https://jakeworth.com/tags/macos/index.xml" rel="self" type="application/rss+xml"/><item><title>Kill MacOS Processes by Name</title><link>https://jakeworth.com/tils/kill-macos-processes-by-name/</link><pubDate>Mon, 17 Mar 2025 16:51:09 -0400</pubDate><guid>https://jakeworth.com/tils/kill-macos-processes-by-name/</guid><description>&lt;p&gt;I have a cron job that opens a program every day at a certain time. How can I also close it with a cron job?&lt;/p&gt;</description></item><item><title>Understanding Scrollbar Visibility</title><link>https://jakeworth.com/tils/understanding-scrollbar-visiblity/</link><pubDate>Thu, 11 Apr 2024 09:59:30 -0400</pubDate><guid>https://jakeworth.com/tils/understanding-scrollbar-visiblity/</guid><description>&lt;p&gt;When doing web programming in a context where scroll might be expected, you may
see some surprising behavior in the scrollable HTML– an inexplicable gray bar on
the bottom or right of the element.&lt;/p&gt;</description></item><item><title>XCode Run Hotkey</title><link>https://jakeworth.com/tils/xcode-run-hotkey/</link><pubDate>Tue, 30 Jan 2024 11:12:52 -0500</pubDate><guid>https://jakeworth.com/tils/xcode-run-hotkey/</guid><description>&lt;p&gt;&lt;code&gt;⌘ + R&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Zoom and Scroll in Figma</title><link>https://jakeworth.com/tils/zoom-and-scroll-in-figma/</link><pubDate>Tue, 20 Dec 2022 11:22:34 -0500</pubDate><guid>https://jakeworth.com/tils/zoom-and-scroll-in-figma/</guid><description>&lt;p&gt;When viewing a Figma design file, you can zoom in/out with &lt;code&gt;CMD&lt;/code&gt; and up/down on
a trackpad or magic mouse.&lt;/p&gt;
&lt;p&gt;Scroll left or right with one-finger swipe left or right.&lt;/p&gt;
&lt;p&gt;Zoom and scroll; along with adding comments and copying CSS, that&amp;rsquo;s most of
what I do in Figma.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m sure that these commands are useful in many other settings, but I find them
especially valuable in a Figma file, which can feel otherwise challenging for
me to navigate.&lt;/p&gt;</description></item><item><title>Pipe to pbcopy</title><link>https://jakeworth.com/tils/standard-output-to-clipboard-buffer/</link><pubDate>Sun, 26 Aug 2018 17:56:33 -0400</pubDate><guid>https://jakeworth.com/tils/standard-output-to-clipboard-buffer/</guid><description>&lt;p&gt;Adding &lt;code&gt;| pbcopy&lt;/code&gt; to the end of any command will send the standard output to your clipboard.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;ls -al | pbcopy&lt;/code&gt; inside a rails project directory allowed me to paste this:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;Gemfile
Gemfile.lock
README.md
Rakefile
app
bin
config
config.ru
db
features
lib
log
public
script
spec
test
tmp
vendor
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>