Jonathan Neidel
Jonathan Neidel
I put it on my list of possible site to be added. Once I have the time to test/implement the new providers I'll get back to you.
Yeah, sub-chapters are not supported as I personally wouldn't use them. But for some series on mangalife it is necessary... ([another example](https://mangalife.us/manga/Mob-Psycho100)) I'll take a look at it in the...
Can just be done in a simple script: ```sh touch -t 2003011200 some_file find ~ -name "node_modules" ! -newer some_file -exec sh -c 'echo removing $1; rm "$1"' sh {}...
From readme > the majority of the storage is occupied by node_modules If this is your problem, you are fixing the symptom not the root cause. Migrating to [pnpm](https://github.com/pnpm/pnpm#readme) (shared...
Found a few spelling mistakes: > Enter the time in months. Node modules older than the given time will be sowed. *showed > In today's world storage is comparatively costlier...
> generating timestamps is not that intuitive and this removes all such dirs Just write a small wrapper script around it that takes easier to read date input and confirms...
What's your business model? It wasn't clear from the homepage.
@anki-code Please fill out the App submission form, it's there for a reason: ```md #### New App Submission - [ ] I've read the [contribution guidelines](https://github.com/agarrharr/awesome-cli-apps/blob/master/contributing.md). **Repo or homepage link:**...
Sorry. I'll look into it some time, but this needs a lot of looking into on my part. And I have build up quite the PR backlog:smile:
Is it compatible with GPG? > providing alternative [..] to GPG In practice that sound like I will need both of them when people start using this. [relevant xkcd](https://xkcd.com/927/) >...