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: Remove unnecessary mut from StyledText lines

github.com/orhun/kmon - 0022a37cadd7aa5535ea7e8e4761c4c742546cf6 authored about 5 years ago by orhun <[email protected]>
refactor: Rename set_styled_text escape_count parameter to newline_count

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

github.com/orhun/kmon - fc3c82bb33b7d1df7ab60b75d8e7e48ee2a24465 authored about 5 years ago by orhun <[email protected]>
style: Update the formatting using cargo fmt

github.com/orhun/kmon - 57a43598fd572dba2ea8ad3b4a29e75f1a4a25a5 authored about 5 years ago by orhun <[email protected]>
refactor: Use format macro for concatenating raw strings

github.com/orhun/kmon - 05f95c25b46a23b6c09f97124a029f79347f2e20 authored about 5 years ago by orhun <[email protected]>
fix: Add escape count parameter to style text function for accurate scrolling

github.com/orhun/kmon - 4ed62fa8b551a77c78f8df3df4c82c6e5c3df8d6 authored about 5 years ago by orhun <[email protected]>
feat: Show command to execute with a styled text

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

github.com/orhun/kmon - fafc26985d0fd51e65c9b619af5cfa28c50682d1 authored about 5 years ago by orhun <[email protected]>
feat: Use StyledText struct for kernel modules current info

github.com/orhun/kmon - d9cf853cc75fc0f478195f43a2b03a3d3c5a967d authored about 5 years ago by orhun <[email protected]>
refactor: Use String instead of string reference in StyledText

github.com/orhun/kmon - a483ce29a3f9ad789a20eeeaacba60a3ca1ca5f8 authored about 5 years ago by orhun <[email protected]>
feat: Add lines method to StyledText

github.com/orhun/kmon - 7dc9e4f8d511fba18b47e1ef5866214c4c8bdb60 authored about 5 years ago by orhun <[email protected]>
feat: Add set methods to StyledText implementation

github.com/orhun/kmon - 244541601bff336f069446439843fc95598cee08 authored about 5 years ago by orhun <[email protected]>
refactor: Rename text variable to styled_text

github.com/orhun/kmon - d5948a017c9e65a45c082067ccd4b4a5373f197c authored about 5 years ago by orhun <[email protected]>
refactor: Check for text empty status for styled text get method

github.com/orhun/kmon - dd6264620f1b4e92c0e1d0a10b59b0391c8e4856 authored about 5 years ago by orhun <[email protected]>
feat: Add StyledText struct and implementation to util module for further use

github.com/orhun/kmon - 514c884b52f4c884389faabc5c502b1cf8745273 authored about 5 years ago by orhun <[email protected]>
feat: Support Delete key as well as Backspace while deleting the input query

github.com/orhun/kmon - e78297af5bf79213bcea467100a87652a9034f79 authored about 5 years ago by orhun <[email protected]>
fix: Change Home key to Insert in switching to input mode

github.com/orhun/kmon - baff90d318d3e1059d06d0178c20f08080849480 authored about 5 years ago by orhun <[email protected]>
feat: Set Home and End keys to scroll to bottom/top

github.com/orhun/kmon - e41fbf6ebc1f07e2c596bbfc99e18c913a1ea283 authored about 5 years ago by orhun <[email protected]>
feat: Set left and right arrow characters for scrolling module information up/down

github.com/orhun/kmon - 2eebf8e4dd4a5fe3903dcf43b84c966cb790b8a8 authored about 5 years ago by orhun <[email protected]>
feat: Update unload/blacklist command keys

github.com/orhun/kmon - 1be51ec9c0115525eb3a2fc1e7b323f96e89b50b authored about 5 years ago by orhun <[email protected]>
feat: Support unloading module using delete key

github.com/orhun/kmon - 19d4b7005c30a1e28676b6698496767a5849c15e authored about 5 years ago by orhun <[email protected]>
style: Fix the formatting of events test case

github.com/orhun/kmon - c1205997053e1bdafe3914e03e3f41aca939f225 authored about 5 years ago by orhun <[email protected]>
doc: Update the input mode exit comment

github.com/orhun/kmon - e8ba80ec70fd89a6bf9cefae69e0e76ddd5656f6 authored about 5 years ago by orhun <[email protected]>
feat: Support exiting with ESC on input mode

github.com/orhun/kmon - 785eadfdbc4eb0dc51c25e301b63f8e345cfc263 authored about 5 years ago by orhun <[email protected]>
feat: Support ESC key for exiting

