procs icon indicating copy to clipboard operation
procs copied to clipboard

A modern replacement for ps written in Rust

Results 52 procs issues
Sort by recently updated
recently updated
newest added

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.16 to 3.2.17. Release notes Sourced from clap's releases. v3.2.17 [3.2.17] - 2022-08-12 Fixes (derive) Expose #[clap(id = ...)] attribute to match Arg's latest API Changelog Sourced...

dependencies

Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.3 to 3.2.4. Release notes Sourced from clap_complete's releases. v3.2.4 [3.2.4] - 2022-06-14 Fixes (derive) Provide more clearer deprecation messages for #[clap(parse)] attribute (#3832) Changelog Sourced from...

dependencies

`procs` hangs when trying to run it in `tmux`. It works when running it with `--pager disable`, or when running it directly in the terminal outside of tmux session. OS:...

V 0.13 I have this on my config.toml: ``` [[columns]] kind = "Command" case = "Insensitive" [search] case = "Insensitive" ``` When looking for 'espanso', it should find both but...

`WARNING: terminal is not fully functional` Setting TERM=xterm-color makes this go away.

``` ❯ cargo install procs ... Kareadita/Kavita)error[E0432]: unresolved import `crate::process::ProcessInfo` --> /home/yonas/.cargo/registry/src/github.com-1ecc6299db9ec823/procs-0.12.3/src/column.rs:2:5 | 2 | use crate::process::ProcessInfo; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ProcessInfo` in `process` error[E0432]: unresolved import `crate::columns::ConfigColumnKind` --> /home/yonas/.cargo/registry/src/github.com-1ecc6299db9ec823/procs-0.12.3/src/config.rs:2:5 |...

The procs package in Fedora repos are 0.10.10.

As the issue title says and the screenshot shows: ![Screenshot from 2022-05-17 13-49-01](https://user-images.githubusercontent.com/11630343/168794768-708cfbb4-fc4e-4de1-97f6-df6de760762e.png) Firstly I could see names of the processes, then they disappeared. I have installed procs with `cargo...

I am using `st` (https://github.com/dtomvan/st). `procs --version`: `procs 0.12.2`. `procs --pager disable --theme dark` works. `procs` hangs. `procs --debug` also prints nothing and hangs. I am on (vanilla) Arch Linux....

Hi, Would it be possible to get (AppArmor) security context as a column? That is, the thing shown with `ps Z`. That would allow seeing AppArmor profile the process is...