Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Newelle #215

Merged
merged 2 commits into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
- [Timers / Time Tracking](#timers--time-tracking)
- [To-do Lists](#to-do-lists)
- [Inventory](#inventory)
- [Chat Bots and Virtual assistants](#chat-bots-and-virtual-assistants)
- [Security and Privacy](#security-and-privacy)
- [Password Management](#password-management)
- [Digital Forensics](#digital-forensics)
Expand Down Expand Up @@ -598,6 +599,10 @@ Clients for commercial social platforms that had their API access cut off in a w

- [Jellybean](https://codeberg.org/turtle/jellybean) - Inventory manager with refill functions and a handy low-stock indicator `#vala` `#libadwaita`.

### Chat Bots and Virtual assistants

- [Newelle](https://github.com/qwersyk/Newelle) - Virtual assistant (based on GPT4All) that interacts with the system by running shell commands and execute Python code `#python` `#libadwaita`.

## Security and Privacy

- [Collision](https://collision.geopjr.dev) - Tool to generate, compare and verify hashes `#crystal` `#libadwaita`.
Expand Down
Loading