github.com/orhun/kmon - 7a569528a7001806e36d1655b62f128d974e681a authored about 5 years ago by orhun <[email protected]>
test: Update the test case of events module

github.com/orhun/kmon - a99b45e9413538574501e73cf8fb2d713e6ee9ce authored about 5 years ago by orhun <[email protected]>
style: Update the formatting of print message of command info

github.com/orhun/kmon - 742a8c5acfe1489f56fae67e160226c9386e087e authored about 5 years ago by orhun <[email protected]>
refactor: Simplify showing the command to execute

github.com/orhun/kmon - 65d80ba90b811a5f34519c2e04025b49cf0eb09c authored about 5 years ago by orhun <[email protected]>
style: Update the description of blacklisting command

github.com/orhun/kmon - 721affb872b16053a8a3539f4675881406b32393 authored about 5 years ago by orhun <[email protected]>
feat: Set x key action to set current command to blacklist

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

github.com/orhun/kmon - f8846762038c17b33adc8bd6dca1581d14599d19 authored about 5 years ago by orhun <[email protected]>
feat: Add blacklist command explanation

github.com/orhun/kmon - f151e7b8811fc7bc3484e80ace7e03022059b569 authored about 5 years ago by orhun <[email protected]>
feat: Set kernel module blacklisting command

github.com/orhun/kmon - 8dad73b15e971b57d03c82eb75c4bfe3aecaf46d authored about 5 years ago by orhun <[email protected]>
feat: Add blacklist command field to module commands

github.com/orhun/kmon - 8da7a8dc2532d5355777a5c3e11d28d4cfb6272e authored about 5 years ago by orhun <[email protected]>
style: Update the help message of --tickrate argument

github.com/orhun/kmon - 2b1d333b60ebc3c62fe6ceed20e3d6fa224ef1e5 authored about 5 years ago by orhun <[email protected]>
doc: Add comment before reversing the kernel modules list

github.com/orhun/kmon - 815e9cb06e2d12faaeb88e1b7ef92fe482d9abec authored about 5 years ago by orhun <[email protected]>
feat: Reverse the module list if -r,--reverse argument is provided

github.com/orhun/kmon - bbf43cadaa5a2cbbdfe8032985cdfcb4334a53db authored about 5 years ago by orhun <[email protected]>
feat: Add -r, --reverse argument and update tick rate argument to -t

github.com/orhun/kmon - 64f36ae3e10deba0607518ddda9d39fa66176dfe authored about 5 years ago by orhun <[email protected]>
refactor: Rename executed parameter to command_executed

github.com/orhun/kmon - ca8a996b3da8167f60c2e0bd23b3d06e5bf2d84c authored about 5 years ago by orhun <[email protected]>
doc: Add comments to exec_current_command function

github.com/orhun/kmon - 56e2d067e924b237bcaab521cfca62d752e16986 authored about 5 years ago by orhun <[email protected]>
doc: Update the comments of scroll functions

github.com/orhun/kmon - 650f654e776131a87e7eb09a43a2fc6e2719fcb9 authored about 5 years ago by orhun <[email protected]>
doc: Add comment to kernel log scroll function

github.com/orhun/kmon - 3d78ba89e653636d7ed8d14e0dcef064f4442780 authored about 5 years ago by orhun <[email protected]>
fix: Dereference the command_title before converting to string in cmd module

github.com/orhun/kmon - 9f7721d85fd97439c7aedabd4f4ef63c8d86b69e authored about 5 years ago by orhun <[email protected]>
fix: Remove redundant string conversion from kernel version variable

github.com/orhun/kmon - 1a3f34877ff083b5e205735bfba9e975d5162c2d authored about 5 years ago by orhun <[email protected]>
fix: Remove return statement from exec_current_command

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

github.com/orhun/kmon - fe5e19e2edaa65f8167bd24022607aca9604c538 authored about 5 years ago by orhun <[email protected]>
chore: Update travis config about disabling clippy lints

github.com/orhun/kmon - b1291e8c65a73f813527c4d0ead7e1ab035b6ee5 authored about 5 years ago by orhun <[email protected]>
refactor: Create scroll method in log module for scrolling

github.com/orhun/kmon - 4088a97a55caaf35478f2ea4516e4d31c6c4b4c5 authored about 5 years ago by orhun <[email protected]>
chore: Update travis clippy config

