Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-T doesn't seem to work #61

Open
kotfu opened this issue Apr 5, 2023 · 2 comments
Open

-T doesn't seem to work #61

kotfu opened this issue Apr 5, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@kotfu
Copy link

kotfu commented Apr 5, 2023

I am using code2subl version 1.2.1 on node 19.8.1 running on macos 13.3.

When I do:

$ code2subl -T https://github.com/tobiastimm/raiju.git

I expect to get some .tmTheme files, instead I get a bunch of .sublime-color-scheme .sublime-theme files.

Any ideas why the -T or --as-tm-theme options seem to be ignored?

@dnandreev
Copy link

Download source code and run:

npm i
npm run build
npm exec
bin/code2subl.js <repo>#<branch> [options]

Works for me!

@kotfu
Copy link
Author

kotfu commented Apr 28, 2023

Turns out following @dnandreev's method of cloning the repo works. But the version available from the npm public registry at ttps://registry.npmjs.org appears to have a bug in the -T option.

@tobiastimm tobiastimm added the bug Something isn't working label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants