a tag based image viewer
view: rhcloud
download the latest release here
then run npm install
and you're set to go!
Usage: ./picto [options]
Options:
-h, --help output usage information
-V, --version output the version number
-c, --config [file] Load a specified configuration file [config.json]
--add [files] Add an image [image]
--remove [id] removes an image [id]
- complete rewrite
- faster image navigation
- now supports batch image adding!
- first working version.
- switched to nedb for the database.
- made it possible for plugins to add web pages.
- Initial version.
- write demo
- add more ways to install
- add in-page image adder
- add settings
Copyright (c) 2017, triktron
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.