honzajavorek / foto

Command line photo manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foto

foto is my personal photo manager. I don't like tools pretending to be smarter than me. I like file-system based management and I couldn't find a folder-based manager which could do couple of simple tasks the way I want.

Development

Only macOS and Python 3 are supported, beause that's what I currently use.

$ git clone git@github.com:honzajavorek/foto.git
$ cd foto
$ cat brew_packages.txt | xargs brew install
$ poetry install

Your ~/.bash_profile:

alias foto="/Users/honza/.../foto/env/bin/foto"
export FOTO_GEOCODING_API_KEY='...'

License: ISC

© 2010-2022, Honza Javorek <mail@honzajavorek.cz>

This work is licensed under ISC license.

Credits

  • Zuzana Válková
  • Martin Javorek

About

Command line photo manager

License:ISC License


Languages

Language:Python 100.0%