Emily
Emily
This is a very good idea and one that is definitely possible to implement as far as I can tell*. I'll try to roll it out as part of the...
This information is available through the API in particular `timecreated` and `timemodified`. These _could_ be used as indicators if a file has changed. Currently, I only store a single attribute...
Interesting that you bring up this module because I had a look at it myself when I decided I needed checksums of a file as a function. The problem I...
This is an excellent feature and one, which is already partially implemented. First off: I find hardlinks to be a better alternative to copy-on-write since they provide the following: -...
I've just re-downloaded my entire contents of ISIS (181GB videos, 6GB Documents) and threw jdupes at it: ``` du -sb isisdl >>> 192456576558 isisdl jdupes -r -L isisdl du -sb...
Sorry for responding so late, I've had a lot of work with Uni at the moment. Anyway - would you mind sharing the courses you are currently enrolled in? With...
First of all thanks for the courses. I could find all of them but SysProg. Can you send me the course ID located in `https://isis.tu-berlin.de/course/view.php?id={}`? I'll try jdupes myself on...
Sounds good ^^ If you have any further questions regarding how `isisdl` works internally feel free to ask ^^
That is absolutely doable and I'll get that into the 1.4 update. Thanks for the suggestion 😊
It seams as if [this](https://github.com/johannesjo/super-productivity/commit/fb659ddf26f96d229b41027068c47c00ed70e824) recent commit broke the linux backup path. I think the issue it is that the `+` operator has higher precedence that the `==` operator. From...