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

feat: Add iter function implementation to ScrollDirection

github.com/orhun/kmon - e35ea9e15f5d8fdd15c8b7aeae87f0108651f29c authored about 5 years ago by orhun <[email protected]>
test: Improve the test case of lkm module

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

github.com/orhun/kmon - f6a3b499f76dfe727ecdefd994f4505bb4fbd0e0 authored about 5 years ago by orhun <[email protected]>
test: Improve the test case of info module

github.com/orhun/kmon - 8c2347a048bcbe2b91697a48c143d547fcfeeb66 authored about 5 years ago by orhun <[email protected]>
test: Fix the test case of lkm module about function rename

github.com/orhun/kmon - 1b2e3d23097c1e813f915b813aaa83b6d7a315c3 authored about 5 years ago by orhun <[email protected]>
refactor: Shorten the function name to show_used_module

github.com/orhun/kmon - 2b830920bd263b9ff12abef5f57279466b755384 authored about 5 years ago by orhun <[email protected]>
doc: Update the function comment of show_used_module_info about parameters

github.com/orhun/kmon - c4d6da5a58d4c11aa8c5dc5b49e8b4aef914de3b authored about 5 years ago by orhun <[email protected]>
refactor: Rename index parameter of show_used_module_info to mod_index

github.com/orhun/kmon - db56f384cadc35c04d90a823ac38470d14afcd2e authored about 5 years ago by orhun <[email protected]>
fix: Fix the kernel module selection bug caused by whitespace

github.com/orhun/kmon - 547a13f00505f9217adb4eb518ba54780c1a6505 authored about 5 years ago by orhun <[email protected]>
style: Fix the formatting of lkm module tests

github.com/orhun/kmon - b2a671e306bb45fdf23c72803e96a11bc9b4a688 authored about 5 years ago by orhun <[email protected]>
test: Improve the test function of lkm module

github.com/orhun/kmon - 221d11ab29a7b10481af8b83f748984b24cfc740 authored about 5 years ago by orhun <[email protected]>
test: Add command execution functions to lkm module test

github.com/orhun/kmon - 9c06a4422ec7e0f7e06f475878ab201d5d3d383e authored about 5 years ago by orhun <[email protected]>
test: Add set_current_command to test function of lkm module

github.com/orhun/kmon - a4aa981c11cbfda02e4b9d5b4e239d0b0c7d73ea authored about 5 years ago by orhun <[email protected]>
test: Improve the test case for info module

github.com/orhun/kmon - 5f4f0f3c0da6ed243cd1f2334f719f525d1b8dfe authored about 5 years ago by orhun <[email protected]>
style: Fix the formatting of info module tests

github.com/orhun/kmon - eb13f54476be7a8789135ea14425b93bef26813d authored about 5 years ago by orhun <[email protected]>
test: Add test case for info module

github.com/orhun/kmon - 7c88763b115bdd814a8bb53416f80d3b6020acc4 authored about 5 years ago by orhun <[email protected]>
test: Remove interactive terminal test due to tty failure

github.com/orhun/kmon - ca9a2e12ebcf84db1855dc40fc9a57cb9dfb0568 authored about 5 years ago by orhun <[email protected]>
feat: Improve the error message to copy with 'c' key

github.com/orhun/kmon - 6b822dd9ae13307ed60d05a27b5280c98b838019 authored about 5 years ago by orhun <[email protected]>
fix: Use unwrap_or_else instead of unwrap_or in info module

github.com/orhun/kmon - 94432911e94e712dcd40806a8f2def73321a9da7 authored about 5 years ago by orhun <[email protected]>
feat: Show 'Error' on module info block title on execution error

github.com/orhun/kmon - 78e2e63d197504fbe8af4350e379346ce08d315d authored about 5 years ago by orhun <[email protected]>
fix: Improve the error handling in info module

github.com/orhun/kmon - d523b610dbe7ac6cb7bdee57d9281961a36aa5fc authored about 5 years ago by orhun <[email protected]>
doc: Update the function comment of set_current_command about parameters

github.com/orhun/kmon - ad44d7bc45419965f7bff23fae497a45b3fbc521 authored about 5 years ago by orhun <[email protected]>
feat: Add command_name parameter to set_current_command for filtering

github.com/orhun/kmon - 21a74699b1fe2a23fbdad9df914eb14cfe79b47a authored about 5 years ago by orhun <[email protected]>
doc: Add function comment to cancel_execution in lkm module

github.com/orhun/kmon - 722a90f387ef76ee8ba5a2dd9006aead5671bae9 authored about 5 years ago by orhun <[email protected]>
style: Remove unnecessary let binding from cancel_execution

github.com/orhun/kmon - 5cf666fc8c672f6a2401c8968fec68ffe71cff5d authored about 5 years ago by orhun <[email protected]>
refactor: Cancel the execution of current command in lkm module

github.com/orhun/kmon - 67aca22e5e65f2f2746f71fdd9e4d11081eb9883 authored about 5 years ago by orhun <[email protected]>
refactor: Rename kernel modules command executor function name

github.com/orhun/kmon - 2ac043bb8f071905aabb15566bfb75d52044b268 authored about 5 years ago by orhun <[email protected]>
doc: Add comment to terminal tick event

github.com/orhun/kmon - f6196a748b9f74b001e72472a38eb57927e6cb98 authored about 5 years ago by orhun <[email protected]>
feat: Add tick event to terminal for checking test run state

github.com/orhun/kmon - 5c251734e812eea3e1f9c0713b7bc715812871ea authored about 5 years ago by orhun <[email protected]>
test: Add test function for terminal initialization

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

github.com/orhun/kmon - 8ded0ead8b746a24a9300296ec955a17beb208fb authored about 5 years ago by orhun <[email protected]>
fix: Check for execution error for center alignment

github.com/orhun/kmon - b83029b8be3fd437d5c8be5e9d10e4672b0b8769 authored about 5 years ago by orhun <[email protected]>
fix: Add placeholder text as command or error for styled text

github.com/orhun/kmon - c8217576c5fb682a65478cc92634183ccf5851bb authored about 5 years ago by orhun <[email protected]>
doc: Update the function comment of styled text setter function

github.com/orhun/kmon - a537104d240b64ebb7d3366637f6b192830b909a authored about 5 years ago by orhun <[email protected]>
feat: Add placeholder parameter to styled text setter

github.com/orhun/kmon - 35a2f88e91e82472ed2661422f4088c0a92f6f36 authored about 5 years ago by orhun <[email protected]>
style: Add missing semicolon to draw_kernel_info function call

github.com/orhun/kmon - b3d1afd261624216dff937499cbf16f5ad25d169 authored about 5 years ago by orhun <[email protected]>
feat: Add Debug trait to Blocks enum in app module

github.com/orhun/kmon - 375d13b3fbe533040164b34f7d8cf6be2f1e3296 authored about 5 years ago by orhun <[email protected]>
feat: Add author and about information to clap app

github.com/orhun/kmon - dc7727e432211906c3b6094c5afd1ddad9f6f915 authored about 5 years ago by orhun <[email protected]>
refactor: Rename style variable to app_style in main

github.com/orhun/kmon - 3f1bdc2f362b2209eb8e420368119ed36eeded11 authored about 5 years ago by orhun <[email protected]>
doc: Update the 'new' method comment of kernel modules

github.com/orhun/kmon - 25d9308803c36ad4b7e651dd542df05f2b14219e authored about 5 years ago by orhun <[email protected]>
refactor: Remove style parameter from kernel modules initialization method

github.com/orhun/kmon - c51c375b796014c2198c070edf614f2edafadef1 authored about 5 years ago by orhun <[email protected]>
test: Fix the test case of the app module

github.com/orhun/kmon - 0c074e3e98f826223f5a19262f547493984be753 authored about 5 years ago by orhun <[email protected]>
doc: Update the function comment of 'new' style

github.com/orhun/kmon - a95dc426a784bc4eb72712e9ffc306ce82a12e8d authored about 5 years ago by orhun <[email protected]>
refactor: Use unwrap_or instead or unwrap_or_else on color parsing

github.com/orhun/kmon - 1b2f37b6ed0aa7c8294c2bf04f9b600ac3834423 authored about 5 years ago by orhun <[email protected]>
style: Fix the formatting of style module with Cargo fmt

github.com/orhun/kmon - 554f70c52d0cc6c325647943486a2785083bf98b authored about 5 years ago by orhun <[email protected]>
feat: Use the default terminal color on hex parsing error

github.com/orhun/kmon - 1b7070d1b393e3e17761e5d4ae04ce53e05e2a59 authored about 5 years ago by orhun <[email protected]>
feat: Use hex to rgb conversion setting the main color

github.com/orhun/kmon - a04e4df3b58a915d4658cd664c638bb243df049c authored about 5 years ago by orhun <[email protected]>
chore: Add colorsys crate to dependencies

github.com/orhun/kmon - ce35e92c540851258e554e9e32ac53e5d95d70c3 authored about 5 years ago by orhun <[email protected]>
doc: Add comment to map macro in util module

github.com/orhun/kmon - eeeadbeec35b329ade38ea05600c93583bd140a1 authored about 5 years ago by orhun <[email protected]>
doc: Update function comment of 'new' Style

github.com/orhun/kmon - ab182fccf909ec9762c7beb0e5f7e17f4ea9f694 authored about 5 years ago by orhun <[email protected]>
feat: Use map macro to create an color hashmap and use it for -c argument

