Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaelfarquhar/projexplorer
- Owner: MichaelFarquhar
- License: cc0-1.0
- Created: 2024-12-01T17:13:16.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T17:14:02.000Z (29 days ago)
- Last Synced: 2025-01-05T18:20:52.242Z (29 days ago)
- Topics: desktop-application, file-explorer, tauri
- Language: TypeScript
- Homepage:
- Size: 491 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```