Skip to content

Meetesh-Saini/mirador

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mirador

Client side CLI utility for Python http.server.

Browse and share files using mirador and Python's http.server. mirador is a CLI application which parses the response from Python's http.server and allows to browse and download files using familiar commands.

Share files

Sender side

Start Python's http.server in the sender's device

python3 -m http.server

Receiver side

Run mirador

mirador
  • Set url of the sender using url command
url http://127.0.0.1:8000
  • Download file
get filepath
  • Check download tasks to view ID, status and download percentage.
show
  • Cancel a task
cancel <ID>

About

Client side CLI utility for Python http.server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages