Shadab Zafar
Shadab Zafar
Currently, massren doesn't deal with already existing files and throws up an error: ``` massren: "/path/to/file" cannot be renamed to "/some/file": destination already exists ``` There could be multiple strategies...
I pip installed this package, then tried out the CLI, but I needed some features that are not in the CLI, so I was trying to programmatically access some functions...
Currently, there's lots of whitespace at the end of every line!
Do we have a way to only log the output of the last command (which pay go beyond what's currently visible on the screen)? I guess this would require parsing...
I want to build a static binary of `duc` so that I can use it on remote linux boxes easily. I tried `configure --enable-static --disable-shared` and `configure CFLAGS="-static"` etc. but...
The standard way of providing indexed search on Linux is via [Locate](https://en.wikipedia.org/wiki/Locate_(Unix)) It'd be nice to see how gosearch compares to locate in the time it takes to index directories.
I know this sounds far fetched, but do you think `ictree` could be used as an interactive JSON viewer? Like [jless](https://github.com/PaulJuliusMartinez/jless/). This would allow us to use ictree as an...
https://user-images.githubusercontent.com/1449512/172774610-0ce04597-1cd9-4f0e-b82a-fbba96140f36.mov
The Google Play Store link in Readme is unavailable. Can you please also upload this to F-Droid?
Hacker News now has support for `from?site=` like: https://news.ycombinator.com/from?site=wired.com These can be access from the homepage itself. I think it makes sense to add them here as well. I think...