https://github.com/kasramp/mira
Easy and fast file sharing from command line (bashupload alternative)
https://github.com/kasramp/mira
bashuploader spring-boot spring-mvc
Last synced: 2 months ago
JSON representation
Easy and fast file sharing from command line (bashupload alternative)
- Host: GitHub
- URL: https://github.com/kasramp/mira
- Owner: kasramp
- License: gpl-3.0
- Created: 2024-05-16T21:57:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-30T15:10:18.000Z (11 months ago)
- Last Synced: 2025-03-19T04:42:34.186Z (3 months ago)
- Topics: bashuploader, spring-boot, spring-mvc
- Language: Java
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mira
Mira is an ephemeral file upload from the command line. It is handy for uploading config files to transfer from one server/machine to another hassle-free. Similar to Bash Upload (bashupload.com) but open source and faster!
## Screenshots
### Web interface

#### Command line

## Dev run
```bash
$ ./mvnw spring-boot:run
```## File upload
```bash
$ curl http://localhost:8080 -F "file=@your_file"
```