<?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>Xupisco?! &#187; mac</title>
	<atom:link href="http://xupisco.net/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://xupisco.net</link>
	<description></description>
	<lastBuildDate>Thu, 13 May 2010 21:43:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Como tirar screenshot (capturar a tela) no Mac?!</title>
		<link>http://xupisco.net/2010/03/como-tirar-screenshot-capturar-a-tela-no-mac/</link>
		<comments>http://xupisco.net/2010/03/como-tirar-screenshot-capturar-a-tela-no-mac/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 21:42:07 +0000</pubDate>
		<dc:creator>xupisco</dc:creator>
				<category><![CDATA[Perdido]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://xupisco.net/2010/03/como-tirar-screenshot-capturar-a-tela-no-mac/</guid>
		<description><![CDATA[Como ando sem muita criatividade na criação de Posts, vou colocar (as vezes) algumas dicas diversas por aqui, sobre um pouco de tudo&#8230; certo? Começamos com uma simples captura de tela no Mac, como fazer? Simples&#8230; Temos duas maneiras básicas: CMD + SHIFT + 3: Captura toda a tela e nem pergunta&#8230; salva no Desktop [...]]]></description>
			<content:encoded><![CDATA[<p>Como ando sem muita criatividade na criação de Posts, vou colocar (as vezes) algumas dicas diversas por aqui, sobre um pouco de tudo&#8230; certo?</p>

<p>Começamos com uma simples <strong>captura de tela</strong> no Mac, como fazer? Simples&#8230;</p>

<p>Temos duas maneiras básicas:</p>

<ul>
<li><strong>CMD + SHIFT + 3</strong>: Captura toda a tela e nem pergunta&#8230; salva no Desktop (mesa, eca)!</li>
<li><strong>CMD + SHIFT + 4</strong>: Esse aqui deixa vc selecionar a área de captura, é só arrastar</li>
</ul>

<p>Algumas dicas sobre a segunda opção:</p>

<ul>
<li>Segure o <strong>espaço</strong> para mover toda a área de captura</li>
<li>Segure o <strong>ALT</strong> para mexer no tamanho da captura proporcionalmente</li>
<li>Segure <strong>SHIFT</strong> e arraste (cima ou lado) para &#8220;travar&#8221; naquela direção</li>
</ul>

<p>Muito bom, não?<br />
Como? Não conhece essas teclas &#8220;especiais&#8221; no Mac? Clique no link abaixo, e pronto!</p>

<p><span id="more-111"></span>
<img src="http://xupisco.net/wp-content/uploads/2010/03/mac_keyboard_keys.jpg" alt="Mac Keyboard Keys" /></p>]]></content:encoded>
			<wfw:commentRss>http://xupisco.net/2010/03/como-tirar-screenshot-capturar-a-tela-no-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Usando cores no terminal do OSX (leopard)</title>
		<link>http://xupisco.net/2009/05/usando-cores-no-terminal-do-osx-leopard/</link>
		<comments>http://xupisco.net/2009/05/usando-cores-no-terminal-do-osx-leopard/#comments</comments>
		<pubDate>Fri, 22 May 2009 01:44:50 +0000</pubDate>
		<dc:creator>xupisco</dc:creator>
				<category><![CDATA[Perdido]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://xupisco.net/?p=58</guid>
		<description><![CDATA[Edite (ou crie) o arquivo ~/.profile e coloque as seguintes linhas: export CLICOLOR=1 export TERM=xterm-color export LSCOLORS=gxgxcxdxbxegedabagacad export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$' Simples assim!! Se quiser ver na hora, basta dar um &#8220;source ~/.profile&#8221; e depois um ls -l Yakes! []&#8216;s]]></description>
			<content:encoded><![CDATA[<p>Edite (ou crie) o arquivo ~/.profile e coloque as seguintes linhas:</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">CLICOLOR</span>=<span style="color: #000000;">1</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">TERM</span>=xterm-color
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">LSCOLORS</span>=gxgxcxdxbxegedabagacad
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">PS1</span>=<span style="color: #ff0000;">'\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$'</span></pre></div></div>


<p>Simples assim!!
Se quiser ver na hora, basta dar um &#8220;source ~/.profile&#8221; e depois um ls -l</p>

<p>Yakes!
[]&#8216;s</p>]]></content:encoded>
			<wfw:commentRss>http://xupisco.net/2009/05/usando-cores-no-terminal-do-osx-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salvar imagens do Desktoptopia</title>
		<link>http://xupisco.net/2009/05/salvar-imagens-do-desktoptopia/</link>
		<comments>http://xupisco.net/2009/05/salvar-imagens-do-desktoptopia/#comments</comments>
		<pubDate>Mon, 04 May 2009 20:46:59 +0000</pubDate>
		<dc:creator>xupisco</dc:creator>
				<category><![CDATA[Perdido]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://xupisco.net/2009/05/salvar-imagens-do-desktoptopia/</guid>
		<description><![CDATA[Existe esse tal de Desktoptopia. Um programinha muito bacana pro Mac que muda teu Desktop de tempos em tempos (vc pode dizer quanto), por uma série se imagens muito locas. Você pode dar sua nota para seus desktops assim como escolher a &#8220;categoria&#8221; dos que quer receber. Enfim, a questão é que não achei um [...]]]></description>
			<content:encoded><![CDATA[<p>Existe esse tal de <a href="http://desktoptopia.com/">Desktoptopia</a>. Um programinha muito bacana pro Mac que muda teu Desktop de tempos em tempos (vc pode dizer quanto), por uma série se imagens muito locas. Você pode dar sua nota para seus desktops assim como escolher a &#8220;categoria&#8221; dos que quer receber.</p>

<p>Enfim, a questão é que não achei um jeito de salvar as imagens recebidas. Digo, não achei um jeito &#8220;simples&#8221; de fazer isso (abrir as propriedades do desktop e arrastar para um diretório é muito demorado). ENTÃÃO&#8230;.</p>

<p>Dei uma fuçadinha rápida e fiz o applescript abaixo, sim, é só isso:</p>


<div class="wp_syntax"><div class="code"><pre class="applescript" style="font-family:monospace;"><span style="color: #ff0033; font-weight: bold;">tell</span> <span style="color: #0066ff;">application</span> <span style="color: #009900;">&quot;Finder&quot;</span>
	<span style="color: #ff0033; font-weight: bold;">set</span> dp <span style="color: #ff0033; font-weight: bold;">to</span> <span style="color: #ff0033; font-weight: bold;">get</span> <span style="color: #0066ff;">desktop</span> picture
	<span style="color: #0066ff;">duplicate</span> dp <span style="color: #ff0033; font-weight: bold;">to</span> <span style="color: #0066ff;">desktop</span>
<span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">tell</span></pre></div></div>


<p>O que ele faz? Simples&#8230; copia o arquivo que fica &#8220;oculto&#8221; pelo desktoptopia para deu Desktop!!&#8230; AEEEEEEE</p>

<p>Apenas pra deixar junto, eu salvo os meus na pasta &#8220;~/Pictures/Wallpapers&#8221;, para isso, uso o script abaixo, se ajudar, pó pegar!</p>


<div class="wp_syntax"><div class="code"><pre class="applescript" style="font-family:monospace;"><span style="color: #ff0033; font-weight: bold;">tell</span> <span style="color: #0066ff;">application</span> <span style="color: #009900;">&quot;Finder&quot;</span>
	<span style="color: #ff0033; font-weight: bold;">set</span> dp <span style="color: #ff0033; font-weight: bold;">to</span> <span style="color: #ff0033; font-weight: bold;">get</span> <span style="color: #0066ff;">desktop</span> picture
	<span style="color: #0066ff;">duplicate</span> dp <span style="color: #ff0033; font-weight: bold;">to</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span><span style="color: #0066ff;">path to</span> home <span style="color: #0066ff;">folder</span><span style="color: #000000;">&#41;</span> <span style="color: #ff0033;">as</span> <span style="color: #0066ff;">string</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&amp;</span>amp; <span style="color: #009900;">&quot;Pictures:Wallpapers&quot;</span> <span style="color: #ff0033; font-weight: bold;">with</span> replacing
<span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">tell</span></pre></div></div>


<p>É isso ai! O applescript é fodão&#8230;. (ainda nem mexi no automator)
[]&#8216;s</p>]]></content:encoded>
			<wfw:commentRss>http://xupisco.net/2009/05/salvar-imagens-do-desktoptopia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
