https://github.com/alex1701c/krunner-vscodeprojects
Open VSCode Project Manager projects from Krunner
https://github.com/alex1701c/krunner-vscodeprojects
c-plus-plus krunner plasma5 project-manager qt5 vscode
Last synced: 12 months ago
JSON representation
Open VSCode Project Manager projects from Krunner
- Host: GitHub
- URL: https://github.com/alex1701c/krunner-vscodeprojects
- Owner: alex1701c
- License: lgpl-3.0
- Created: 2019-07-07T11:42:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T16:17:00.000Z (over 1 year ago)
- Last Synced: 2025-04-02T08:48:20.910Z (about 1 year ago)
- Topics: c-plus-plus, krunner, plasma5, project-manager, qt5, vscode
- Language: C++
- Homepage:
- Size: 59.6 KB
- Stars: 21
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## VSCode Projects Runner
This plugin uses the [Project Manager plugin](https://github.com/alefragnani/vscode-project-manager) from VSCode to read the projects.
## Required Dependencies
Debian/Ubuntu
Plasma5:
```bash install-ubuntu-plasma5
sudo apt install git cmake extra-cmake-modules build-essential libkf5config-dev libkf5i18n-dev libkf5runner-dev libkf5dbusaddons-bin
```
Plasma6:
```bash install-ubuntu-plasma6
sudo apt install git cmake extra-cmake-modules build-essential libkf6config-dev libkf6i18n-dev libkf6runner-dev libkf6dbusaddons-bin
```
OpenSUSE
Plasma5:
```bash install-opensuse-plasma5
sudo zypper install git cmake extra-cmake-modules ki18n-devel kconfig-devel krunner-devel kconfigwidgets-devel kcmutils-devel kdbusaddons-tools
```
Plasma6:
```bash install-opensuse-plasma6
sudo zypper install git cmake kf6-extra-cmake-modules kf6-ki18n-devel kf6-kconfig-devel kf6-krunner-devel kf6-kdbusaddons-tools
```
Fedora
Plasma5:
```bash install-fedora-plasma5
sudo dnf install git cmake extra-cmake-modules kf5-ki18n-devel kf5-kconfig-devel kf5-krunner-devel kf5-kcmutils-devel
```
Plasma6:
```bash install-fedora-plasma6
sudo dnf install git cmake extra-cmake-modules kf6-ki18n-devel kf6-kconfig-devel kf6-krunner-devel kf6-kcmutils-devel
```
## Build instructions
For archlinux users there is [AUR](https://aur.archlinux.org/packages/krunner-vscodeprojects/) or [AUR (git)](https://aur.archlinux.org/packages/krunner-vscodeprojects-git/).
The easiest way to install is:
`curl https://raw.githubusercontent.com/alex1701c/krunner-vscodeprojects/master/install.sh | bash`
Or you can clone the repository and run the install.sh script.
After this you should see your runner in the system settings:
systemsettings5 (Head to "Search")
You can also launch KRunner via Alt-F2 and you will find your runner.
Credit for icon: https://github.com/microsoft/vscode
## Screenshots
### Overview of projects

### Search for project

### Search from overview
This might be useful if you have other search plugins
