Julian Hauser

Results 229 comments of Julian Hauser

Ok, I have had an entirely different idea :sweat_smile:. Instead of adding a `papis tag` command, we could also improve the `papis update` command so it can handle lists (i.e....

Thanks for all of the input. I'm gonna improve the `papis update` command (along the lines of what @alejandrogallo suggested) and then implement `papis tag` mostly just re-using the logic...

@alexfikl, with all the work done in `papis update`, adding a `papis tag` is now quite easy. I hacked this together quickly, but it seems like everything just works as...

@alexfikl thanks a lot for all the comments -- they're very helpful! Before i implement these changes and add some tests, what's your view on this (originally an edit to...

Ok perfect, that's how I see it too. Thanks for the feedback :blush:

I've removed the `--batch` flag and now `papis tag` just checks if we find non-lists and aborts if it does. I've added some tests too (copied and adapted from `papis...

> Yes! Those are pytest fixtures that set up a temporary configuration and library somewhere in `/tmp/` for use in the test. This actually gets used even if you don't...

@alexfikl, do you think this is ready to merge? :)

I've implemented all the changes and force pushed them to my fork but somehow they don't show up here :thinking: EDIT: ok, now it shows up!

Thanks for all the help @alexfikl! :heart: