Skip to content

Commit

Permalink
Deployed 749db29 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Feb 22, 2024
1 parent 3805ed2 commit 1fd08d4
Show file tree
Hide file tree
Showing 15 changed files with 406 additions and 88 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<li class="toctree-l1"><a class="reference internal" href="/actions/">Actions</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/docker/">Docker</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/changelog/">Changelog</a>
</li>
Expand Down
25 changes: 21 additions & 4 deletions actions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../docker/">Docker</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../changelog/">Changelog</a>
</li>
Expand Down Expand Up @@ -208,6 +212,7 @@ <h2 id="confirm">confirm<a class="headerlink" href="#confirm" title="Permanent l

</div>


</div><p><strong>Examples</strong></p>
<p>Confirm before deleting a duplicate</p>
<pre><code class="language-yaml">rules:
Expand Down Expand Up @@ -510,6 +515,7 @@ <h2 id="copy">copy<a class="headerlink" href="#copy" title="Permanent link">#</a

</div>


</div><p><strong>Examples:</strong></p>
<p>Copy all pdfs into <code>~/Desktop/somefolder/</code> and keep filenames</p>
<pre><code class="language-yaml">rules:
Expand Down Expand Up @@ -628,6 +634,7 @@ <h2 id="delete">delete<a class="headerlink" href="#delete" title="Permanent link

</div>


</div><p><strong>Examples:</strong></p>
<p>Delete old downloads.</p>
<pre><code class="language-yaml">rules:
Expand Down Expand Up @@ -767,6 +774,7 @@ <h2 id="echo">echo<a class="headerlink" href="#echo" title="Permanent link">#</a

</div>


</div><p><strong>Examples:</strong></p>
<pre><code class="language-yaml">rules:
- name: &quot;Find files older than a year&quot;
Expand Down Expand Up @@ -1033,6 +1041,7 @@ <h2 id="hardlink">hardlink<a class="headerlink" href="#hardlink" title="Permanen

</div>


</div><h2 id="macos_tags">macos_tags<a class="headerlink" href="#macos_tags" title="Permanent link">#</a></h2>


Expand Down Expand Up @@ -1226,6 +1235,7 @@ <h2 id="hardlink">hardlink<a class="headerlink" href="#hardlink" title="Permanen

</div>


</div><p><strong>Examples:</strong></p>
<pre><code class="language-yaml">rules:
- name: &quot;add a single tag&quot;
Expand Down Expand Up @@ -1538,6 +1548,7 @@ <h2 id="move">move<a class="headerlink" href="#move" title="Permanent link">#</a

</div>


</div><p><strong>Examples:</strong></p>
<p>Move all pdfs and jpgs from the desktop into the folder "~/Desktop/media/". Filenames are not changed.</p>
<pre><code class="language-yaml">rules:
Expand Down Expand Up @@ -1766,6 +1777,7 @@ <h2 id="python">python<a class="headerlink" href="#python" title="Permanent link

</div>


</div><p><strong>Examples:</strong></p>
<p>A basic example that shows how to get the current file path and do some printing in a
for loop. The <code>|</code> is yaml syntax for defining a string literal spanning multiple lines.</p>
Expand Down Expand Up @@ -1839,7 +1851,7 @@ <h2 id="rename">rename<a class="headerlink" href="#rename" title="Permanent link
<td class="field-body">
<ul class="first simple">
<li>
<b><code>name</code></b>
<b><code>new_name</code></b>
(<code>str</code>)
<div class="doc-md-description">
Expand Down Expand Up @@ -1941,7 +1953,7 @@ <h2 id="rename">rename<a class="headerlink" href="#rename" title="Permanent link
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Renames a file.</span>

<span class="sd"> Attributes:</span>
<span class="sd"> name (str):</span>
<span class="sd"> new_name (str):</span>
<span class="sd"> The new name for the file / dir.</span>

<span class="sd"> on_conflict (str):</span>
Expand Down Expand Up @@ -2019,6 +2031,7 @@ <h2 id="rename">rename<a class="headerlink" href="#rename" title="Permanent link

</div>


</div><p><strong>Examples:</strong></p>
<pre><code class="language-yaml">rules:
- name: &quot;Convert all .PDF file extensions to lowercase (.pdf)&quot;
Expand Down Expand Up @@ -2275,6 +2288,7 @@ <h2 id="shell">shell<a class="headerlink" href="#shell" title="Permanent link">#

</div>


</div><p><strong>Examples:</strong></p>
<pre><code class="language-yaml">rules:
- name: &quot;On macOS: Open all pdfs on your desktop&quot;
Expand Down Expand Up @@ -2512,6 +2526,7 @@ <h2 id="symlink">symlink<a class="headerlink" href="#symlink" title="Permanent l

</div>


</div><h2 id="trash">trash<a class="headerlink" href="#trash" title="Permanent link">#</a></h2>


Expand Down Expand Up @@ -2581,6 +2596,7 @@ <h2 id="symlink">symlink<a class="headerlink" href="#symlink" title="Permanent l

</div>


</div><p><strong>Examples:</strong></p>
<pre><code class="language-yaml">rules:
- name: Move all JPGs and PNGs on the desktop which are older than one year into the trash
Expand Down Expand Up @@ -2872,6 +2888,7 @@ <h2 id="write">write<a class="headerlink" href="#write" title="Permanent link">#

</div>


</div><p><strong>Examples</strong></p>
<pre><code class="language-yaml">rules:
- name: &quot;Record file sizes&quot;
Expand Down Expand Up @@ -2915,7 +2932,7 @@ <h2 id="write">write<a class="headerlink" href="#write" title="Permanent link">#
</div><footer>
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
<a href="../filters/" class="btn btn-neutral float-left" title="Filters"><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href="../changelog/" class="btn btn-neutral float-right" title="Changelog">Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../docker/" class="btn btn-neutral float-right" title="Docker">Next <span class="icon icon-circle-arrow-right"></span></a>
</div>

