Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelfarquhar/projexplorer

Desktop application to manage your project folders, as a replacement to your OS's file explorer.
https://github.com/michaelfarquhar/projexplorer

desktop-application file-explorer tauri

Last synced: 3 days ago
JSON representation

Desktop application to manage your project folders, as a replacement to your OS's file explorer.

Awesome Lists containing this project

README

        

# Projexplorer

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)
![Tauri](https://img.shields.io/badge/tauri-%2324C8DB.svg?style=for-the-badge&logo=tauri&logoColor=%23FFFFFF)

Desktop application to manage your project folders, as a replacement to your OS's file explorer.

## Local Install & Run

```bash
pnpm install
```

```bash
pnpm run tauri dev
```