Releases: adetokunbo/mem-info
Releases · adetokunbo/mem-info
CSV output, show all processes without sudo
-
Remove the check for root when no pids are specified
- previously, an error occurred if no pids were specified without sudo
- after this, all processes of the current user are shown
-
Add an option -y (--output-style) that allows the output to be formatted as CSV with all values in KiB
Adding sorting and ordering options
What's Changed
- Do not include process count when showing by pid @adetokunbo in #4
- Sort by columns by @adetokunbo in #5
Adjust stale dependencies
Merge pull request #2 from adetokunbo/adjust-dep-bounds Adjust dep bounds
Initial release
v0.1.0.0 Initial release
v0.1.0.0pre1
Initial pre-release to confirm how releasing works