<hr/>
Expand Down Expand Up @@ -2945,7 +2962,7 @@ <h2 id="write">write<a class="headerlink" href="#write" title="Permanent link">#
<span><a href="../filters/" style="color: #fcfcfc">&laquo; Previous</a></span>


<span><a href="../changelog/" style="color: #fcfcfc">Next &raquo;</a></span>
<span><a href="../docker/" style="color: #fcfcfc">Next &raquo;</a></span>

</span>
</div>
Expand Down
43 changes: 41 additions & 2 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,23 @@
<li class="toctree-l1"><a class="reference internal" href="../actions/">Actions</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../docker/">Docker</a>
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">Changelog</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#unreleased">[Unreleased]</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#v320-2024-02-19">v3.2.0 (2024-02-19)</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#v312-2024-02-16">v3.1.2 (2024-02-16)</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#v311-2024-02-11">v3.1.1 (2024-02-11)</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#v310-2024-02-04">v3.1.0 (2024-02-04)</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#v301-2024-01-12">v3.0.1 (2024-01-12)</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#v300-2024-01-05">v3.0.0 (2024-01-05)</a>
Expand Down Expand Up @@ -206,6 +220,31 @@

<!-- BEGIN INCLUDE ../CHANGELOG.md -->
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">#</a></h1>
<h2 id="unreleased">[Unreleased]<a class="headerlink" href="#unreleased" title="Permanent link">#</a></h2>
<h2 id="v320-2024-02-19">v3.2.0 (2024-02-19)<a class="headerlink" href="#v320-2024-02-19" title="Permanent link">#</a></h2>
<ul>
<li>Integrated <code>.docx</code>, <code>.pdf</code> and various raw text parsers into <code>filecontent</code> filter.</li>
<li>Removed <code>textract</code> and ~50 MB of dependencies as they are no longer required.</li>
<li>Full Python 3.12 support</li>
<li>Add support for piping in a config file from STDIN (<code>organize run --stdin &lt; file.yml</code>)</li>
</ul>
<p><strong>Important:</strong></p>
<p>You may have to adjust your <code>filecontent</code> regexes. The output should be a bit cleaner
now.</p>
<h2 id="v312-2024-02-16">v3.1.2 (2024-02-16)<a class="headerlink" href="#v312-2024-02-16" title="Permanent link">#</a></h2>
<ul>
<li>Fixes a validation error where correctly defined actions were not accepted in Python 3.12.2.</li>
</ul>
<h2 id="v311-2024-02-11">v3.1.1 (2024-02-11)<a class="headerlink" href="#v311-2024-02-11" title="Permanent link">#</a></h2>
<ul>
<li>Fixes the <code>organize show</code> command which broke in v3.1.0.</li>
</ul>
<h2 id="v310-2024-02-04">v3.1.0 (2024-02-04)<a class="headerlink" href="#v310-2024-02-04" title="Permanent link">#</a></h2>
<ul>
<li>Add a new output format <code>errorsonly</code> which only shows output if an error occured.</li>
<li>Fixes a bug where messages and paths containing brackets where not printed correctly
(#348, thanks @kwbr!)</li>
</ul>
<h2 id="v301-2024-01-12">v3.0.1 (2024-01-12)<a class="headerlink" href="#v301-2024-01-12" title="Permanent link">#</a></h2>
<ul>
<li>Fixes a bug where Quicktime and mp4 files return no Exif data.
Expand Down Expand Up @@ -543,7 +582,7 @@ <h2 id="v10-2018-03-13">v1.0 (2018-03-13)<a class="headerlink" href="#v10-2018-0
</div>
</div><footer>
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
<a href="../actions/" class="btn btn-neutral float-left" title="Actions"><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href="../docker/" class="btn btn-neutral float-left" title="Docker"><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href="../migrating/" class="btn btn-neutral float-right" title="Migrating from older versions">Next <span class="icon icon-circle-arrow-right"></span></a>
</div>

Expand Down Expand Up @@ -571,7 +610,7 @@ <h2 id="v10-2018-03-13">v1.0 (2018-03-13)<a class="headerlink" href="#v10-2018-0
</span>


<span><a href="../actions/" style="color: #fcfcfc">&laquo; Previous</a></span>
<span><a href="../docker/" style="color: #fcfcfc">&laquo; Previous</a></span>


<span><a href="../migrating/" style="color: #fcfcfc">Next &raquo;</a></span>
Expand Down
6 changes: 6 additions & 0 deletions configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
<li class="toctree-l1"><a class="reference internal" href="../actions/">Actions</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../docker/">Docker</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../changelog/">Changelog</a>
</li>
Expand Down Expand Up @@ -160,6 +164,8 @@ <h2 id="running-specific-rules-of-your-config">Running specific rules of your co
<h2 id="environment-variables">Environment variables<a class="headerlink" href="#environment-variables" title="Permanent link">#</a></h2>
<ul>
<li><code>ORGANIZE_CONFIG</code> - The path to the default config file.</li>
<li><code>ORGANIZE_EXIFTOOL_PATH</code> - Path to the <code>exiftool</code> executable (Default: <code>""</code>)</li>
<li><code>ORGANIZE_NORMALIZE_UNICODE</code> - Whether to normalize strings to NFC unicode form for comparisons (Default <code>"1"</code>)</li>
<li><code>NO_COLOR</code> - if this is set, the output is not colored.</li>
<li><code>EDITOR</code> - The editor used to edit the config file.</li>
</ul>
Expand Down
Loading

0 comments on commit 1fd08d4

Please sign in to comment.