https://github.com/chadnpc/clihelper.filesystem
file organization module
https://github.com/chadnpc/clihelper.filesystem
Last synced: 8 months ago
JSON representation
file organization module
- Host: GitHub
- URL: https://github.com/chadnpc/clihelper.filesystem
- Owner: chadnpc
- License: wtfpl
- Created: 2024-10-26T00:55:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T11:18:32.000Z (over 1 year ago)
- Last Synced: 2025-09-10T00:37:42.919Z (9 months ago)
- Language: PowerShell
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [+] [cliHelper.filesystem](https://www.powershellgallery.com/packages/cliHelper.filesystem)
🔥 Blazingly fast, AI-powered file organization tool.
## 🚀 Features
- 🧠 AI-powered file organization
- 📂 Smart directory structuring and file categorization
- ⚡ Blazingly fast PowerShell operations
- 🎯 Natural language commands for file management
- 🛡️ Safe operations with preview and confirmation options
## Usage
- **📝 Requirements**
- PowerShell 5.1 or higher
- Valid Anthropic API key
- PowerShell Core for Linux and MacOsx
- 🏗️ Install from PsGallery
```powershell
Install-Module cliHelper.filesystem
# Import the module
Import-Module cliHelper.filesystem
# Verify installation
Get-Command -Module cliHelper.filesystem
```
Set your Anthropic API key
```powershell
Set-FsOrganizerConfig -ApiKey "your-api-key-here"
# Organize a directory using natural language
Invoke-FsOrganizer -Path "C:\Downloads" -Intent "organize my photos by date and event"
# Preview changes before applying
Invoke-FsOrganizer -Path "D:\Projects" -Intent "group by programming language" -Preview
# Get organization suggestions
Get-FsOrganizerAdvice -Path "C:\Users\Me\Documents"
```
## ⚙️ Config
```powershell
# Set default behavior
Set-FsOrganizerConfig -DefaultConfirmation $true -PreviewChanges $true
# Configure API settings
Set-FsOrganizerConfig -ApiKey "your-api-key" -MaxTokens 2000 -Temperature 0.7
```
## 🤝 Contributing
Pull requests are welcome! Please check out our
[contribution guidelines](CONTRIBUTING.md) for details on how to get started.
## 🎭 License
This project is licensed under the [WTFPL License](LICENSE).