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.78 kB
JavaScript
Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }/* 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. */
var _chalk = require('chalk'); var _chalk2 = _interopRequireDefault(_chalk);var i=[_chalk2.default.bold.cyan(`
Examples:`),_chalk2.default.gray(' rawi ask "What is this document about?" --file report.pdf'),_chalk2.default.gray(' rawi ask "Analyze this data" --file data.xlsx'),_chalk2.default.gray(' rawi ask "Review this code" --file src/app.js'),_chalk2.default.gray(' rawi ask "Summarize" --file document.docx --act technical-writer'),_chalk2.default.gray(' echo "Additional context" | rawi ask "Analyze" --file data.json'),"",_chalk2.default.bold.cyan("Batch Processing:"),_chalk2.default.gray(' rawi ask "Review these files" --files file1.js file2.py file3.md'),_chalk2.default.gray(' rawi ask "Analyze source code" --batch "src/**/*.{js,ts}"'),_chalk2.default.gray(' rawi ask "Review docs" --batch "docs/**/*.md" --parallel'),_chalk2.default.gray(' rawi ask "Check configs" --batch "**/*.{json,yml,yaml}" --continue-on-error'),"",_chalk2.default.bold.cyan("Content Filtering:"),_chalk2.default.gray(' rawi ask "Analyze this data" --filter-sensitive'),_chalk2.default.gray(' rawi ask "Process this info" --filter-types email,phone,creditcard'),_chalk2.default.gray(' rawi ask "Check this text" --filter-sensitive --show-filtered'),_chalk2.default.gray(' rawi ask "Analyze this data" --filter-sensitive --highlight-filtered'),_chalk2.default.gray(' rawi ask "Process this file" --file customer-data.csv --filter-sensitive --verbose'),_chalk2.default.gray(' rawi ask "Save my settings" --filter-types email,phone --save-filter-config'),_chalk2.default.gray(" rawi ask --reset-filter-config"),_chalk2.default.gray(' rawi ask "What filter types are available?" --filter-sensitive --verbose'),"",_chalk2.default.bold.cyan("See also:"),_chalk2.default.gray(" rawi act --list"),_chalk2.default.gray(" rawi provider --list"),_chalk2.default.gray(" rawi configure --show"),_chalk2.default.gray(" rawi ask --help")].join(`
`);exports.a = i;
/* 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-IONGWMMB.cjs.map
;