z-shell / zservice-py3http

This Zsh service plugin will serve the given directory (plugin's directory by default) using Python's 3 HTTP server.

Home Page:https://z.digitalclouds.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo ❮ ZI ❯ Service - Py3HTTP

This Zsh service-plugin will serve given directory (plugin's directory by default) using Python's 3 HTTP server.

Install with ❮ ZI

The service-plugin supports loading single plugin instance per all active Zsh sessions, in background.

zi ice service'py3http'
zi light z-shell/zservice-py3http

Explanation of Zsh-spawned services

First Zsh instance that will gain a lock will spawn the service.

Other Zsh instances will wait. When you close the initial Zsh session, another Zsh will gain lock and resume the service.

About

This Zsh service plugin will serve the given directory (plugin's directory by default) using Python's 3 HTTP server.

https://z.digitalclouds.dev

License:MIT License


Languages

Language:Shell 78.3%Language:Python 21.7%