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)
- Host: GitHub
- URL: https://github.com/nearby-sharing/cli
- Owner: nearby-sharing
- License: mit
- Created: 2023-06-26T21:37:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T22:31:14.000Z (4 months ago)
- Last Synced: 2025-02-13T23:31:07.490Z (4 months ago)
- Topics: cli, cross-platform, dotnet, hacktoberfest, nearby-sharing, project-rome
- Language: C#
- Homepage: https://nearshare.shortdev.de/
- Size: 145 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
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
```