github.com/orhun/kmon - 89c8f308a7796acb90c747a9bbe92d70cb70624c authored about 5 years ago by orhun <[email protected]>
feat: Send CLI args to Style module for parsing

github.com/orhun/kmon - d4b6954c9e2c57b602562c8058b78f3ff4c44829 authored about 5 years ago by orhun <[email protected]>
doc: Update the function parameters of app modules 'new' method

github.com/orhun/kmon - c6ce9be2783ee7305e0497b985ba0ee22c05962f authored about 5 years ago by orhun <[email protected]>
doc: Update the function parameters of kernel modules 'new' method

github.com/orhun/kmon - 91b1afcb609c81340a446e2e6abceff00ed038d5 authored about 5 years ago by orhun <[email protected]>
style: Use ArgMatches implicitly in lkm module

github.com/orhun/kmon - 9a990e0ee6b2e56eaa0c2e637a2a2fe4d3c71a75 authored about 5 years ago by orhun <[email protected]>
style: Update the formatting with Cargo fmt

github.com/orhun/kmon - d1d9b23a45db789f2670af6aa7c3a6d166cf1e8f authored about 5 years ago by orhun <[email protected]>
fix: Use the same created style for app and lkm modules

github.com/orhun/kmon - 9d2ef965e5338d488ce8bc84cdfd6017428936cc authored about 5 years ago by orhun <[email protected]>
refactor: Use style from a given parameter in lkm module

github.com/orhun/kmon - 1325d03fe11d0442284ee55e94dbb3ed409034d1 authored about 5 years ago by orhun <[email protected]>
refactor: Use a style parameter while initializing a new app

github.com/orhun/kmon - 9db0dfa6b12bd97c39c68ef890bd2dca6024abe4 authored about 5 years ago by orhun <[email protected]>
feat: Add clone and copy derive features to Style struct

github.com/orhun/kmon - 2605756fa5276c6f6bb27edfeaf304f74c552e7d authored about 5 years ago by orhun <[email protected]>
doc: Update the function comment of stylize_data about new parameter

github.com/orhun/kmon - 741249f0c213c65f1d561f1a9a46fcdf61793bd7 authored about 5 years ago by orhun <[email protected]>
refactor: Use style from given parameter for stylize_data function

github.com/orhun/kmon - fb8a0aefcb6da76e2a5627cb275c5ae7c3236e7c authored about 5 years ago by orhun <[email protected]>
fix: Make style new method public

github.com/orhun/kmon - 36719141428ff8bbf61504d25f2c909c90b270c1 authored about 5 years ago by orhun <[email protected]>
doc: Add comments to style struct 'new' method

github.com/orhun/kmon - 4f6c3e9a4ce898fbdfabcc24f9181258ae30cc46 authored about 5 years ago by orhun <[email protected]>
fix: Use new method for creating a style instance instead of default

github.com/orhun/kmon - 5ced0f1fe049cca308732e77166d57722da739c5 authored about 5 years ago by orhun <[email protected]>
feat: Add -c, --color CLI argument

github.com/orhun/kmon - 0778c4bb60d56d15f69c4f53d0291c7b73d01a6f authored about 5 years ago by orhun <[email protected]>
doc: Remove unnecessary parameter from set_styled_text function comment

github.com/orhun/kmon - d87d7f0aa325a5b30ba8d49551fc814b2601afa6 authored about 5 years ago by orhun <[email protected]>
refactor: Remove placeholder parameter from set_styled_text

github.com/orhun/kmon - 34aa1f0a6229e0d56b250b2017f5f79a2bd74640 authored about 5 years ago by orhun <[email protected]>
style: Fix the formatting of app tests

github.com/orhun/kmon - ab8149534732df93cc4bc9bbbabfe0b5a046d637 authored about 5 years ago by orhun <[email protected]>
test: Fix the test case of app module

github.com/orhun/kmon - 0aaf3db227025f94f08f6711b274b26e3ddd89fe authored about 5 years ago by orhun <[email protected]>
style: Fix formatting of key actions with Cargo fmt

github.com/orhun/kmon - a6e7d2042e2d6461ae4a7bed79cfc89fb94e67ea authored about 5 years ago by orhun <[email protected]>
feat: Add one space before module name and header for margin

github.com/orhun/kmon - dedea9d0126aa8f1ef10e70d3db12985e8e98453 authored about 5 years ago by orhun <[email protected]>
feat: Support ctrl-l key for clearing the input query

github.com/orhun/kmon - d560090bb8de0da3e8e5df417d06b2eb501c8594 authored about 5 years ago by orhun <[email protected]>
fix: Change ctrl-h actions due to the backspace key conflicts

github.com/orhun/kmon - a070e613bc9c92b4f14bbe15da94aece3b3337b7 authored about 5 years ago by orhun <[email protected]>
refactor: Update command fail placeholder to centered_text

