Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

kmon

Linux Kernel Manager and Activity Monitor 🐧💻
Collective - Host: opensource - https://opencollective.com/kmon - Code: https://github.com/orhun/kmon

refactor: Use to_vec conversion for constant array

github.com/orhun/kmon - 2f78e5700602b51b596c07e11bb9026c9e01f4d6 authored almost 5 years ago by orhun <[email protected]>
fix: Remove static from key bindings constant array

github.com/orhun/kmon - a92bd1018a399dacd02433cadad6a6ecde573833 authored almost 5 years ago by orhun <[email protected]>
doc: Add comment to table header constant

github.com/orhun/kmon - 38193b3251e3d89402825a71a9f1aa5c3286eb4a authored almost 5 years ago by orhun <[email protected]>
refactor: Use constant for table header of the module table

github.com/orhun/kmon - c84842e3e1bfc44b698ee63425961f05f82d2a1d authored almost 5 years ago by orhun <[email protected]>
fix: Remove unused keys macro from util

github.com/orhun/kmon - 33f3146016bf0b7b29c62a72441df123a50a1a5b authored almost 5 years ago by orhun <[email protected]>
fix: Use key bindings from util module

github.com/orhun/kmon - 22c028a6f5c5c52008deb17743d422cc6ec8049f authored almost 5 years ago by orhun <[email protected]>
feat: Add key bindings constant to util module

github.com/orhun/kmon - b53122920656ca18c46e5246cf52018a7bcffa61 authored almost 5 years ago by orhun <[email protected]>
test: Update the main terminal keys test about changed key bindings

github.com/orhun/kmon - 94e77f85bab27fffe9c68f9411fe3658e86a878b authored almost 5 years ago by orhun <[email protected]>
feat: Add other key bindings to the help message

github.com/orhun/kmon - 86cbf6479e9044734c368949ea7d3153e51ffb38 authored almost 5 years ago by orhun <[email protected]>
style: Fix formatting using Cargo fmt

github.com/orhun/kmon - 0e330ebe94215d7265cf95566ec8d94f1925be47 authored almost 5 years ago by orhun <[email protected]>
feat: Switch to the module table if query is empty after input mode

github.com/orhun/kmon - e161164db1813b6607e82ec3efede3cdda7fb28f authored almost 5 years ago by orhun <[email protected]>
refactor: Use match implicitly for setting the input mode

github.com/orhun/kmon - 45ea997fcf0a1bf87f4c2111c3e17214588a262c authored almost 5 years ago by orhun <[email protected]>
feat: Remove 'm' key action for load and use insert key instead

github.com/orhun/kmon - bf7fe2b071fc3c40c2d5c409a139fddd7bd87364 authored almost 5 years ago by orhun <[email protected]>
feat: Use ctrl-t/b for scrolling and 'b' for blacklisting

github.com/orhun/kmon - 13026c49c1daf51f5b1dddaf7a5431f8b98a8bf5 authored almost 5 years ago by orhun <[email protected]>
feat: Scroll module info block to top on help key press

github.com/orhun/kmon - e33aa52c38e56bc9a2489d5bf7d6f9d6757f4878 authored almost 5 years ago by orhun <[email protected]>
feat: Add help key to key bindings in help

github.com/orhun/kmon - 63af093c4b120de5cf3469f2816c4f6185ea29c7 authored almost 5 years ago by orhun <[email protected]>
doc: Add comment to keys macro in util module

github.com/orhun/kmon - 9d4f440e15e3cacb73267f5f2bbe9fa138af230a authored almost 5 years ago by orhun <[email protected]>
fix: Use keys macro instead of map while setting the key bindings

github.com/orhun/kmon - 25b7952532234a6e26e93374ded0b123aee12e63 authored almost 5 years ago by orhun <[email protected]>
feat: Add keys macro to util for creating key bindings

github.com/orhun/kmon - 8c2b3d5ca1245a2bf411c4c3b8a9d0bce569738b authored almost 5 years ago by orhun <[email protected]>
fix: Use saturating_sub for usize instead of checked_sub

github.com/orhun/kmon - 97e9fc3914d2de94073368f78874e2aa1a939818 authored almost 5 years ago by orhun <[email protected]>
style: Fix formatting with Cargo fmt

github.com/orhun/kmon - 946815c9b77fb2b9e9e5b327743b273fbc3e3ff0 authored almost 5 years ago by orhun <[email protected]>
fix: Use checked_sub instead of explicit subtraction

github.com/orhun/kmon - dd131defb5f52d471746b8372690441293a4e15c authored almost 5 years ago by orhun <[email protected]>
feat: Add spaces between the key and its action in help message

github.com/orhun/kmon - 23da401db3ed2d74d194e03170d547c637973c8b authored almost 5 years ago by orhun <[email protected]>
fix: Use reference to hashmap instead of cloning it

github.com/orhun/kmon - ad4ca0d19c98905eb98e70610d5e17d430aade04 authored almost 5 years ago by orhun <[email protected]>
feat: Update quit key binding text in show_help_message

github.com/orhun/kmon - 7e55a90c17b6c6177c242b2f9dd2e54a0b34d9e2 authored almost 5 years ago by orhun <[email protected]>
feat: Use hashmap for key bindings and showing help message from it

github.com/orhun/kmon - e9e43040e62cfa737d5ac033e8d63319e6318ff1 authored almost 5 years ago by orhun <[email protected]>
feat: Update the usage text of clap

github.com/orhun/kmon - 9c30657246340654764b72707942992f5f311b91 authored almost 5 years ago by orhun <[email protected]>
fix: Allow dead code in StyledText for suppressing warnings

github.com/orhun/kmon - b33cedeee45d24131dc32abb645c55787ba177ee authored almost 5 years ago by orhun <[email protected]>
feat: Remove switching to ModuleInfo block on help action

github.com/orhun/kmon - fd2af610d50044363c131d227add07f7f0435adc authored almost 5 years ago by orhun <[email protected]>
feat: Show styled text for testing on help action

github.com/orhun/kmon - 59fd837933727b889aa6dde14fd944010fa5fc0b authored almost 5 years ago by orhun <[email protected]>
refactor: Set current name of module before setting styled text

github.com/orhun/kmon - ba11e5a47bb565e4d7f861f302931a8ed4597184 authored almost 5 years ago by orhun <[email protected]>
fix: Use show_help_message function on '?' key press

github.com/orhun/kmon - c4d46e7f55db4694dc87b6754e4c316bf3ff5485 authored almost 5 years ago by orhun <[email protected]>
feat: Create show_help_message function in app module

github.com/orhun/kmon - 490488800b36447108fa60f5ba511bf1fb521917 authored almost 5 years ago by orhun <[email protected]>
doc: Update the function comment of send_key in tests

github.com/orhun/kmon - 8ac6245136e9c09e6a4acef931c35aef006083b3 authored almost 5 years ago by orhun <[email protected]>
doc: Add comment to ascii logo constant

github.com/orhun/kmon - 596a8bc6598145c4932adf550b3335ecac54aeeb authored almost 5 years ago by orhun <[email protected]>
refactor: Use ascii logo constant for before help text

github.com/orhun/kmon - c457b33da9b68c33ee9293dcabeb90d558f62511 authored almost 5 years ago by orhun <[email protected]>
feat: Update before help text in parse_args

github.com/orhun/kmon - 9afc6fe2f0cbfe36488c15ff7c0c1bf1b2945230 authored almost 5 years ago by orhun <[email protected]>
feat: Print project logo in ASCII format before help message

github.com/orhun/kmon - 7a63f41fce2d6828fc7a8de174bd5c6f93840b55 authored almost 5 years ago by orhun <[email protected]>
style: Fix formatting using Cargo fmt

github.com/orhun/kmon - ded5e20e98fd39391cc2e7010699daa2f8820b8f authored almost 5 years ago by orhun <[email protected]>
refactor: Pass self directly instead of using references in is_none

