Project Scanner
The Project Scanner is a core module of Devian Desktop that automatically identifies local repositories on your machine.
How it works
- It scans your defined project directories (configurable in Settings).
- It looks for indicator files like
package.json,requirements.txt,Cargo.toml, or.git. - It identifies the technology stack and provides quick actions to open the project in your favorite editor or terminal.
Key Actions
- Open in Finder: Quick access to project files.
- Open in Editor: Launch VS Code, IntelliJ, or your preferred editor.
- Open in Terminal: Jump straight into the project directory.