Zhengshou Lai
7547053247
remove old config compat, use ~/.config/mytoolkit only
2026-04-26 10:50:40 +08:00
Zhengshou Lai
706286a303
migrate mail config from ~/.myclaude to ~/.config/mytoolkit
2026-04-26 10:48:35 +08:00
Zhengshou Lai
04cbd9786e
add mail command (IMAP/SMTP client, no send, draft-only)
2026-04-26 10:47:38 +08:00
Zhengshou Lai
c1df4098b3
refactor: rename package from mytoolkit to bin
...
- Move all source files from mytoolkit/ to bin/
- Update entry point and build config in pyproject.toml
- Add pillow and pypdf dependencies
- Update README and .gitignore paths
- Remove unused subprocess import in pdf.py
- Clean up duplicate imports in pdf merge command
2026-04-26 09:56:29 +08:00
Zhengshou Lai
3aeaf7cb64
init
2026-04-14 18:39:09 +08:00
Zhengshou Lai
00c608a3bd
feat: add interactive config wizard
...
- Add mycli wizard command for guided configuration
- Interactive menus for paths, SSH, API keys, Feishu apps, git proxies
- User-friendly prompts with numbered choices
- Support add/edit/delete operations via wizard
- Hide sensitive input (API keys, secrets)
- Confirm before destructive operations
2026-04-13 11:53:27 +08:00
Zhengshou Lai
469aefb71f
chore: remove config.json from git (contains secrets)
2026-04-13 11:42:01 +08:00
Zhengshou Lai
bd167cfb6d
feat: add API keys management and config CRUD operations
...
- Add api_keys and feishu_apps to config.json
- Add env export/init commands for shell integration
- Add config CRUD: list, set, delete, init
- Add config.json.example template
- Add config.json to .gitignore for security
- Update README with new commands
Usage:
mycli env export # Export all env vars
mycli config set key value # Set config value
mycli config delete key # Delete config key
2026-04-13 11:41:57 +08:00
Zhengshou Lai
5a55b4a60d
Add .gitignore
2026-04-13 11:38:08 +08:00
Zhengshou Lai
ab8067f0c5
Initial commit: mycli toolkit with all commands
2026-04-13 11:38:01 +08:00