Naoya Hatta

Results 272 comments of Naoya Hatta

I added `minus` as built-in pager, and now pager is supported on Windows. Already `minus` seems to have smooth scroll, it's very good.

I released v0.14.0.

@yonas @wisonye @yurivict @keltia Hi, all. Today I released v0.14.2 which includes BSD initial support. I check only on FreeBSD 12.4. Please try it.

I added `--use-config` and built-in configs ( `default` and `large` ) which are the same as `config/*.toml`. So I'll close this PR.

I implemented progress by reference to nimbleparse_lsp. ( Thanks @ratmice ! ) https://github.com/dalance/veryl/commit/344558358c1cb6cc5ba6c59d927ed6b9634d5e54 The implementation is very simple. * Add async functions ( `progress_start`, `progress_report` and `progress_done` ) to your...

At v0.4.3, `tokens` can be omitted. About 2, I can't judge which synonym should be added because color recognition is affected by difference among individuals. (For example, I recognize "Orange"...

I tried to reproduce like below: ``` $ java -jar test.jar ``` ``` $ procs java PID:▲ User │ CPU MEM VmSize VmRSS TCP Read Write │ CPU Time Start...

This is expected behaviour. The `4372` is `sudo` process, and the `sudo` process will launch `procs`. `show_self = false` option hides the self `procs` process only, so `sudo` process will...

I'll add `show_self_parents` option at #607. It suppress to show the parents processes which have self as the only child. For example, in the following process tree, "bash - sudo...