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

✨ Command to list extensions #9

Open
austincondiff opened this issue Oct 1, 2022 · 0 comments
Open

✨ Command to list extensions #9

austincondiff opened this issue Oct 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@austincondiff
Copy link
Contributor

austincondiff commented Oct 1, 2022

Proposed Addition

Argument Description
-le or --list-extensions Outputs list of installed extensions

Description

Lists the installed extensions unique identifiers along with optional display name, author, status, size, and version.

Examples

Usage

codeedit --list-extensions
codeedit -le

Which would output...

johnsmith.react
janedoe.eslint
jakedaniels.prettier

You can also pass an additional flag to get more information

codeedit --list-extensions -l

Which would output...

ID                    Name      Author      Version
===================================================
johnsmith.react       React     John Smith    1.1.4
janedoe.eslint        ESLint    Jane Doe      2.1.2
jakedaniels.prettier  Prettier  Jake Daniels  1.6.3
@austincondiff austincondiff added the enhancement New feature or request label Oct 1, 2022
@austincondiff austincondiff changed the title CLI Tools: list extensions ✨ CLI Tools: list extensions Oct 1, 2022
@austincondiff austincondiff transferred this issue from CodeEditApp/CodeEdit Dec 6, 2022
@austincondiff austincondiff changed the title ✨ CLI Tools: list extensions ✨ Command to list extensions Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Todo
Development

No branches or pull requests

1 participant