https://github.com/chadnpc/clihelper.filesystem

file organization module

https://github.com/chadnpc/clihelper.filesystem

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

file organization module

Basic Info
  • Host: GitHub
  • Owner: chadnpc
  • License: wtfpl
  • Language: PowerShell
  • Default Branch: main
  • Size: 88.9 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

[+] 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 for details on how to get started.

🎭 License

This project is licensed under the WTFPL License.

Owner

  • Name: alain
  • Login: chadnpc
  • Kind: user

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/CI.yaml actions
  • actions/checkout v3 composite
.github/workflows/Codereview.yaml actions
  • anc95/ChatGPT-CodeReview v1.0.12 composite
.github/workflows/Delete_old_workflow_runs.yaml actions
  • Mattraks/delete-workflow-runs v2 composite
.github/workflows/Publish.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite