Itshardtofindagoodname
released this
04 Oct 15:18
·
7 commits
to main
since this release
Application Release 🚀
FastFox has a pre-built .exe
release for Windows users. No need to set up Python or install dependencies manually—just download and run the .exe
file with admin permissions by right clicking fastfox.exe
and selecting "Run as Administrator" (required for the PATH setup), and you'll be ready to use FastFox instantly!
Features of the .exe
Version:
- Automatic Setup: Once you run the
.exe
, it will prompt you to enter your Hugging Face and Groq API keys, and automatically set the required environment variables and PATH. - No Typing Needed: With the
.exe
, you can execute commands directly without needing to type long paths or setup commands.
How to Use:
After running the .exe
:
- Enter your API keys when prompted.
- Start using FastFox immediately:
- Command Suggestions: Run commands like
command <query>
. - Organize Files: Use
organize <location>
. - Code Suggestions/Generation: Use
codeit <file_path>
. - History Management: Run
forget <command>
to manage your command history.
- Command Suggestions: Run commands like
FastFox will handle everything automatically on Windows, making it simpler and faster for users.
Release Notes:
- Version:
v1.0.0
- Release Date:
2024-10-04
- Changes:
- Initial release of FastFox with command suggestions, file organization, and code generation features.