uncenter
uncenter
You can see the changes made in this PR by cloning this branch locally and running `yarn generate-readmes`. The only changes are intentional punctuation changes - there are no changes...
> Thanks! Could we have a separate directory for each theme and add the tmTheme files to them? Like this: > > ``` > . > ├── frappe > │ ...
> I'd appreciate if you could move the FAQ into the Usage section as outlined above 👍 @uncenter [Done!](https://github.com/uncenter/ctp-yazi#usage) I added a short explanation of why the `.tmTheme` file is...
I'm happy to maintain it, yep!
> A Yazi theme that does not include a `tmTheme` file is considered an **invalid** theme, and each theme **must** be a directory. Hmm. At that point I question the...
I know it was just an example, but I would argue Stylus would fit in the `Development` category more than anything else.
I can confirm no issues with it so far, looks really good. Nice job @tecandrew!
Should probably be converted to Terawhiskers/Whiskers@v2?
It's due to the difference in these two lines: - https://github.com/lzwme/console-log-colors/blob/main/src/index.js#L58 - https://github.com/unjs/consola/blob/main/src/utils/color.ts#L10-L13 In `console-log-colors`, if `process` is undefined, the default/backup `process.argv` includes `--color`: ```js if (typeof process === 'undefined'...