github.com/orhun/kmon - 5caaec34dd1c2b06ab1479f14db8e1d6970389fa authored almost 5 years ago by orhun <[email protected]>
test: Update tests module of app about input mode tests

github.com/orhun/kmon - 34ba5c755ed336e5402e65af4fae5dba45915cdd authored almost 5 years ago by orhun <[email protected]>
doc: Add function comment to iter function of ScrollDirection

github.com/orhun/kmon - 520cf141cad6b3c8b45b4a52ff47c5648c312314 authored almost 5 years ago by orhun <[email protected]>
fix: Remove unused get_default_text of InputMode

github.com/orhun/kmon - 0f5a0fa07d016924bc0f29bc4edd6e9fdd2520d9 authored almost 5 years ago by orhun <[email protected]>
fix: Check if input mode has value before setting its text

github.com/orhun/kmon - 820ca10bb86348b7ae8509626cca1ffd90e31db9 authored almost 5 years ago by orhun <[email protected]>
feat: Add Copy derive to InputMode enum

github.com/orhun/kmon - be97b12ad090740a2714bc589d410ad51170eff0 authored almost 5 years ago by orhun <[email protected]>
refactor: Use first element of InputMode for default text

github.com/orhun/kmon - 6a218e0c9e2a95de4a7442c3125262689508a361 authored almost 5 years ago by orhun <[email protected]>
feat: Add debug derive to struct and enums in cmd module

github.com/orhun/kmon - 78bdf808088a5c8ae08d006e56dcfa5ae6ca3e7d authored almost 5 years ago by orhun <[email protected]>
feat: Add usage information to clap app

github.com/orhun/kmon - f23fc76014913b5a8cb0c8e2c04d1100618b6473 authored almost 5 years ago by orhun <[email protected]>
chore: Merge tarpaulin and test suite step in CI task

github.com/orhun/kmon - 20952a5490a905d8badf535eae4c0eb777c7bc43 authored almost 5 years ago by orhun <[email protected]>
chore: Update command line arguments of cargo-tarpaulin

github.com/orhun/kmon - 57de1371fd79069c429fb6a94fee0ec0e90b192e authored almost 5 years ago by orhun <[email protected]>
chore: Install X11 dependencies in tarpaulin action

github.com/orhun/kmon - 2b6332bc131baddaab1633c1c5a45854b754d108 authored almost 5 years ago by orhun <[email protected]>
chore: Remove specific tarpaulin version

github.com/orhun/kmon - 391c2592725e616eac76a126e3f58cc66f3b99b9 authored almost 5 years ago by orhun <[email protected]>
chore: Rename code coverage step to tarpaulin

github.com/orhun/kmon - 3afeaeb110074e5b8e466f8303f8a5efbdb697c1 authored almost 5 years ago by orhun <[email protected]>
chore: Use tarpaulin action on code coverage step

github.com/orhun/kmon - 6b4e76e62b8fb3807b6e7239439a0741bd24ef6f authored almost 5 years ago by orhun <[email protected]>
chore: Fix token secret usage in CI task

github.com/orhun/kmon - 3f1b2960356026a17ef0cab2a1358fd3a48a1ad0 authored almost 5 years ago by orhun <[email protected]>
chore: Use tarpaulin for coverage reports

github.com/orhun/kmon - e4902877a5e80de2a26b7691a239cd2fe8354315 authored almost 5 years ago by orhun <[email protected]>
feat: Add darkgray as default value to -c argument

github.com/orhun/kmon - d932efefbec9647878a6655c3f895527cf8c983c authored almost 5 years ago by orhun <[email protected]>
test: Fix the test case of parse_args about args length

github.com/orhun/kmon - 4dc90ce14c11c154fb00d2cd2ce5b4cc7cca7bf9 authored almost 5 years ago by orhun <[email protected]>
refactor: Remove refresh rate constant and use default value for clap

github.com/orhun/kmon - bc487b5c9778a51320a34043742943e2d2dd6e5a authored almost 5 years ago by orhun <[email protected]>
test: Fix test case of parse_args in util

