<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Application on Guillaume Barrette</title>
    <link>https://guillaumebarrette.com/tags/application/</link>
    <description>Recent content in Application on Guillaume Barrette</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator>
    <language>en-us</language>
    <copyright>&amp;copy; {year}, Guillaume Barrette</copyright>
    <lastBuildDate>Fri, 19 Jul 2019 00:00:00 +0000</lastBuildDate>
    
	    <atom:link href="https://guillaumebarrette.com/tags/application/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Alfred</title>
      <link>https://guillaumebarrette.com/project/alfred/</link>
      <pubDate>Fri, 19 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>https://guillaumebarrette.com/project/alfred/</guid>
      <description>







&lt;figure&gt;

&lt;img src=&#34;featured.png&#34; alt=&#34;Alfred Icon&#34; width=&#34;20%&#34; &gt;


&lt;/figure&gt;


&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;a href=&#34;https://www.alfredapp.com&#34; target=&#34;_blank&#34;&gt;Alfred&lt;/a&gt; is an application that helps you speedup your work on your computer with multiple productivity features. It&amp;rsquo;s my most used application on my computer and my launcher of choice on macOS.&lt;/p&gt;

&lt;p&gt;You can go &lt;a href=&#34;https://www.alfredapp.com/help/features/&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt; to see a list of its features, but to name a few, it allows to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.alfredapp.com/help/features/file-search/&#34; target=&#34;_blank&#34;&gt;search and launch&lt;/a&gt; anything on your computer rapidly&lt;/li&gt;
&lt;li&gt;perform quick &lt;a href=&#34;https://www.alfredapp.com/help/features/calculator/&#34; target=&#34;_blank&#34;&gt;calculation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;keep a history of your &lt;a href=&#34;https://www.alfredapp.com/help/features/clipboard/&#34; target=&#34;_blank&#34;&gt;clipboard items&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;allow the expansions of &lt;a href=&#34;https://www.alfredapp.com/help/features/snippets/&#34; target=&#34;_blank&#34;&gt;snippets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;make your own productivity actions using &lt;a href=&#34;https://www.alfredapp.com/help/workflows/&#34; target=&#34;_blank&#34;&gt;Workflows&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I&amp;rsquo;ve developed multiple &lt;em&gt;Workflows&lt;/em&gt; and tools for Alfred and I&amp;rsquo;ll be posting many of them here on this site. So, make sure to come back from time to time to see if new items could benefit you or subscribe to my &lt;a href=&#34;https://guillaumebarrette.com/post/index.xml&#34;&gt;RSS feed&lt;/a&gt; to know instantly!&lt;/p&gt;

&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;

&lt;h3 id=&#34;finding-things&#34;&gt;Finding things&lt;/h3&gt;

&lt;p&gt;Explore the sections on the left sidebar (or the top left menu on mobile) to find my different tools that you can use with Alfred.&lt;/p&gt;

&lt;h3 id=&#34;questions&#34;&gt;Questions ?&lt;/h3&gt;

&lt;p&gt;If you have any questions or problems, it would be appreciated if you can ask them in the associated discussion from the Alfred&amp;rsquo;s forum so anyone could benefit from them as well as preventing me from answering the same questions multiple times.&lt;/p&gt;

&lt;h2 id=&#34;donate&#34;&gt;Donate&lt;/h2&gt;

&lt;p&gt;I&amp;rsquo;m giving those tools free of charge. However, if you find something useful and would like to support and motivate me to create new ones, feel free to back me with any &lt;a href=&#34;https://guillaumebarrette.com/donate/&#34;&gt;donation&lt;/a&gt;. This is always appreciated!&lt;/p&gt;

&lt;!-- ## Flexibility --&gt;

&lt;!-- This feature can be used for publishing content such as: --&gt;

&lt;!-- * **Online courses** --&gt;

&lt;!-- * **Project or software documentation** --&gt;

&lt;!-- * **Tutorials** --&gt;

&lt;!-- The `courses` folder may be renamed. For example, we can rename it to `docs` for software/project documentation or `tutorials` for creating an online course. --&gt;

&lt;!-- ## Delete tutorials --&gt;

&lt;!-- **To remove these pages, delete the `courses` folder and see below to delete the associated menu link.** --&gt;

&lt;!-- ## Update site menu --&gt;

&lt;!-- After renaming or deleting the `courses` folder, you may wish to update any `[[main]]` menu links to it by editing your menu configuration at `config/_default/menus.toml`. --&gt;

&lt;!-- For example, if you delete this folder, you can remove the following from your menu configuration: --&gt;

&lt;!-- ```toml --&gt;

&lt;!-- [[main]] --&gt;

&lt;!--   name = &#34;Courses&#34; --&gt;

&lt;!--   url = &#34;courses/&#34; --&gt;

&lt;!--   weight = 50 --&gt;

&lt;!-- ``` --&gt;

