звездочёт

Results 174 comments of звездочёт

@ngosang say: >Could you compile Can't compile? Is everything ok with your system? Which system? Can an alternative fit?

@ngosang say: >I think this is not related to your program. This is not my program, but I use it. Not everything I like about her. @ngosang say: >I think...

@jhawthorn say: > I would accept a PR which added --only-exact They forgot to mention the use of `fzy`, which requires an exact match: ```sh cd /usr/bin $(ls | fzy)...

https://github.com/jhawthorn/fzy/issues/135 More specifically: applying `regexp` to a display list, but not to the strings themselves.

@varnav say: >--skip-if-larger must be default setting So put it on. https://github.com/kornelski/pngquant/blob/7ffdc41525d80461d1f581644fbf9df135140c67/pngquant_opts.c#L127-L129 to: ```c int opt; options->skip_if_larger = true; ... case arg_skip_larger: options->skip_if_larger = !(options->skip_if_larger); break; ```

@shinsenter say: >It seems that your image compression algorithm https://github.com/kornelski/pngquant/blob/7ffdc41525d80461d1f581644fbf9df135140c67/pngquant.c#L57 There is no algorithm in this repository. It is in a completely different place: https://github.com/ImageOptim/libimagequant

Hi @jagdishadusumalli . Use `stat` and `touch`. PS: :warning: I'm not familiar with macOS.

Hi @Zackhardtoname . :question: Do you mean to use `history` instead of `$HISTFILE` directly (with numbering) and execute the command by number?

Hi @Zackhardtoname . Yes. You really don't understand how hstr works. Right. :smile:

@bor8 say: >Show all histories of all users (global)? A very strange question, `hstr` itself uses the `$HISTFILE` created by one of the `shell`. If `shell` has no history, then...