Socket
Socket
Sign inDemoInstall

comic-viewer

Package Overview
Dependencies
69
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    comic-viewer

Runs a comic viewer website


Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
1
Install size
3.05 MB
Created
Weekly downloads
 

Readme

Source

Comic Viewer

Runs a comic viewer website locally.

Install

npm install -g comic-viewer

Usage

Comic Viewer

Usage:
  comic-viewer [--port <port>] (--start | --stop)
  comic-viewer [--port <port>] [--start | --stop] [--run-with <browser>] <file>
  comic-viewer --help | --version
  
Options:
  --port <port>         Set the port of the server. [default: 8080]
  --start               Start the server, if the server is not already running.
  --stop                Stop the server.
  --run-with <browser>  Specify browser executable.
  <file>                The file to open, if provided.
  --help                Show help message.
  --version             Show version number.`;

For example:

comic-viewer --start "C:\My Pictures\test.jpg"

Hotkeys

  • [ - previous directory.
  • ] - next directory.
  • q - upper level directory.
  • b - bookmark this file.
  • shift+b - open latest bookmark.
  • ctrl+enter - open explorer.
  • shift+pageup - scroll up one page.
  • shift+pagedown - scroll down one page.
  • 0 - show original size.
  • 8 - match window width.
  • = - zoom in.
  • - - zoom out.

Todos

  • In firefox with overflow hidden, the page won't scroll to correct position while searching.

Changelog

  • 0.3.1 (Apr 12, 2016)
    • Fix bower command not found bug.
  • 0.3.0 (Apr 12, 2016)
    • Drop bower depency, use github tarball.
  • 0.2.0 (Apr 11, 2016)
    • Replace opener with open.
    • Add --run-with option.
    • Only read lock file if --start/--stop is set.
    • Change some style.
    • Fix bookmark bug.
    • Add resize function.
  • 0.1.1 (Apr 9, 2016)
    • Fix prev/next undefined bug.
    • Use localhost hostname.
  • 0.1.0 (Apr 9, 2016)
    • First release

Keywords

FAQs

Last updated on 12 Apr 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc