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
- Host: GitHub
- URL: https://github.com/zt64/tau
- Owner: zt64
- License: gpl-3.0
- Created: 2021-07-02T18:26:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T14:30:39.000Z (5 months ago)
- Last Synced: 2026-02-10T18:56:25.672Z (5 months ago)
- Topics: compose-multiplatform, kotlin
- Language: Kotlin
- Homepage:
- Size: 1.12 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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