{"id":16013438,"url":"https://github.com/magicdawn/vsc-custom-css-cli","last_synced_at":"2025-03-17T20:31:16.155Z","repository":{"id":57394037,"uuid":"384594332","full_name":"magicdawn/vsc-custom-css-cli","owner":"magicdawn","description":"cli to patch vscode, like the vscode-custom-css extension, but in cli","archived":false,"fork":false,"pushed_at":"2024-10-07T16:20:20.000Z","size":498,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-28T03:50:21.789Z","etag":null,"topics":["custom-css","vsc","vscode","vscode-custom-css"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magicdawn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-10T02:36:01.000Z","updated_at":"2025-01-24T00:05:21.000Z","dependencies_parsed_at":"2024-10-27T16:12:26.039Z","dependency_job_id":"0a86176c-5b01-41f7-bedf-bcc778004e44","html_url":"https://github.com/magicdawn/vsc-custom-css-cli","commit_stats":{"total_commits":43,"total_committers":1,"mean_commits":43.0,"dds":0.0,"last_synced_commit":"db47629a38411f14420b3a15f5c424c84d07ac1c"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fvsc-custom-css-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fvsc-custom-css-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fvsc-custom-css-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fvsc-custom-css-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magicdawn","download_url":"https://codeload.github.com/magicdawn/vsc-custom-css-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878604,"owners_count":20362462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom-css","vsc","vscode","vscode-custom-css"],"created_at":"2024-10-08T14:41:22.016Z","updated_at":"2025-03-17T20:31:15.837Z","avatar_url":"https://github.com/magicdawn.png","language":"TypeScript","readme":"# vsc-custom-css-cli\n\n\u003e vsc-custom-css-cli\n\n\u003c!--\n[![Build Status](https://img.shields.io/travis/magicdawn/vsc-custom-css-cli.svg?style=flat-square)](https://travis-ci.org/magicdawn/vsc-custom-css-cli)\n[![Coverage Status](https://img.shields.io/codecov/c/github/magicdawn/vsc-custom-css-cli.svg?style=flat-square)](https://codecov.io/gh/magicdawn/vsc-custom-css-cli)\n--\u003e\n\n[![npm version](https://img.shields.io/npm/v/vsc-custom-css-cli.svg?style=flat-square)](https://www.npmjs.com/package/vsc-custom-css-cli)\n[![npm downloads](https://img.shields.io/npm/dm/vsc-custom-css-cli.svg?style=flat-square)](https://www.npmjs.com/package/vsc-custom-css-cli)\n[![npm license](https://img.shields.io/npm/l/vsc-custom-css-cli.svg?style=flat-square)](http://magicdawn.mit-license.org)\n\n## Credits\n\n- https://gist.github.com/Hendrixer/7a250a2be529cda8939de8305c9a85a1\n- https://github.com/lehni/vscode-fix-checksums\n\n## Install\n\n```sh\n$ npm i vsc-custom-css-cli -g\n```\n\n**only macOS** is supported\n\n## Binary name = `vsc-custom`\n\n```sh\n$ vsc-custom\n```\n\n## Notice\n\n**After add/update command, in order to make it effects, a full quit \u0026 restart of vscode is needed.**\n\n## Commands\n\n### `vsc-custom add \u003cfile-or-url\u003e`\n\n- file-or-url\n  local file or file url\n  supports `.css` / `.less` / `.sass` \u0026 `.js` file\n\nexample\n\n```sh\n# local css\nvsc-custom add ./custom.css\n\n# remote url\nvsc-custom add 'https://gist.githubusercontent.com/magicdawn/9a8278667c5ebdf71cb87b8504295449/raw/a47ebbf01baf0a0fab49b2f8e9ec9411b492c9cd/vscode-big-clock.less'\n```\n\n### `vsc-custom update` / `vsc-custom up`\n\n- this will update embeded file contents\n- **After a vscode auto-update, everything added is lost, a `vsc-custom up` command is neeeded to get things back**\n\nfor example\n\n- run `vsc-custom add ./local-file.css`\n- modify local-file.css\n- run `vsc-custom update` in order make it effects in vscode\n- quit vscode \u0026 restrt vscode\n\n### `vsc-custom list`\n\nor `vsc-custom ls` / `vsc-custom l`\n\n- this will list all added files\n- default will disabled the unselected files. use `--delete` or `--del` flag to remove added files\n\n## Use Case\n\n### Big Clock\n\n![image](https://user-images.githubusercontent.com/4067115/125153891-6ff49080-e189-11eb-8b08-42789d5c5016.png)\n\n- install extension https://marketplace.visualstudio.com/items?itemName=rid9.datetime\n- install custom css `vsc-custom add 'https://gist.githubusercontent.com/magicdawn/9a8278667c5ebdf71cb87b8504295449/raw/a47ebbf01baf0a0fab49b2f8e9ec9411b492c9cd/vscode-big-clock.less'`\n- quit vscode \u0026 restart to see this screenshot happens\n\n### more ...\n\n## Changelog\n\n[CHANGELOG.md](CHANGELOG.md)\n\n## License\n\nthe MIT License http://magicdawn.mit-license.org\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicdawn%2Fvsc-custom-css-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagicdawn%2Fvsc-custom-css-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicdawn%2Fvsc-custom-css-cli/lists"}