github.com/orhun/kmon - b73344c3655e0f1ed7a548ba18f49653ecfc720c authored almost 5 years ago by orhun <[email protected]>
test: Remove version parameter from parse_args in app tests

github.com/orhun/kmon - fd13ae144badf8918945297d900d22175860e861 authored almost 5 years ago by orhun <[email protected]>
test: Remove version parameter from parse_args in terminal test

github.com/orhun/kmon - 164ed7abbd3544006e9b40bb805bf8079ac14f45 authored almost 5 years ago by orhun <[email protected]>
fix: Remove version constant from main and fix parse_args parameters

github.com/orhun/kmon - 92240364f545dc725a03f8a3eac20c67d05e2862 authored almost 5 years ago by orhun <[email protected]>
doc: Update parse_args comment about parameters

github.com/orhun/kmon - 8f2d79c811c5faaa03ce1893824a6b39dc033754 authored almost 5 years ago by orhun <[email protected]>
refactor: Remove unnecessary version parameter from parse_args

github.com/orhun/kmon - 1b2026c7061e0e4460b3f210dddbc6b7f8b7d510 authored almost 5 years ago by orhun <[email protected]>
feat: Use cargo environment variables for argument parsing

github.com/orhun/kmon - c6e4145fd634c828d2b9b231361808e814883e66 authored almost 5 years ago by orhun <[email protected]>
style: Run Cargo fmt for formatting

github.com/orhun/kmon - 75b521db553ec6d6e611b7e777b5cd95b434ca72 authored almost 5 years ago by orhun <[email protected]>
feat: Add Debug trait to ScrollDirection for debugging purposes

github.com/orhun/kmon - 405ec8d7f1a59a8189a989dc28e5f6234d2450d6 authored almost 5 years ago by orhun <[email protected]>
fix: Add Copy trait to Block enum for handling moved values

github.com/orhun/kmon - 07a23f3924e7a172cfb5b6b5ec0fbd3c11b9e9f6 authored almost 5 years ago by orhun <[email protected]>
fix: Remove unnecessary parameter from app.refresh function

github.com/orhun/kmon - 46893616d0d0944637bfc8ca7bef713a8f9827af authored almost 5 years ago by orhun <[email protected]>
doc: Update refresh functions comments about parameters

github.com/orhun/kmon - 258fff2b5428136fddd4af0352498ced0e41eeeb authored almost 5 years ago by orhun <[email protected]>
refactor: Use default block in refresh function of app

github.com/orhun/kmon - 6640a5ff9d6ee3d65b4f8092ec7687eacd5e0e4f authored almost 5 years ago by orhun <[email protected]>
feat: Add default block field to app struct

github.com/orhun/kmon - 8d2f8a4305abeb286115fd861df12ead1520d88c authored almost 5 years ago by orhun <[email protected]>
fix: Rename Blocks to Block in main module

github.com/orhun/kmon - bbc586076353be2a1a1b742805fd52bf5c6561e5 authored almost 5 years ago by orhun <[email protected]>
doc: Update function comments about Block enum

github.com/orhun/kmon - c92b0761370cb203f8d4f422d631eb44b1f43019 authored almost 5 years ago by orhun <[email protected]>
refactor: Rename Blocks enum to Block in app module

github.com/orhun/kmon - 6e464c92a9da30344a3630c7498a9407f4a5cd24 authored almost 5 years ago by orhun <[email protected]>
refactor: Use block widgets with TuiBlock name in app

github.com/orhun/kmon - a7ae6194d7f721bf3d40d790f9eb91c46d8321c1 authored almost 5 years ago by orhun <[email protected]>
test: Improve the scroll test in lkm module

github.com/orhun/kmon - d17e5b5f2a616967a340b65c72cbfce161bb20f3 authored almost 5 years ago by orhun <[email protected]>
fix: Pass self value without referencing it in cmd functions

github.com/orhun/kmon - 17ef02c98d0b6b204a49fc7ed44bc2a212e6c5d9 authored almost 5 years ago by orhun <[email protected]>
style: Fix formatting with Cargo fmt

