New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

zfinder

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zfinder

zfinder

latest
Source
npmnpm
Version
0.2.10
Version published
Maintainers
1
Created
Source

zfinder

zfinder is a simple, powerful, flexible static server (B/S structure).

you can setup a static server with markdown support and lots of other features using one command: $ zfinder serve

installation

$ npm install zfinder -g

usage

starting a zfinder server

$ zfinder serve

building files

building is to convert source files of specified formats(Markdown, etc.) into target formats.

building-map

build all files in a directory

$ zfinder build $directory

build one file

$ zfinder build $file

kill all existing zfinder processes

$ zfinder kill

handlers

handlers are designed to deal with specific urls, or serve as an web API.

authorization

namedescriptionsupported
basic-authadding basic authorization for urlsyes

file system

namedescriptionsupported
explorerexplores directories like finder.app or explorer.exepartly
make-dircreating a directoryyes
read-dirreturning stats of paths in a directoryyes
read-filereturning stats and file contentyes
remove-pathremoving a path(file or directory)yes
rename-pathrenaming a path(file or directory)yes
write-filecreating or updating a fileyes

searching

namedescriptionsupported
content-searchsearching keyword in content of filesyes
glob-searchsearching with glob expression for path namesyes
indexed-pathname-searchsearching for path names with indexesno
indexed-content-searchsearching keyword in content of files with indexesno

graphviz (supporting the DOT language via viz.js)

namedescriptionsupported
dot-editorediting DOT fileno
dot-previewerpreviewing DOT fileyes
dot-rendererrendering DOT codeyes

plantUML (TODO: converting plantUML into DOT using pure javascript version)

namedescriptionsupported
plantuml-editorediting plantuml fileno
plantuml-previewerpreviewing plantuml fileyes
plantuml-rendererrendering plantuml codeyes

markdown

namedescriptionsupported
markdown-editorediting markdown fileno
markdown-previewerpreviewing markdown fileyes
markdown-rendererrendering markdown fileyes

xmind

namedescriptionsupported
xmind-editorediting xmind fileno
xmind-previewerpreviewing xmind fileno

text

namedescriptionsupported
text-editorediting text filepartly

fallback

namedescriptionsupported
serve-indexautomatically add a suffix to current url if that matches a fileyes
serve-staticurls that are not processed by other handlers will be pass to node-staticyes

Keywords

bin

FAQs

Package last updated on 13 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts