https://github.com/guasam/code-explorer
Code Explorer is a mini app that helps you easily explore your recently opened Visual Studio Code projects.
https://github.com/guasam/code-explorer
Last synced: 3 months ago
JSON representation
Code Explorer is a mini app that helps you easily explore your recently opened Visual Studio Code projects.
- Host: GitHub
- URL: https://github.com/guasam/code-explorer
- Owner: guasam
- License: mit
- Created: 2024-08-21T00:36:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T16:32:39.000Z (9 months ago)
- Last Synced: 2024-11-13T13:51:51.434Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Explorer
Code Explorer is an application that helps you easily explore your recently opened Visual Studio Code projects. It provides a user-friendly interface to quickly access and search your projects, making laziest developers life a bit more relaxing.
![]()
## Installation
To install and run VSCode Projects Explorer locally, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/guasam/code-explorer
```2. Navigate to the project directory:
```sh
cd code-explorer
```3. Install the dependencies:
```sh
npm install
```4. Start the application:
```sh
npm run dev
```
## Usage
Once the application is running, you can:
- **State File Path**: Set the state file path from your vscode installation directory.
```
"C:\Users\{Username}\AppData\Roaming\Code\User\globalStorage\state.vscdb"
```- **View Recent Projects**: See a list of your recently opened Visual Studio Code projects.
- **Open Projects**: Click on a project name to open it in Visual Studio Code.
## Production / Distribution
To build the application for production usage on windows platform, use this commnad:
```
npm run build:win
```
## For Your Information
This application is currently supported for the Windows platform. If you'd like to contribute to this project for other platforms (mac, linux, etc.), all pull requests are welcome.