github.com/orhun/kmon - 07cc7d9ac65519347d5dd73ba85c43c61563b895 authored almost 5 years ago by orhun <[email protected]>
test: Add test for clearing current command while scrolling

github.com/orhun/kmon - 0afce1140a5f80c5c8436f17e7cdf89bc972ff65 authored almost 5 years ago by orhun <[email protected]>
test: Add tests for all module commands in lkm tests

github.com/orhun/kmon - 20d2f9c081a93382b1601dd0f3cab380ddd8cd55 authored almost 5 years ago by orhun <[email protected]>
feat: Add copy and clone derives to ModuleCommand

github.com/orhun/kmon - f064f9ae124cdfd37df191e8998d991d3d45baa9 authored almost 5 years ago by orhun <[email protected]>
test: Add blacklist command cancel test to lkm module

github.com/orhun/kmon - 2ef5acac72268c9e9de3fb5ef23e1f1d7a926ea6 authored almost 5 years ago by orhun <[email protected]>
test: Use char explicitly in event tests

github.com/orhun/kmon - 838142ab1b8a8ad4e1394e1dffaeace7ce787657 authored almost 5 years ago by orhun <[email protected]>
test: Improve events test case about mpsc channels

github.com/orhun/kmon - 15e52c438c81233326edbc0bfce22372f20b446f authored almost 5 years ago by orhun <[email protected]>
test: Reduce the time between each key sender tries

github.com/orhun/kmon - 67aba38255a91b8dd215f89fad48866703b43cf4 authored almost 5 years ago by orhun <[email protected]>
test: Update app module tests about default input mode text

github.com/orhun/kmon - a4ab60d6a10e3da795e5515ee201423ad4b63d4e authored almost 5 years ago by orhun <[email protected]>
doc: Add comments to tests module of main

github.com/orhun/kmon - 708846915ed77bd9a720f2bb3289d0c29993f8a9 authored almost 5 years ago by orhun <[email protected]>
test: Add test to style module about raw text lines

github.com/orhun/kmon - e279673b8bebbb31dd6132954cc9ff91c43b0dd5 authored almost 5 years ago by orhun <[email protected]>
test: Add key tests about input mode

github.com/orhun/kmon - 266c45d86b8064f869f22603869b0ac62c42c327 authored almost 5 years ago by orhun <[email protected]>
feat: Select module table while showing used module info

github.com/orhun/kmon - 54c149aa2ac3f80b5dd2edd6ec4b63efe4eb370b authored almost 5 years ago by orhun <[email protected]>
fix: Refresh terminal before testing arrow keys

github.com/orhun/kmon - 798cfbf502f741bd9cc8595986f9891e3d27e6f2 authored almost 5 years ago by orhun <[email protected]>
test: Add test for main function in test_tui

github.com/orhun/kmon - 4fc50a3d167901cce376fa8e80d1c1e9457d2abc authored almost 5 years ago by orhun <[email protected]>
test: Change key places in tests module

github.com/orhun/kmon - c620809bfa94d149c37d89928fda981a2c1040c5 authored almost 5 years ago by orhun <[email protected]>
test: Improve the test case of terminal

github.com/orhun/kmon - 044138c3634e51c26894562d95905dd74c73215c authored almost 5 years ago by orhun <[email protected]>
test: Add unload and blacklist keys to tests module

github.com/orhun/kmon - 851926512a016e1fc9d46edb05d8e3e438aa9cbb authored almost 5 years ago by orhun <[email protected]>
fix: Use is_empty method for making length comparison more explicit

github.com/orhun/kmon - ce74f82c468443bf8dcce4bfde6adca579b59e34 authored almost 5 years ago by orhun <[email protected]>
test: Add extra char for testing terminal keys

github.com/orhun/kmon - 1d0587a46e80b7b3307025eca97e913c9eb556f4 authored almost 5 years ago by orhun <[email protected]>
fix: Check for list length before attempting to show used module info

github.com/orhun/kmon - 5ec0fe97726ddb5625c065aa9889ad7c3ce77bb5 authored almost 5 years ago by orhun <[email protected]>