Javier López

Results 25 comments of Javier López

That sounds nice =), however if I may suggest something, it could also depend in a `debug` or `verbose` variable.

@Niharika29 :+1: , currently genpass supports the following encodings (-e|--encoding option). - [dec](https://github.com/chilicuil/genpass/blob/master/libscrypt/b10.c) - [hex](https://github.com/chilicuil/genpass/blob/master/libscrypt/crypto_scrypt-hexconvert.c) - [base64](https://github.com/chilicuil/genpass/blob/master/libscrypt/b64.c) - [z85](https://github.com/chilicuil/genpass/blob/master/libscrypt/z85.c) - [skey](https://github.com/chilicuil/genpass/blob/master/libscrypt/skey.c) This tickets refers to adding emoji to the above...

Thanks for pointing that out @voltagex =), indeed when looking for mirrors I used fedora's for some of the missing recipes. I'll take in consideration the slack recipes if I...

Thanks for commenting, indeed, wget-finder could be smarter about it, it could check the Content-MD5 tag whenever it's available (and whenever wget supports the -S flag, the busybox version doesn't),...

Hi, Just wanted to comment that 1 doesn't necessarily requires a lot of more code, I was able to implement a case insensitive search by placing `grep -i` between list...

Yep, I also though that other plugins could depend on tmux >= `1.9`, specially since tpm wasn't really difficult to make it run on `1.6`. Anyway, I'm happy to know...

So I went ahead and ported tpm[0] and almost all plugins[1] to tmux => 1.6, I found that all but tmux-resurrect can be implemented without losing any features, some others...

Can confirm this, it can be fixed by calling `scripts/copycat_mode_quit.sh` before `scripts/copycat_mode_start.sh` and `scripts/copycat_search.sh` in `copycat.tmux`

Not sure about ag, it's incredible fast but doesn't allow a great customization in the output, using awk however could improve the portability (there are some hacks in the code...

@ashinkarov awesome, it works great on my setup :smile: , how did you know I wasn't using caire?, is there any disadvantage for not using it?