Skip to content

A utility to save your favorite projects and open them easily in vscode

License

Notifications You must be signed in to change notification settings

ailtonloures/vscode-bookmark

Repository files navigation


VSCode Bookmark

VSCode Bookmark

GitHub Downloads (all assets, latest release) GitHub Release GitHub Repo stars GitHub License

A utility to save your favorite projects and open them easily in vscode.

Support for

Windows Fedora Debian Ubuntu macOS

Releases

Go to latest

View other releases...

Features

  • Save projects path on Store;
  • Open projects in VSCode;
  • Logs and Monitoring with Sentry;

Development

Requirements

How to use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

# Clone this repository
$ git clone https://github.com/ailtonloures/vscode-bookmark

# Go into the repository
$ cd vscode-bookmark

# Install dependencies
$ npm install

# Run the app
$ npm start

Build

After installing all dependencies, you need to run the make command to build the project.

# Go into the repository
$ cd vscode-bookmark

# Run the make command
$ npm run make

Credits

This software uses the following open source packages:

Contributing

Contributions are always welcome, consider opening an issue first and discuss with the community before opening a pull request.

Check out the CONTRIBUTING.md.