diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-06-12 13:57:50 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-06-12 13:57:50 +0200 |
commit | 0dfb7c145b41ffe349faf5d6abd7cc93f5d4b93b (patch) | |
tree | 383ea5a9f30bb9a6098efab866fc8b96625d4e62 | |
parent | a3799e2934ed8952db3baead83457f752307b02c (diff) | |
parent | c9774efc19c63d93fdd167859834b8efb7855781 (diff) |
Merge branch 'master' of https://github.com/pks/bin
-rwxr-xr-x | notification-daemon-launch | 5 | ||||
-rwxr-xr-x | rename-pix-by-time-and-cam | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/notification-daemon-launch b/notification-daemon-launch new file mode 100755 index 0000000..e6c261d --- /dev/null +++ b/notification-daemon-launch @@ -0,0 +1,5 @@ +#!/bin/zsh + +sleep 10 +sind | notification-daemon & + diff --git a/rename-pix-by-time-and-cam b/rename-pix-by-time-and-cam index 3a6224f..592e432 100755 --- a/rename-pix-by-time-and-cam +++ b/rename-pix-by-time-and-cam @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -cams = { "SIGMA DP2 Merrill" => "dp2m", "FP2" => "fp2", "Canon EOS 1000D" => "1000d", "iPad Air" => "ipadair", "iPhone 5" => "iphone5", "iPhone SE" => "iphonese" } +cams = { "SIGMA DP2 Merrill" => "dp2m", "FP2" => "fp2", "Canon EOS 1000D" => "1000d", "iPad Air" => "ipadair", "iPhone 5" => "iphone5", "iPhone SE" => "iphonese", "IQ180" => "iq180" } cams.default = "default" file_ext = ARGV[0] |