Wei Shen

Results 235 comments of Wei Shen

Reading compressed file using `bufio.NewReader(r)` and without `gzip.NewReader` causes error too.

We did not call shell `mv`. For now, you may use a combination of `fd/find` + `parallel` + `git mv`.

Safety is the priority of `brename`. An environment variable could be a good way. BRENAME_DISABLE_UNDO

Nice! Thank you! I'm not familiar with homebrew, I submit my other tools written in go to [homebrew-bio](https://github.com/brewsci/homebrew-bio/blob/develop/Formula/seqkit.rb) similar with the second method, but they only accept bioinformatics-related tools. I've...

Actually some kind guys helped to write those formulas. The https://github.com/schollz/homebrew-tap way looks easy and feasible, I'll try to put all my apps in.

Interesting, I just tested and everything was fine (Linux desktop and USB HDD drive, path is `/run/media/shenwei/Seagate Backup Plus Drive/tmp/`) . Can you please paste some file names and matching...

Maybe `mutate` and `mutate2` should add an option `--position` to specify the position of the new column.

It's not complicated but existed tools like `pandoc` can easily convert markdown to HTML, though there are no options to set table class and caption. ``` $ cat names.csv |...

cut uses a total different workflow, it takes some time to apply to other 40+ commands.🤣