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

https://github.com/nearby-sharing/cli

Cross-platform cli for windows nearby-sharing (Project Rome)
https://github.com/nearby-sharing/cli

cli cross-platform dotnet hacktoberfest nearby-sharing project-rome

Last synced: 2 months ago
JSON representation

Cross-platform cli for windows nearby-sharing (Project Rome)

Awesome Lists containing this project

README

        

# NearShare Cli
This repo contains a cross-platform command-line application that can be used to share files and urls between devices using the `Windows 10+` built-in sharing functionality (Aka [`Project Rome`]( https://github.com/microsoft/project-rome)).

> [!TIP]
> Download the [Android App](https://nearshare.shortdev.de/docs/download)!

> [!WARNING]
> Currently only sending via Tcp (Local Network) is supported!

## Building
This project consists of a `.NET 8` console application.
You can use the [`dotnet`](https://dotnet.microsoft.com/en-us/download) cli to build and run the app:
```shell
dotnet run
```