You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
MIT license.
2
2
3
-
Copyright (c) 2013 - 2023 Isaac Muse <isaacmuse@gmail.com>
3
+
Copyright (c) 2013 - 2024 Isaac Muse <isaacmuse@gmail.com>
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Copy file name to clipboardExpand all lines: rummage/lib/gui/data/docs/installation.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ <h3 id="linux">Linux</h3>
137
137
<h4id="pipx">pipx</h4>
138
138
<p>If installing Rummage on Linux, you may consider <code>pipx</code>, especially if your distro has a new enough wxPython <ahref="#distro-packages">distro
139
139
packages</a>. On Ubuntu, installation may look similar to the following:</p>
Copy file name to clipboardExpand all lines: rummage/lib/gui/data/docs/preferences.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@
76
76
</div>
77
77
<h1id="settings">Settings</h1>
78
78
<h2id="overview">Overview</h2>
79
-
<p>The <strong>Preference</strong> dialog is found in the menu at <strong>File–>Preferences</strong> and contains all of the global options that can
79
+
<p>The <strong>Preference</strong> dialog is found in the menu at <strong>File→Preferences</strong> and contains all of the global options that can
<p>In <ahref="preferences.html#search">Preferences</a>, you can enables Bash style brace expansion.</p>
402
402
<p>Brace expansion is applied before anything else. When applied, a pattern will be expanded into multiple patterns. Each
403
403
pattern will then be parsed separately.</p>
404
-
<p>This is great for specifying complex combinations of patterns: <code>a{b,{c,d}}</code> –> <code>ab ac ad</code>. For simple patterns, it may
404
+
<p>This is great for specifying complex combinations of patterns: <code>a{b,{c,d}}</code> → <code>ab ac ad</code>. For simple patterns, it may
405
405
make more sense to use extended match patterns which will only generate a single pattern and be quicker to evaluate:
406
406
<code>@(ab|ac|ad)</code>.</p>
407
407
<p>Be careful with patterns such as <code>{1..100}</code> which would generate one hundred patterns that will all get individually
0 commit comments