Skip to content

Commit

Permalink
UC Fixe
Browse files Browse the repository at this point in the history
  • Loading branch information
albilu committed Nov 12, 2024
1 parent 88cdf99 commit fd5b511
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
<properties>
<keystore>target/keystore</keystore>
<netbeans.release.version>RELEASE210</netbeans.release.version>
<next.version>1.0.0</next.version>
<next.version>1.0.1</next.version>
<git.url>https://github.com/albilu/${project.name}</git.url>
<git.link>https://github.com/albilu/${project.name}.git</git.link>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
62 changes: 60 additions & 2 deletions src/main/nbm/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,63 @@ OpenIDE-Module-Name: Fast Search
OpenIDE-Module-Display-Category: Tools
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/ripgrep/Bundle.properties
OpenIDE-Module-Specification-Version: 1.0.0


OpenIDE-Module-Long-Description: <html><h1 id="fast-search">fast-search</h1>
<h2 id="about-fast-search">About fast-search</h2>
<p>
Faster (100x) Search Module for Netbeans based on
<a href="https://github.com/BurntSushi/ripgrep">Ripgrep</a>
</p>
<video width="700" height="450"
src="https://github.com/user-attachments/assets/bbc959c1-a0c8-4baf-ada5-66fe822a9e45">
</video>
<h3 id="installation">Installation</h3>
<ul>
<li>
<p>
Install from Netbeans \
<code
>Tools -&gt; Plugins -&gt; Available Plugins -&gt;
Install</code
>
</p>
<ul>
<li>
If Plugin not available, register the repository
<code>Tools -&gt; Plugins -&gt; Settings -&gt; Add</code>
<a
href="https://raw.githubusercontent.com/albilu/fast-search/master/updates.xml"
>https://raw.githubusercontent.com/albilu/fast-search/master/updates.xml</a
>
</li>
</ul>
</li>
<li>
<p>
Or Download the latest
<a href="https://github.com/albilu/fast-search/releases"
>release</a
>
and install in Netbeans: \
<code
>Tools -&gt; Plugins -&gt; Downloaded -&gt; Add Plugins
-&gt; Install</code
>
</p>
</li>
</ul>
<h3 id="sponsor-contribute-support">Sponsor/Contribute/Support</h3>
<p>Support this project growth and maintenance by:</p>
<ul>
<li><a href="https://github.com/sponsors/albilu">Sponsoring it</a></li>
<li>
Submiting
<a href="https://github.com/albilu/fast-search/pulls">PR</a> for
issues in the backlog
</li>
</ul>
<h3 id="bugs">Bugs</h3>
<p>
Please Report any issue at
<a href="https://github.com/albilu/fast-search/issues">Issues</a>.
</p>
</html>

0 comments on commit fd5b511

Please sign in to comment.