github.com/orhun/kmon - f5989e59305bef63ecf5d687e4c197d0fc6ff3b0 authored about 5 years ago by orhun <[email protected]>
feat: Set table header style to bold

github.com/orhun/kmon - 9f117c3d3e22dded26a1771ee252d3e1c089b1dc authored about 5 years ago by orhun <[email protected]>
feat: Set alignment of kernel info to center and wrap text

github.com/orhun/kmon - 951cea36aed67444cdd5b99460449bc79dbba849 authored about 5 years ago by orhun <[email protected]>
fix: Add alignment and wrap property to user input widget

github.com/orhun/kmon - 75096ce33f3e6233aa0f81541cfb1b81a4d6fa5a authored about 5 years ago by orhun <[email protected]>
style: Fix formattig in lkm module with Cargo fmt

github.com/orhun/kmon - 099c0197232d4678cac78ef21f7d04fbf4cd7a19 authored about 5 years ago by orhun <[email protected]>
fix: Add alignment and wrap property to kernel logs widget

github.com/orhun/kmon - a88202c8b5adbaa0ccca32ad0dd7ffd32af987a8 authored about 5 years ago by orhun <[email protected]>
feat: Improve the style of command execution fail text

github.com/orhun/kmon - 67627ee3c5dbfc280740899f64102662ccff6049 authored about 5 years ago by orhun <[email protected]>
doc: Update function comment of set_styled_text

github.com/orhun/kmon - 5006b1e3294635ba462910d473acb44aa6ab8f36 authored about 5 years ago by orhun <[email protected]>
feat: Show command execution fail message in center

github.com/orhun/kmon - aeb0ef40bfaeb78a8d7846d4a120c33cbe02e3d9 authored about 5 years ago by orhun <[email protected]>
feat: Set text alignment to center if showing command details in info

github.com/orhun/kmon - ef94f0b49de782d4b35efe0586ae1b8bf5ff9059 authored about 5 years ago by orhun <[email protected]>
feat: Update command execution messages

github.com/orhun/kmon - 68aaa6b2759e064652a0625b1d40eb2f7551db4f authored about 5 years ago by orhun <[email protected]>
refactor: Rename unselected_style to colored in style module

github.com/orhun/kmon - 60e7244afc04b9dda4582faf02fdabff7b45b24e authored about 5 years ago by orhun <[email protected]>
refactor: Rename title_style to bold in style module

github.com/orhun/kmon - 46c8487a7e4d0aed29cea174e7870fe47ba1a5b6 authored about 5 years ago by orhun <[email protected]>
refactor: Remove selected_style from app styles and use default instead

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

github.com/orhun/kmon - 23ac37ed2abda81dafe9a0dd59bc4b41a521e1bb authored about 5 years ago by orhun <[email protected]>
fix: Remove unnecessary conversion in scroll_mod_info

github.com/orhun/kmon - 3ef0bbfe54fef7ff9925b69b3d1913cf2c34169d authored about 5 years ago by orhun <[email protected]>
style: Fix the formatting with Cargo fmt

github.com/orhun/kmon - d74256a45fe03ee0c1ae42bef1a31cd045d710e1 authored about 5 years ago by orhun <[email protected]>
fix: Use smooth scrolling feature of module information on alt-j/k

github.com/orhun/kmon - 0d20ea938d28f0466a6f44566e64d3db022fdedf authored about 5 years ago by orhun <[email protected]>
doc: Update the function comment of scroll_mod_info about parameter

github.com/orhun/kmon - cd65b35101c0ffc3142f4a1228e26cde568757aa authored about 5 years ago by orhun <[email protected]>
feat: Add smooth scrolling parameter to scroll_mod_info

github.com/orhun/kmon - e504a82a656b4876bba9e8711b33a77551481f52 authored about 5 years ago by orhun <[email protected]>
fix: Check alt-j/k for smooth scrolling feature of logs

github.com/orhun/kmon - f390ce8ac78f05d86cc5b18422f4b6422b0e9717 authored about 5 years ago by orhun <[email protected]>
doc: Update the function comment of kernel logs scroll method

github.com/orhun/kmon - 6f011af43083409897692425120fb42b97b4ed2f authored about 5 years ago by orhun <[email protected]>
refactor: Set scroll amount inside scroll function instead of getting from parameter

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

github.com/orhun/kmon - 26ea564fad6d18376c1b22f221e6cb1d035656f3 authored about 5 years ago by orhun <[email protected]>
fix: Change kernel module info scroll offset type to usize

github.com/orhun/kmon - b096fe542b484146b6061a7443d5d86b6474fea3 authored about 5 years ago by orhun <[email protected]>
feat: Use alt-j/k keys for the smoother scrolling of logs

github.com/orhun/kmon - 3d21c84f2880c404bf883b90298526ce4669b246 authored about 5 years ago by orhun <[email protected]>