Updated the README, removed requirements.txt, and replaced the old gif demo files with new ones#18
Merged
ShutdownRepo merged 11 commits intoShutdownRepo:masterfrom Feb 27, 2026
Merged
Conversation
The requirements.txt file is no longer needed because users can directly install the tool using the pyproject.toml file
Found this theme better than the previous one
Contributor
Author
|
Just a quick reminder regarding this PR. As mentioned above, I've updated the demo files, as well as the README to ease the installation and usage of the tool for users. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR modernizes the installation process and documentation by switching from requirements.txt to pyproject.toml-based installation, updates the README with comprehensive installation and usage guides, and removes broken reference links.
Changes:
- Removed requirements.txt in favor of pyproject.toml-based dependency management
- Updated README with new installation methods (pipx and uv), improved usage examples, and new demo GIFs
- Changed the web shell short option from
-wshto-wand removed broken source URLs
Reviewed changes
Copilot reviewed 2 out of 8 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| requirements.txt | Removed file as dependencies are now managed via pyproject.toml |
| shellerator.py | Updated web shell short option and removed broken source URLs |
| README.md | Added installation guides, new demo examples, and cleaned up sources section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Owner
|
Thanks @0liverFlow, LGTM 🚀 |
ShutdownRepo
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description