Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: c-blake/procs

Fix version in dot-nimble

15 Jan 16:48

Choose a tag to compare

Oops. Sorry for the noise!

Cleaner compiles with new warnings

15 Jan 16:47

Choose a tag to compare

BareExcept & ByteAddress and even Hint[LineTooLong] should no longer fire. Plus a few documentation things.

Nicer Ctrl-C, kill self-avoidance, docs

08 Dec 20:57

Choose a tag to compare

Also, add nimPreviewSlimSystem compatibility. See RELEASE-NOTES.md or git log for more details.

Add -i to `procs find`; Minor fixes

17 Jun 13:01

Choose a tag to compare

Basically:

  • Add -i flag to procs find to force pattern insensitivity { just by prefixing each pattern with "(?i)" as per lib/impure/nre.nim documentation. Seems to work fine. }
  • Make pw less chatty (only ^C not default Nim message), but still exit 130 in case there is some pw patterns && shell construct.
  • For >=100% just show integer percentage; 3 significant figures is plenty.
  • Ensure data is flushed to stdout before sleeping in differential mode.
  • Do not total syscall IO & blockdev IO for %<,%> (too often doubles IO).
  • Various updates to sample config and compile-time warning/error fixes.
  • Also added release notes for version 0.3.0.

Memory diffs for procs display -d/pd operation

14 Jan 13:12

Choose a tag to compare

Also shorten the name of the wait channel symbol on x86_64 and do a few other clean-ups.

First release

27 Aug 18:29

Choose a tag to compare

This works pretty well for me. I've been using it daily for almost a year.