fschueller / muikku

Basic photo management. Playground for learning Go!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

muikku


"muikku" is the Finnish name of a tasty little fish and apparently what Finnish people say when they smile on photos.


muikku is a configurable tool that will allow import of photos into custom workspaces and batch upload to photo communities.

This is my playground project to learn the Go programming language.

It runs on go1.13.8 and was built with the help of cobra.

Setup

It currently expects a config file at $HOME/.muikku.yaml like so:

import_path: "<path to import from (usually SD card)"
workspace: "<path to import to>"
collection_dirs:
  - "JPG"
  - "RAW"
  - "<optionable additional dirs>"

After that, just run go build and play.

About

Basic photo management. Playground for learning Go!

License:MIT License


Languages

Language:Go 100.0%