Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement free features #70

Merged
merged 39 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5102433
added count and seconds to free command
Apr 24, 2024
9d75109
fix for count = 1
Apr 24, 2024
28c6b4b
add --total and fix clippy warning
Apr 25, 2024
30aaeb0
fix --count, --human and swap and make clippy happy
Apr 25, 2024
c26f632
test --count and --total
Apr 25, 2024
0806fad
add --lohi and clean code
Apr 26, 2024
a18aca2
test --lohi
Apr 26, 2024
8e7a19c
mv --lohi -> --minmax & implement more correct --lohi
Apr 28, 2024
3468a0c
Merge branch 'main' into main
D3V1LC0D3R Apr 28, 2024
0381c5e
change from iter.collect() to iter.last()
Apr 28, 2024
32a6666
Merge branch 'main' of https://github.com/D3V1LC0D3R/procps
Apr 28, 2024
347d91b
remove unneeded import tests/by-util/test_free.rs
D3V1LC0D3R Apr 28, 2024
26a2b64
make free run forever if -c is not set but -s is
Apr 28, 2024
cfad26a
put the number conversion in a closure to clean up the code
Apr 29, 2024
23acca9
add --committed
Apr 29, 2024
2f582c8
add --line
Apr 29, 2024
a73b527
remove test files
Apr 29, 2024
1809553
Merge branch 'main' into main
D3V1LC0D3R Apr 30, 2024
00a7901
Merge branch 'main' into main
D3V1LC0D3R May 1, 2024
276aad9
Update src/uu/free/src/free.rs
D3V1LC0D3R May 1, 2024
1ac908a
edit comments
May 1, 2024
0aa3f90
Update src/uu/free/src/free.rs
D3V1LC0D3R May 1, 2024
b3e7f0b
use .min & .max and fix 'free memory' value for the maximum and minimum
May 1, 2024
0816661
Merge remote-tracking branch 'refs/remotes/origin/main'
May 1, 2024
c893ef7
Merge branch 'main' into main
D3V1LC0D3R May 1, 2024
d8e7f9b
rename closures
May 1, 2024
eeea730
Merge remote-tracking branch 'refs/remotes/origin/main'
May 1, 2024
37479dd
Update src/uu/free/src/free.rs
D3V1LC0D3R May 1, 2024
24294ec
replace closures with function
May 1, 2024
f6e76fd
remove cool features because the reviewers want to
May 3, 2024
51e6f4b
remove minmax test
May 3, 2024
3e3c14a
when using --lohi high should output high_free not free
May 3, 2024
8e546c3
Update src/uu/free/src/free.rs
D3V1LC0D3R May 4, 2024
1cfdaee
remove HighUsed and LowUsed as they dont actually exist
May 4, 2024
9562b0a
Merge branch 'main' of https://github.com/D3V1LC0D3R/procps
May 4, 2024
06aa9ce
set LowMem if its missing from /proc/meminfo
May 4, 2024
85f2f21
fix macos
May 5, 2024
26e29a8
Merge branch 'main' into main
D3V1LC0D3R May 6, 2024
20f2f18
replace match with if in n2s closure
May 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading