Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jojoee/vscode-conda-cheatsheet
:ledger: Visual Studio Code extension : Conda Cheatsheet
https://github.com/jojoee/vscode-conda-cheatsheet
cheatsheet conda extension python python3 vscode-extension
Last synced: 3 months ago
JSON representation
:ledger: Visual Studio Code extension : Conda Cheatsheet
- Host: GitHub
- URL: https://github.com/jojoee/vscode-conda-cheatsheet
- Owner: jojoee
- License: mit
- Created: 2020-03-08T05:24:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T22:29:10.000Z (about 2 years ago)
- Last Synced: 2024-05-01T14:24:34.203Z (10 months ago)
- Topics: cheatsheet, conda, extension, python, python3, vscode-extension
- Language: HTML
- Homepage: https://marketplace.visualstudio.com/items?itemName=jojoee.conda-cheatsheet
- Size: 4.14 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [Conda Cheatsheet](https://marketplace.visualstudio.com/items?itemName=jojoee.conda-cheatsheet)
A Visual Studio Code extension that lets you open Conda cheatsheet inside the editor.[![Version](https://vsmarketplacebadge.apphb.com/version/jojoee.conda-cheatsheet.svg)](https://marketplace.visualstudio.com/items?itemName=jojoee.conda-cheatsheet)
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/jojoee.conda-cheatsheet.svg)](https://marketplace.visualstudio.com/items?itemName=jojoee.conda-cheatsheet)
[![Rating](https://vsmarketplacebadge.apphb.com/rating-short/jojoee.conda-cheatsheet.svg)](https://marketplace.visualstudio.com/items?itemName=jojoee.conda-cheatsheet)![Demo](./asset/screenshot/demo.gif)
![PDF](./asset/screenshot/pdf-768.png)
![Support Dark and Light Theme](./asset/screenshot/support-dark-and-light-theme-1024.png)## Features
- `Conda Cheatsheet: PDF` to open PDF file inside editor
- `Conda Cheatsheet: Website` to open website inside editor
- `Conda Cheatsheet: Webview` to open website inside editor
- Support both light and dark theme
- Click on the content section for jump to selected section immediately
- Copy and Paste command## TODO
- [ ] Automated: download pdf => convert to image for `onCommand:extension.openPdf` command
- [ ] Automated: test
- [ ] Automated: watch and run `compileWebview.js` file
- [ ] Refactoring## Demo
1. Basic usage + feature
- `alt + shift + P` to open available commands
- Select for open "Webview"
- Click to "Sharing Environments" section
- Hover on some command
- Click it for copy the command
- `alt + N` to create new file
- `alt + V` to pate the command
2. Support theme changing
3. Support other view e.g. PDF and website## Development
```
node tool/compileWebview.js && npm run compilenpm run compile
npm run test
npm run deploy
vsce login jojoee
vsce publish
```## Reference
- [Conda - Conda documentation](https://docs.conda.io/en/latest/)