UNPKG

rawi

Version:

Rawi (راوي) is the developer-friendly AI CLI that brings the power of 11 major AI providers directly to your terminal. With seamless shell integration, persistent conversations, and 200+ specialized prompt templates, Rawi transforms your command line into

6 lines 2.2 kB
/* Rawi (راوي) is the developer-friendly AI CLI that brings the power of 11 major AI providers directly to your terminal. With seamless shell integration, persistent conversations, and 200+ specialized prompt templates, Rawi transforms your command line into an intelligent development workspace. */ import a from"chalk";var i=[a.bold.cyan(` Examples:`),a.gray(' rawi ask "What is this document about?" --file report.pdf'),a.gray(' rawi ask "Analyze this data" --file data.xlsx'),a.gray(' rawi ask "Review this code" --file src/app.js'),a.gray(' rawi ask "Summarize" --file document.docx --act technical-writer'),a.gray(' echo "Additional context" | rawi ask "Analyze" --file data.json'),"",a.bold.cyan("Batch Processing:"),a.gray(' rawi ask "Review these files" --files file1.js file2.py file3.md'),a.gray(' rawi ask "Analyze source code" --batch "src/**/*.{js,ts}"'),a.gray(' rawi ask "Review docs" --batch "docs/**/*.md" --parallel'),a.gray(' rawi ask "Check configs" --batch "**/*.{json,yml,yaml}" --continue-on-error'),"",a.bold.cyan("Content Filtering:"),a.gray(' rawi ask "Analyze this data" --filter-sensitive'),a.gray(' rawi ask "Process this info" --filter-types email,phone,creditcard'),a.gray(' rawi ask "Check this text" --filter-sensitive --show-filtered'),a.gray(' rawi ask "Analyze this data" --filter-sensitive --highlight-filtered'),a.gray(' rawi ask "Process this file" --file customer-data.csv --filter-sensitive --verbose'),a.gray(' rawi ask "Save my settings" --filter-types email,phone --save-filter-config'),a.gray(" rawi ask --reset-filter-config"),a.gray(' rawi ask "What filter types are available?" --filter-sensitive --verbose'),"",a.bold.cyan("See also:"),a.gray(" rawi act --list"),a.gray(" rawi provider --list"),a.gray(" rawi configure --show"),a.gray(" rawi ask --help")].join(` `);export{i as a}; /* Rawi (راوي) is the developer-friendly AI CLI that brings the power of 11 major AI providers directly to your terminal. With seamless shell integration, persistent conversations, and 200+ specialized prompt templates, Rawi transforms your command line into an intelligent development workspace. */ //# sourceMappingURL=chunk-CRE6AUZZ.js.map