Yasuhiro Yamada

Results 22 issues of Yasuhiro Yamada

Here is my rough idea. New feature called alias feature. Any feedbacks is welcome. For now, `xpanes` has following problems. * Users cannot set pane's title provided by `-t` individualy....

idea

https://github.com/tmux/tmux/releases/tag/3.1b

It may cause any bugs like #146

enhancement

### Command ```bash xpanes -c 'echo {}' -n 2 2 '' 4 '' 6 8 10 ``` ### Result (Ubuntu) ![Screenshot 2020-05-03 at 21 09 09](https://user-images.githubusercontent.com/3874767/80924705-62bc6480-8d82-11ea-8e03-b53940353397.png) ### Result(Alpine) ![Screenshot 2020-05-03...

bug

* Build rpm/deb files * Upload deb files to launchpad

enhancement

Instead of shunit2 because submodule is annoying me.

enhancement

Hi, The format option does not work correctly at the latest version 2.0.19. As documented here, https://github.com/harelba/q/blob/master/examples/EXAMPLES.markdown > Now we'll see how we can format the output itself, so it...

See https://github.com/greymd/teip/wiki/Memory-Usage-Benchmark `-e` requires approx 3 times as much memory as the standard input. It can be reduced more. Let me note my brief idea. One of the reasons why...

enhancement
help wanted

Example ``` $ cat file.csv "AAA","BBB,CCC",DDD $ cat file.csv | teip --csv -f 2 "AAA","[BBB,CCC]",DDD $ cat file.csv | teip --csv-ex -f 2 "AAA",["BBB,CCC"],DDD ``` ``` $ cat file2.csv |...

Executable files for non-x64 architectures can be prepared since `teip` can be built without Oniguruma.