Skip to content

teesloane/bulletinboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bulletinboard is a CLI tool that runs a server for viewing locally-hosted images.

View more screenshots here. Examples images from Unsplash.

Usage

  • Download the latest release from the releases page.
  • Move the bulletinboard binary into your path if you want to run it from any directory.
  • Run bulletinboard in a folder with images in it, or alternatively;
    • Run bulletinboard -path <path_to_folder_of_images>
  • Visit the given localhost url and view your images.

Development

Develop:

  • Requirements: >= go 1.14.
  • Clone the repository.
  • Run make run.

Build:

  • Run make release-local (create a binary and move it to usr/local/bin)
  • Run make release (create binarys for mac, windows, linux) and move to the/build folder.