<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Make&#38;Nature &#187; &#187; ターミナル</title>
	<atom:link href="http://masahiro1007.info/tag/%e3%82%bf%e3%83%bc%e3%83%9f%e3%83%8a%e3%83%ab/feed/" rel="self" type="application/rss+xml" />
	<link>http://masahiro1007.info</link>
	<description>モノ作りと自然が大好きなハッピーライフ</description>
	<lastBuildDate>Fri, 09 Jun 2017 05:06:56 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>［５分で分る］画面上の画像を簡単にキャプチャして記事にのせやすくする方法</title>
		<link>http://masahiro1007.info/mac/capture-easy/</link>
		<comments>http://masahiro1007.info/mac/capture-easy/#comments</comments>
		<pubDate>Thu, 18 Jul 2013 11:52:48 +0000</pubDate>
		<dc:creator><![CDATA[masahiro]]></dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[ターミナル]]></category>
		<category><![CDATA[画像]]></category>

		<guid isPermaLink="false">http://masahiro1007.info/?p=2081</guid>
		<description><![CDATA[Macの画面をブログに載せたいことって結構あると思います。Grabというアプリもありますが、Macデフォルトのピクチャキャプチャ機能で素早く画像を取り込む方法を簡潔にまとめてみました。<p><a href="http://masahiro1007.info/mac/capture-easy/">［５分で分る］画面上の画像を簡単にキャプチャして記事にのせやすくする方法</a> is a post from: <a href="http://masahiro1007.info">Make &amp; Nature</a></p>
]]></description>
		<wfw:commentRss>http://masahiro1007.info/mac/capture-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「今さら聞けない」ターミナルの起動法【Mac　10.8】の場合</title>
		<link>http://masahiro1007.info/develop/terminal-mountain-lion-launch/</link>
		<comments>http://masahiro1007.info/develop/terminal-mountain-lion-launch/#comments</comments>
		<pubDate>Wed, 17 Jul 2013 02:04:31 +0000</pubDate>
		<dc:creator><![CDATA[masahiro]]></dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[アプリ開発]]></category>
		<category><![CDATA[ターミナル]]></category>

		<guid isPermaLink="false">http://masahiro1007.info/?p=2062</guid>
		<description><![CDATA[以前、Macの機能を変更するのにどうやら「ターミナル（Terminal)」というものが必要になりました。
でも、その時、なかなか良くわからなくて困ったので、記録しておきます<p><a href="http://masahiro1007.info/develop/terminal-mountain-lion-launch/">「今さら聞けない」ターミナルの起動法【Mac　10.8】の場合</a> is a post from: <a href="http://masahiro1007.info">Make &amp; Nature</a></p>
]]></description>
		<wfw:commentRss>http://masahiro1007.info/develop/terminal-mountain-lion-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ターミナル　備忘録　コマンド編</title>
		<link>http://masahiro1007.info/develop/terminal-memo/</link>
		<comments>http://masahiro1007.info/develop/terminal-memo/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 05:33:58 +0000</pubDate>
		<dc:creator><![CDATA[masahiro]]></dc:creator>
				<category><![CDATA[アプリ開発]]></category>
		<category><![CDATA[ターミナル]]></category>

		<guid isPermaLink="false">http://masahiro1007.info/?p=484</guid>
		<description><![CDATA[そんなにしょっちゅう使う訳じゃないけど、たま～にどうしても使わなきゃいけないことがあるターミナル。
そんなにたくさんのコマンドは自分は必要ない。
必須でよく使うものだけまとめてみました。<p><a href="http://masahiro1007.info/develop/terminal-memo/">ターミナル　備忘録　コマンド編</a> is a post from: <a href="http://masahiro1007.info">Make &amp; Nature</a></p>
]]></description>
		<wfw:commentRss>http://masahiro1007.info/develop/terminal-memo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.8 (Mountain Lion)でPythonを使う</title>
		<link>http://masahiro1007.info/develop/mac-os-x-mountain-lion-python/</link>
		<comments>http://masahiro1007.info/develop/mac-os-x-mountain-lion-python/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 01:43:21 +0000</pubDate>
		<dc:creator><![CDATA[masahiro]]></dc:creator>
				<category><![CDATA[アプリ開発]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[ターミナル]]></category>

		<guid isPermaLink="false">http://masahiro1007.info/?p=481</guid>
		<description><![CDATA[Mac OS X 10.8 (Mountain Lion)でPythonを使う備忘録。<p><a href="http://masahiro1007.info/develop/mac-os-x-mountain-lion-python/">Mac OS X 10.8 (Mountain Lion)でPythonを使う</a> is a post from: <a href="http://masahiro1007.info">Make &amp; Nature</a></p>
]]></description>
		<wfw:commentRss>http://masahiro1007.info/develop/mac-os-x-mountain-lion-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【Objective-C】iPhoneアプリ開発：NSLocalizedString を　ターミナルでLocalizable.strings作成</title>
		<link>http://masahiro1007.info/develop/nslocalizedstring-localizable-strings/</link>
		<comments>http://masahiro1007.info/develop/nslocalizedstring-localizable-strings/#comments</comments>
		<pubDate>Sun, 17 Jun 2012 02:19:30 +0000</pubDate>
		<dc:creator><![CDATA[masahiro]]></dc:creator>
				<category><![CDATA[アプリ開発]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[ターミナル]]></category>

		<guid isPermaLink="false">http://masahiro1007.info/?p=163</guid>
		<description><![CDATA[初めてターミナル使った。備忘録<p><a href="http://masahiro1007.info/develop/nslocalizedstring-localizable-strings/">【Objective-C】iPhoneアプリ開発：NSLocalizedString を　ターミナルでLocalizable.strings作成</a> is a post from: <a href="http://masahiro1007.info">Make &amp; Nature</a></p>
]]></description>
		<wfw:commentRss>http://masahiro1007.info/develop/nslocalizedstring-localizable-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
