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

https://github.com/zt64/tau

Compose File Manager
https://github.com/zt64/tau

compose-multiplatform kotlin

Last synced: 5 months ago
JSON representation

Compose File Manager

Awesome Lists containing this project

README

          

# tau

A simple file manager written in Kotlin
using [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform)

Currently only supports Windows and Linux

Requires Java 17 or higher
![screenshot_1.png](assets/screenshot_1.png)

## Building

On windows

```bash
./gradlew.bat build
```

On linux

```bash
./gradlew build
```

## Running

On windows

```bash
./gradlew.bat run
```

On linux

```bash
./gradlew run
```

## License

Licensed under GNU GPL v3.0