| Crates.io | fsbot-rs |
| lib.rs | fsbot-rs |
| version | 0.1.1 |
| created_at | 2025-04-03 19:59:50.990106+00 |
| updated_at | 2025-04-04 06:00:32.058635+00 |
| description | An AI-powered file system assistant that helps you manage and interact with your files through natural language commands |
| homepage | |
| repository | https://github.com/chojuninengu/fsbot-rs |
| max_upload_size | |
| id | 1618958 |
| size | 66,153 |
An AI-powered file system assistant that helps you manage and interact with your files through natural language commands.
Add this to your Cargo.toml:
[dependencies]
fsbot-rs = "0.1.0"
Or install it directly:
cargo install fsbot-rs
Run the application:
fsbot-rs
create file notes.txt
delete notes.txt
find Python files
search documents
read notes.txt
help
# Create a new file
create file todo.txt
# Search for Python files
find Python files
# Read a file's contents
read todo.txt
# Delete a file
delete todo.txt
The assistant can be configured through environment variables:
FSBOT_API_KEY: Your API key for AI services (if using external AI)FSBOT_MODEL: The AI model to use (default: "gpt-3.5-turbo")Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.