Thomas Coenen

Results 138 comments of Thomas Coenen

Super strange. I just tested your config and it works perfectly for me. Is `include_drivers_clock_control` a symlink or hardlink or something like that?

organize uses `textract` under the hood. So you might check the output of: ```sh textract file.pdf ``` You can also try installing another parser which is supported by textract: ```...

That's an interesting use-case! I haven't worked with Automator much so far but it should be possible to define environment variables? If this is the case then you should be...

Got it working! Automator shell script: ```sh export PATH=/usr/local/bin:~/.local/bin:$PATH MY_FOLDER="$@" organize run ~/Dropbox/Apps/organize/finder-action.yml --working-dir="$MY_FOLDER" > $MY_FOLDER/organize.txt ``` This uses the new `working-dir` argument. In your config you then use `.`...

Can you send me the config file via mail?

No env var magic. Can you post your config? > Am 26.03.2021 um 22:16 schrieb ersil ***@***.***>: > >  > I am having trouble running organize in a crontab....

It's not perfect, but you could use an environment variable for this already. At the moment I think this is out of scope, so I'm closing the issue.

Hi, really cool project you have there! The django-style filter declarations are awesome and something I want to include into organize sometime. The exif support is really cool, too. If...

I thought about this and I think it is possible to integrate this functionality into organize with only some small modifications to the core. The only problem with the current...