sukeesh / Jarvis

Personal Assistant for Linux and macOS
MIT License
2.91k stars 1.02k forks source link

Add Hash Plugin for Jarvis #1153

Closed aandrewchung closed 6 months ago

aandrewchung commented 6 months ago

This pull request introduces a new hash plugin to the Jarvis codebase. The plugin enables users to hash strings and files using various hash functions like MD5, SHA1, and SHA256.

Key Changes:

I believe this addition will enhance the functionality of Jarvis by providing a useful utility for security and data verification purposes.

liu-julia commented 6 months ago

Developed in collaboration with Andrew Chung (individual contributions removed in squash). I worked on test_hash.py and Andrew worked on hash.py

pnhofmann commented 6 months ago

Nice work, thanks! Thanks for including tests ;)