github.com/orhun/kmon - c67d0658e31d416682f21d2c55029779055ed3ca authored about 5 years ago by orhun <[email protected]>
chore: Update travis config for clippy checks

github.com/orhun/kmon - b9aed8f7db85b3e2cb4adee8bd3097be969f969d authored about 5 years ago by orhun <[email protected]>
fix: Update char syntax of contains method

github.com/orhun/kmon - 4c2d59ced3799c53657fc739fc29b2e32efae18a authored about 5 years ago by orhun <[email protected]>
fix: Use char for string contains and split methods in cmd module

github.com/orhun/kmon - 93a4a22e6e67489e45f7d8ac080d8e5e22133613 authored about 5 years ago by orhun <[email protected]>
refactor: Fix checking right value in kernel logs update method

github.com/orhun/kmon - c954641006831cc923f37f0092fec06d6d6a19d7 authored about 5 years ago by orhun <[email protected]>
fix: Use unwrap_or_else while getting current info

github.com/orhun/kmon - ecc06c1118585f91d34c927f0284b7f2bd51ecda authored about 5 years ago by orhun <[email protected]>
refactor: Use ends_with method while parsing the used modules

github.com/orhun/kmon - 36518483639c413bb64d842f66ff165c4d51f654 authored about 5 years ago by orhun <[email protected]>
refactor: Use if let instead of match for a single pattern

github.com/orhun/kmon - 0cf2b89bc65883b696c5080636ce8505c768d94e authored about 5 years ago by orhun <[email protected]>
fix: Use iter() instead of into_iter() while setting the styles of list elements

github.com/orhun/kmon - 67093e2154f04c78f09a2986bf90f711b7ef46d7 authored about 5 years ago by orhun <[email protected]>
fix: Remove into_iter from iterator for preventing identical conversion

github.com/orhun/kmon - 259f470525d24b1f4968031049b033ca82c5f75b authored about 5 years ago by orhun <[email protected]>
fix: Use explicit is_empty instead of length comparison

github.com/orhun/kmon - b6f1ceb0c0dea76fbfea53000b7e872143c7ad17 authored about 5 years ago by orhun <[email protected]>
chore: Update travis.yml about cargo clippy

github.com/orhun/kmon - 1d479df20d8f8274ddb17d5ab6f5f9459e1abd9d authored about 5 years ago by orhun <[email protected]>
chore: Fix cargo check job of ci.yml

github.com/orhun/kmon - 909915784bdb0ebd196f1d366afa7a80fd472dcb authored about 5 years ago by orhun <[email protected]>
chore: Update cargo clippy command in travis.yml

github.com/orhun/kmon - 92ffa4cce36cbf7d64f68a9e5616059074646bec authored about 5 years ago by orhun <[email protected]>
fix: Remove static from constant strings in main file

github.com/orhun/kmon - 856e925b718bedfa938658344d4ebe4304964a5a authored about 5 years ago by orhun <[email protected]>
chore: Check rust clippy warnings in travis yml

github.com/orhun/kmon - 61a79b5805b721c2153617f2cf9c00eb0ad2ba03 authored about 5 years ago by orhun <[email protected]>
chore: Rename rust.yml to ci.yml

github.com/orhun/kmon - d1ac463ec479589e8debe936007bdccee64a794c authored about 5 years ago by orhun <[email protected]>
chore: Improve rust continuous integration file

github.com/orhun/kmon - 02c33d82d0e95435e027809f5e331a83be0bdc49 authored about 5 years ago by orhun <[email protected]>
chore: Merge branch master about rust.yml

github.com/orhun/kmon - 67fe61bc1728d27817bfbf710344a5ff0741857d authored about 5 years ago by orhun <[email protected]>
chore: Create rust.yml

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

github.com/orhun/kmon - ca296c9917932067b5a16f3e6c7e15e69bb6aff9 authored about 5 years ago by orhun <[email protected]>
doc: Add comment to Command struct constructor

github.com/orhun/kmon - 15fa560a3e9ee2c0a53fd462f3714e69f69c5dd9 authored about 5 years ago by orhun <[email protected]>
feat: Show the info block title without prefix if '!' is provided

github.com/orhun/kmon - 22b89449f2f32f690d00e82e1ace51d45791ac37 authored about 5 years ago by orhun <[email protected]>
style: Format the main file using cargo fmt

