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: 10 months ago
JSON representation
Cross-platform cli for windows nearby-sharing (Project Rome)
- Host: GitHub
- URL: https://github.com/nearby-sharing/cli
- Owner: nearby-sharing
- License: gpl-3.0
- Created: 2023-06-26T21:37:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-21T07:57:26.000Z (10 months ago)
- Last Synced: 2025-08-21T09:45:18.021Z (10 months ago)
- Topics: cli, cross-platform, dotnet, hacktoberfest, nearby-sharing, project-rome
- Language: C#
- Homepage: https://nearshare.shortdev.de/
- Size: 149 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```