Laurent Cozic

Results 266 comments of Laurent Cozic

So far I still haven't found a good alternative to SQLite so will keep using this for now.

That's a good point. I'm reopening the issue in case someone is motivated enough to do a PR :)

@staticshock, I think that's indeed the right way to look at it. There should be cached/state data and config, and it should be two separate files. If I have time...

I won't implement this myself as the current solution for my needs is good enough, but if someone submit a pull request I'll most likely accept it.

I need to look into it (not sure when) but it seems to make sense. There could be some prompt when this situation happens.

Indeed that would be good to propose some alternatives. Overwriting would probably be what users would expect as this is how most posix tools work. However any overwrite or even...

The software hasn't been updated recently, so it could be some changes in your shell that's causing this.

If I'm not mistaken, this is a feature of [go-flag](https://github.com/jessevdk/go-flags) - it automatically displays the arguments as `-n, --dry-run` on POSIX systems and `/n, /dry-run` on Windows. I think the...

Hmm, but wouldn't the second example only apply to someone using Cygwin or equivalent? And even then, I believe they'd need to do something like `massren $(cygpath -w "/n")`, which...

I have no plan to add more features, but I guess it's not exactly abandoned. I may merge pull requests if they make sense.