github.com/orhun/kmon - 522702a1e34b82948e8177c0e95a9ebd9eb6a1b7 authored about 5 years ago by orhun <[email protected]>
feat: Show help message on '?' key

github.com/orhun/kmon - e7452617729f58d099590ea2ba5277c087633510 authored about 5 years ago by orhun <[email protected]>
fix: Remove char keys from input module switch

github.com/orhun/kmon - 6271555788f9abd3643e209fc2a8fcd9f3a288d6 authored about 5 years ago by orhun <[email protected]>
fix: Prevent selecting the None input mode

github.com/orhun/kmon - 9ea07f971a0798d25abef33e29343592730732f1 authored about 5 years ago by orhun <[email protected]>
feat: Support switching between input modes using up/down keys

github.com/orhun/kmon - 9d354410880ef3eaa6e7bfdae93f8d255f99fd20 authored about 5 years ago by orhun <[email protected]>
test: Fix test function of the command module

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

github.com/orhun/kmon - a70379af8984015532464055bfc90898f123c461 authored about 5 years ago by orhun <[email protected]>
test: Add test function to cmd module

github.com/orhun/kmon - d0bb3cc8dbcd06095fc8582fa0d2aa62687cdf0d authored about 5 years ago by orhun <[email protected]>
test: Update the test case of exec_cmd

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

github.com/orhun/kmon - aa574b2377792912319d44aef8a0044d56c706be authored about 5 years ago by orhun <[email protected]>
chore: Update travis codecov script

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

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

github.com/orhun/kmon - f69bea79c3dcf72efdabba97524caa0004ca0e98 authored about 5 years ago by orhun <[email protected]>
doc: Add comment to ModuleCommand get function

github.com/orhun/kmon - c902b4271f2652d3740d7a52ba6c8d7eac9787e4 authored about 5 years ago by orhun <[email protected]>
doc: Add comment to Command is_none function

github.com/orhun/kmon - 4c14032dc479013c8e60c3ec24fe67c5a88bbc74 authored about 5 years ago by orhun <[email protected]>
fix: Revert 4c2bb51 about function comments

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

github.com/orhun/kmon - 4c2bb51eee5a23ed67fd666a9ff866c779d07b14 authored about 5 years ago by orhun <[email protected]>
style: Format the main file using cargo fmt

github.com/orhun/kmon - aef8ac76c25e0e1777076cf5845b6e9ce5177ed8 authored about 5 years ago by orhun <[email protected]>
fix: Select the module table on command execution cancel

github.com/orhun/kmon - 3785d228304956c34261b86fc08bd0cc12cb014f authored about 5 years ago by orhun <[email protected]>
fix: Check for input query length before setting a command to load module

github.com/orhun/kmon - 6fc4f143516a8ab8bc9d619c24d4d77d6fd03efc authored about 5 years ago by orhun <[email protected]>
feat: Support case insensitive m and i keys for loading module

github.com/orhun/kmon - 130c9c2290ba41a676207d1de183f17886811256 authored about 5 years ago by orhun <[email protected]>
feat: Support i (insert) key for loading module

github.com/orhun/kmon - 2b172458c86f4f9dc2f64eb33a1b29040753496e authored about 5 years ago by orhun <[email protected]>
feat: Show module to load in module info block

github.com/orhun/kmon - 50530b7c4547db6ac31f9f0f1c31194d5117f268 authored about 5 years ago by orhun <[email protected]>
fix: Set current module name to input query on Load command

github.com/orhun/kmon - 58eff659b3dafb5ff585dd423668979acd04da2c authored about 5 years ago by orhun <[email protected]>
style: Update fields of Load command

github.com/orhun/kmon - 341f4aa78349d642fb1ab2cea7e9cc5982103de8 authored about 5 years ago by orhun <[email protected]>
feat: Add F5 key action for refreshing the UI

github.com/orhun/kmon - 143c5d65bfcb5f78192d1f931ea78b8f28de9915 authored about 5 years ago by orhun <[email protected]>
style: Update Unload commands block title

github.com/orhun/kmon - cfcb4264c3ec99a41c9936971e5b8aa9f2ed941b authored about 5 years ago by orhun <[email protected]>
feat: Show module name on module info block using current command title

github.com/orhun/kmon - 66209460307f83e4e74c34ea08068f7a5c7f8eeb authored about 5 years ago by orhun <[email protected]>
refactor: Use String instead of reference in Command struct

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