https://github.com/markxoe/foldr
Easily switch between tabs of your native filemanager
https://github.com/markxoe/foldr
electron explorer filemanager finder macos windows
Last synced: about 2 months ago
JSON representation
Easily switch between tabs of your native filemanager
- Host: GitHub
- URL: https://github.com/markxoe/foldr
- Owner: markxoe
- License: gpl-3.0
- Created: 2021-05-01T16:00:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T19:11:46.000Z (over 4 years ago)
- Last Synced: 2025-06-28T04:38:38.228Z (12 months ago)
- Topics: electron, explorer, filemanager, finder, macos, windows
- Language: JavaScript
- Homepage:
- Size: 2.37 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

Foldr
Switch easily between filemanager tabs on Windows and MacOS
## Preview

## Installation
1. Install dependencies:
`npm i`
2. Build:
1. for Windows:
`npm run build-win`
2. for MacOS:
`npm run build-mac`
## Development
Install needed dependencies
```bash
npm i -D
```
Start app
```bash
npm run start
```
## Authors
- [@markxoe](https://www.github.com/markxoe)