Code Monkey home page Code Monkey logo

rawsort's Introduction

Description

A simple CLI tool to organize photos.

Installation

sudo make install

Usage

rawsort -s $HOME/Pictures/import -d $HOME/Pictures/export -f "%K/%L/%D/%D_%t_%K_%L%e"

Photos will recursively be searched for in the source directory and moved to the destination directory with the provided format:

$HOME/Pictures/import/IMG_001.jpg

will be moved to

$HOME/Pictures/export/Canon/5D Mark IV/2019-01-01/2019-01-01_12:34:56_Canon_5D Mark IV.jpg

where the format is

Canon - %K
5D Mark IV - %L
2019-01-01 - %D
2019-01-01_12:34:56_Canon_5D Mark IV.jpg - %D_%t_%K_%L%e

Options

Filename format options:

%D - Date
%t - Time
%y - Year
%m - Month (mm)
%d - Day
%K - Make
%L - Model
%e - Extension

Contact

Nikola Tasić – [email protected]

Distributed under the GPL v2 license. See LICENSE for more information.

7aske.com

github.com/7aske

Contributing

  1. Fork it (https://github.com/7aske/rawsort/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

rawsort's People

Contributors

7aske avatar

Watchers

 avatar

Forkers

asentientbanana

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.