rawi
Version:
Rawi (راوي) is the developer-friendly AI CLI that brings the power of 12 major AI providers directly to your terminal. With seamless shell integration, persistent conversations, and 200+ specialized prompt templates, Rawi transforms your command line into
1 lines • 991 B
Source Map (JSON)
{"version":3,"sources":["/home/mkabumattar/withrawi/rawi/dist/chunk-3PE3THCL.cjs","../src/core/database/config/paths.ts"],"names":["CONFIG_DIR_NAME","DATABASE_FILE_NAME","getConfigDir","home","homedir","join","getDatabaseFilePath"],"mappings":"AAAA;ACAA,wBAAsB,4BACH,IAENA,CAAAA,CAAkB,OAAA,CAClBC,CAAAA,aAAqB,YAAA,CAE3B,SAASC,CAAAA,CAAAA,CAAuB,CACrC,IAAMC,CAAAA,CAAOC,yBAAAA,CAAQ,CACrB,OAAOC,wBAAAA,CAAKF,CAAMH,CAAe,CACnC,CAEO,SAASM,CAAAA,CAAAA,CAA8B,CAC5C,OAAOD,wBAAAA,CAAKH,CAAa,CAAA,CAAGD,CAAkB,CAChD,CAAA,2DAAA;ADXA","file":"/home/mkabumattar/withrawi/rawi/dist/chunk-3PE3THCL.cjs","sourcesContent":[null,"import {homedir} from 'node:os';\nimport {join} from 'node:path';\n\nexport const CONFIG_DIR_NAME = '.rawi';\nexport const DATABASE_FILE_NAME = 'history.db';\n\nexport function getConfigDir(): string {\n const home = homedir();\n return join(home, CONFIG_DIR_NAME);\n}\n\nexport function getDatabaseFilePath(): string {\n return join(getConfigDir(), DATABASE_FILE_NAME);\n}\n"]}