&lt;!-- Or, if you are creating a software documentation site, you can rename the `courses` folder to `docs` and update the associated *Courses* menu configuration to: --&gt;

&lt;!-- ```toml --&gt;

&lt;!-- [[main]] --&gt;

&lt;!--   name = &#34;Docs&#34; --&gt;

&lt;!--   url = &#34;docs/&#34; --&gt;

&lt;!--   weight = 50 --&gt;

&lt;!-- ``` --&gt;

&lt;!-- ## Update the docs menu --&gt;

&lt;!-- If you use the *docs* layout, note that the name of the menu in the front matter should be in the form `[menu.X]` where `X` is the folder name. Hence, if you rename the `courses/example/` folder, you should also rename the menu definitions in the front matter of files within `courses/example/` from `[menu.example]` to `[menu.&lt;NewFolderName&gt;]`. --&gt;
</description>
    </item>
    
    <item>
      <title>SyncFrame - Documentation</title>
      <link>https://guillaumebarrette.com/docs/syncframe/</link>
      <pubDate>Fri, 19 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>https://guillaumebarrette.com/docs/syncframe/</guid>
      <description>







&lt;figure&gt;

&lt;img src=&#34;https://guillaumebarrette.com/apps/syncframe/featured.png&#34; alt=&#34;SyncFrame Icon&#34; width=&#34;20%&#34; &gt;


&lt;/figure&gt;


&lt;h2 id=&#34;flexibility&#34;&gt;Flexibility&lt;/h2&gt;

&lt;p&gt;This feature can be used for publishing content such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Online courses&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project or software documentation&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tutorials&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The &lt;code&gt;courses&lt;/code&gt; folder may be renamed. For example, we can rename it to &lt;code&gt;docs&lt;/code&gt; for software/project documentation or &lt;code&gt;tutorials&lt;/code&gt; for creating an online course.&lt;/p&gt;

&lt;h2 id=&#34;delete-tutorials&#34;&gt;Delete tutorials&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;To remove these pages, delete the &lt;code&gt;courses&lt;/code&gt; folder and see below to delete the associated menu link.&lt;/strong&gt;&lt;/p&gt;

&lt;h2 id=&#34;update-site-menu&#34;&gt;Update site menu&lt;/h2&gt;

&lt;p&gt;After renaming or deleting the &lt;code&gt;courses&lt;/code&gt; folder, you may wish to update any &lt;code&gt;[[main]]&lt;/code&gt; menu links to it by editing your menu configuration at &lt;code&gt;config/_default/menus.toml&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;For example, if you delete this folder, you can remove the following from your menu configuration:&lt;/p&gt;

&lt;pre&gt;&lt;code class=&#34;language-toml&#34;&gt;[[main]]
  name = &amp;quot;Courses&amp;quot;
  url = &amp;quot;courses/&amp;quot;
  weight = 50
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Or, if you are creating a software documentation site, you can rename the &lt;code&gt;courses&lt;/code&gt; folder to &lt;code&gt;docs&lt;/code&gt; and update the associated &lt;em&gt;Courses&lt;/em&gt; menu configuration to:&lt;/p&gt;

&lt;pre&gt;&lt;code class=&#34;language-toml&#34;&gt;[[main]]
  name = &amp;quot;Docs&amp;quot;
  url = &amp;quot;docs/&amp;quot;
  weight = 50
&lt;/code&gt;&lt;/pre&gt;

&lt;h2 id=&#34;update-the-docs-menu&#34;&gt;Update the docs menu&lt;/h2&gt;

&lt;p&gt;If you use the &lt;em&gt;docs&lt;/em&gt; layout, note that the name of the menu in the front matter should be in the form &lt;code&gt;[menu.X]&lt;/code&gt; where &lt;code&gt;X&lt;/code&gt; is the folder name. Hence, if you rename the &lt;code&gt;courses/example/&lt;/code&gt; folder, you should also rename the menu definitions in the front matter of files within &lt;code&gt;courses/example/&lt;/code&gt; from &lt;code&gt;[menu.example]&lt;/code&gt; to &lt;code&gt;[menu.&amp;lt;NewFolderName&amp;gt;]&lt;/code&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>SyncFrame</title>
      <link>https://guillaumebarrette.com/apps/syncframe/</link>
      <pubDate>Wed, 10 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>https://guillaumebarrette.com/apps/syncframe/</guid>
      <description>&lt;p&gt;SyncFrame is an application to sync video playback on multiple devices. It is especially suited as a contemporary musical scores player.&lt;/p&gt;

&lt;!-- &lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt;&amp;emsp; [Documentation](./docs) --&gt;
</description>
    </item>
    
    <item>
      <title>SyncFrame</title>
      <link>https://guillaumebarrette.com/project-bk/syncframe/</link>
      <pubDate>Wed, 10 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>https://guillaumebarrette.com/project-bk/syncframe/</guid>
      <description>&lt;p&gt;SyncFrame is an application to sync video playback on multiple devices. It is especially suited as a contemporary musical scores player.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
