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

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

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)