Logo
Explore Help
Register Sign In
siddheshmhatre/noentropy
1
0
Fork 0
You've already forked noentropy
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
08a272c4deeb73390cfa668cd423d395bdc3854e
noentropy/config.example.toml

10 lines
266 B
TOML
Raw Normal View History

feat: Add comprehensive improvements - CLI, error handling, and docs - Add CLI argument parsing with clap (dry-run, max-concurrent options) - Replace .env configuration with interactive prompts and TOML config - Add BaseDirs-based configuration storage in ~/.config/noentropy/ - Improve Gemini API client with configurable model and timeout - Add concurrent processing with semaphore for rate limiting - Improve error handling with retry logic and exponential backoff - Add comprehensive README with installation and usage instructions - Add config.example.toml template for users - Update main.rs with better UX and colored output - Add lib.rs exports for config module - Refactor error response parsing for cleaner code - Update API endpoint to use configurable model parameter - Add proper error type handling in gemini_errors.rs
2025-12-29 00:11:27 +05:30
# NoEntropy Configuration File
# Location: ~/.config/noentropy/config.toml
# Your Google Gemini API Key
# Get one at: https://ai.google.dev/
api_key = "your_api_key_here"
# Path to folder to organize (e.g., ~/Downloads)
download_folder = "/path/to/your/downloads"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 34ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API