Metadata-Version: 2.1
Name: frics
Version: 1.0.0
Summary: Textual app to view Frida Codeshare snippets
Project-URL: Documentation, https://github.com/daddycocoaman/frics#readme
Project-URL: Issues, https://github.com/daddycocoaman/frics/issues
Project-URL: Source, https://github.com/daddycocoaman/frics
Author-email: Leron Gray <daddycocoaman@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: aiosqlite==0.19.0
Requires-Dist: beautifulsoup4
Requires-Dist: httpx==0.24.*
Requires-Dist: platformdirs
Requires-Dist: pyperclip==1.8.2
Requires-Dist: textual==0.30.*
Requires-Dist: uvloop; platform_system == 'Linux'
Description-Content-Type: text/markdown

# frics

[![PyPI - Version](https://img.shields.io/pypi/v/frics.svg)](https://pypi.org/project/frics)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/frics.svg)](https://pypi.org/project/frics)


Frics is a Textual TUI app to search, view, and copy code from [Frida Codeshare](https://codeshare.frida.re/). A local copy of the database is created to speed up search. Searches are performed against the project name, author, description, and even the source code itself, making this a great tool for a quick reference.



-----

## Installation

Installation is recommended using [pipx](https://pypa.github.io/pipx/).

```console
pipx install frics
```

## Screenshot
![Screenshot1](https://github.com/daddycocoaman/frics/blob/main/docs/screenshot1.png?raw=True)

## License

`frics` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
