Ecosyste.ms: OpenCollective

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

github.com/orhun/kmon

Linux Kernel Manager and Activity Monitor 🐧💻
https://github.com/orhun/kmon

refactor: Filter the index values from other character inputs

e26a0872c8e914526d14ad06e26a7e44e7bff51b authored about 5 years ago by orhun <[email protected]>
fix: Use vector get method for index error handling

8d5cb12c39fe7999be4733c9b968aba23064023f authored about 5 years ago by orhun <[email protected]>
refactor: Show used module info in lkm module function

51b673d555e40c5c84c1db9d92d488644e5ca59f authored about 5 years ago by orhun <[email protected]>
feat: Show used module info without using search query or resetting index

73ea544f67c87f2feceab890ec90d08b9fa20363 authored about 5 years ago by orhun <[email protected]>
feat: Select the module info block on help command

1135851cbc9e34456c080f69308faf2f06db86e1 authored about 5 years ago by orhun <[email protected]>
fix: Show the current module info if given used module is not loaded

aaaebaa1705cf41f6a4def00200cb92301f6ad64 authored about 5 years ago by orhun <[email protected]>
feat: Reset the info scroll state on command execution

e49bd2fdb12fb8b6bd1dc521b70f7d22cb923e98 authored about 5 years ago by orhun <[email protected]>
feat: Show first used module info on '1' key action

e4ed15d404dc7e95bebfa479ec7bc9f2eb719504 authored about 5 years ago by orhun <[email protected]>
test: Update the test case of cmd module

ad0383bb134431d14a83a48583d59304ce2fab73 authored about 5 years ago by orhun <[email protected]>
chore: Update .editorconfig

9934f645b85fcc49d10c10264e5c2e700e3c7ebf authored about 5 years ago by orhun <[email protected]>
fix: Remove pub definition from table_header in app module

28692edf66a6be2bd7aaf4e83c65dce43ae01c2a authored about 5 years ago by orhun <[email protected]>
refactor: Use parsed arguments as parameter to create_term in main

8404cc15a1b47a102c92160616b6a1468d61ab85 authored about 5 years ago by orhun <[email protected]>
style: Update the formatting using Cargo fmt

2a35452df74d12102d53ecb130ae48fafc8a9512 authored about 5 years ago by orhun <[email protected]>
feat: Show module signature in an aligned format

49c0fb49e82d72eb7c78ae3e502f2f6cdf22f180 authored about 5 years ago by orhun <[email protected]>
doc: Add comment to stylize_data function

1f28fdc4f4af8e1fc74de33146cd94e9e78f26c6 authored about 5 years ago by orhun <[email protected]>
feat: Set style of kernel activities using stylize_data function

ebfb3002c5bdf9e760da84f521666892cb39178f authored about 5 years ago by orhun <[email protected]>
doc: Update the comment before stylizing the module info

264a4a94505126f2549ddd4671d711adcbc3b849 authored about 5 years ago by orhun <[email protected]>
refactor: Rename colorize_data function to stylize_data

eabdfb9a6bb584592d8e670228ac8ce82d4ba188 authored about 5 years ago by orhun <[email protected]>
refactor: Create colorize_data function in style module

0cf90e7bdcf85044867bfd392d4d4bafaecb43e8 authored about 5 years ago by orhun <[email protected]>
style: Add spaces between struct functions

ad0f2979e34f8e0139dfacc2220c7fb045f10fa8 authored about 5 years ago by orhun <[email protected]>
doc: Add comments to module list scroll method

338da7b70183324a073a854a67b6ea72ca115984 authored about 5 years ago by orhun <[email protected]>
feat: Show module information with styled text

33e7fdebaf39cd4c5cf7db052eee4d370b7877ce authored about 5 years ago by orhun <[email protected]>
refactor: Use default derive for StyledText default

95d40f29bf314c60d5606611aa9d02590f79c729 authored about 5 years ago by orhun <[email protected]>
test: Update the test case of kernel modules

380909fdb4b55496e21d45f3e57417c2f30cf5d0 authored about 5 years ago by orhun <[email protected]>
doc: Update the comment about scrolling kernel modules to top

fb9090f0beaf8a97c0b219e5b75d523f20f404db authored about 5 years ago by orhun <[email protected]>
refactor: Scroll modules to top in struct initialize method

4cc214ab1ed0845a44f9e7c13ce6f4279ececbfe authored about 5 years ago by orhun <[email protected]>
chore: Bump the version of unicode-width

550b9132b69e2ced6bbb0b72c782035db516eae3 authored about 5 years ago by orhun <[email protected]>
fix: Use explicit percentage in table widths

2ceb227893ba1895dfea784edf27f24a89edc7a0 authored about 5 years ago by orhun <[email protected]>
chore: Update the versions of tui-rs and termion

fdb10736f92de104fa7663248c60dc42e46902dd authored about 5 years ago by orhun <[email protected]>
refactor: Use dmesg command with parameters instead of using it with sh

aeab2568280d677799d9f8ad19060d271d668d3f authored about 5 years ago by orhun <[email protected]>
style: Update the formatting using Cargo fmt

a6526ad8a77c1a16c102da49536fa248609fee1e authored about 5 years ago by orhun <[email protected]>
refactor: Use 'new' method for constructing kernel info struct

5a9b5b72ea172d1bc20df47fc2dd0792f6b1196a authored about 5 years ago by orhun <[email protected]>
refactor: Use Default trait in kernel logs struct

8eca0bd1f3a6122a91da1b59c375bdf6026bf1ee authored about 5 years ago by orhun <[email protected]>
doc: Update the function comment of info struct default method

7b17359c65ac57976ff84c0c4edc9f5404292c2b authored about 5 years ago by orhun <[email protected]>
style: Fix the formatting using Cargo fmt

a3de12a4da21441bb2abf899c705b0e27e408df2 authored about 5 years ago by orhun <[email protected]>
test: Update the test case of events module

f8d531f24375b087e7766a6804f0d43c85ecd7e6 authored about 5 years ago by orhun <[email protected]>
test: Update the test case of kernel logs module

1e2edd517f06f42891b4409843d334bdb961be69 authored about 5 years ago by orhun <[email protected]>
refactor: Use default constructor method for kernel info module

7c39bbd7480298f06c30e76cd4587527740b568c authored about 5 years ago by orhun <[email protected]>
refactor: Use default method instead of new in kernel logs

e4b60d679a25b748194f0cf39b13bceebced6e67 authored about 5 years ago by orhun <[email protected]>
fix: Remove mutable parameter from events 'new' method

01e45f6487373a60ee2cd2e051de546a84770b28 authored about 5 years ago by orhun <[email protected]>
doc: Add comment to events initialization in main file

108105bee9dcd04951cf9b30598a157620b201e0 authored about 5 years ago by orhun <[email protected]>
refactor: Add parameter to events struct about kernel logs

5effaf621a75914c8b4828c9434adfdc13f59109 authored about 5 years ago by orhun <[email protected]>
feat: Reset kernel logs index on refresh

f35188f278143cced1cf85700b8c5425c49d9f14 authored about 5 years ago by orhun <[email protected]>
fix: Remove unnecessary check in kernel logs scrolling up action

6511d1cdd43426a6d061621ce249d9720f1d6068 authored about 5 years ago by orhun <[email protected]>
fix: Reset kernel log index on reach to bottom

bb640ba0b779a2d2accae7d69111cb56af0743de authored about 5 years ago by orhun <[email protected]>
fix: Scroll kernel activities using index

aaeb3e3c7efe96de69aed57dc4e964e0265e67f8 authored about 5 years ago by orhun <[email protected]>
refactor: Use kernel logs index in skip method

55da102e8632f2a6f20e247434f2fe03d7924e43 authored about 5 years ago by orhun <[email protected]>
fix: Remove scroll offset from kernel logs struct

b5b264b234b7bb2771d610f7eae45542bd325796 authored about 5 years ago by orhun <[email protected]>
feat: Show kernel activities from bottom to top

1f58f6ece6c91037bfbea4d9719006494197f8b3 authored about 5 years ago by orhun <[email protected]>
style: Run Cargo fmt for formatting

36cf0dff15898027f6465171bfd3c156a2179380 authored about 5 years ago by orhun <[email protected]>
doc: Add comments to info module

20b3216f0bfc0c641b9bbb7795035f8ddd0793d7 authored about 5 years ago by orhun <[email protected]>
feat: Add ctrl+b key for blacklisting module

9071ace478c909e59368875999176400e63465cb authored about 5 years ago by orhun <[email protected]>
doc: Add comment to tab key action

07c3a456d0ffb8f5d199080a3c89b5d17301364c authored about 5 years ago by orhun <[email protected]>
feat: Support exiting the user input mode with tab key

ac68c22ec1fb120897e5dcba32c24123c41a58f6 authored about 5 years ago by orhun <[email protected]>
feat: Update kernel release and platform information commands

0d0be61753d2bbf2b8ebf88e70fd9c5d4090d983 authored about 5 years ago by orhun <[email protected]>
fix: Use String array instead of Vector in draw_kernel_info

d47cd316191bb1fc1ae8d9c2603e532f1e80b06a authored about 5 years ago by orhun <[email protected]>
refactor: Use IntoIter struct implicitly in info module

b122168f037bdc92bb04aa2c4f1d8e823b57a914 authored about 5 years ago by orhun <[email protected]>
style: Fix the formatting with Cargo fmt

b2d1640ffc8edc4d3b78c259c0cb6c4eef1206a6 authored about 5 years ago by orhun <[email protected]>
feat: Show corresponding title in kernel information

64060b3fb97085e973f825b53e2b29a820d4fb14 authored about 5 years ago by orhun <[email protected]>
style: Update the formatting of kernel mod.rs file

08b76c7bde9542f62b2824372d3c2b9b810b7f55 authored about 5 years ago by orhun <[email protected]>
style: Fix formatting with using Cargo fmt

9039bb00b5e0b5a38f28aec681e52bd07185d1a7 authored about 5 years ago by orhun <[email protected]>
style: Update the kernel information block title

84f8ebd4d312597fe088b7ad81df497d55e57bd9 authored about 5 years ago by orhun <[email protected]>
fix: Update the title of kernel information block

d99756b5afa5bf51a615fa7ab35b39847da775b1 authored about 5 years ago by orhun <[email protected]>
doc: Update the function comments of draw_kernel_info

59a7d7cf564e5dc4f3bdad1eebd38f0c8a4a8761 authored about 5 years ago by orhun <[email protected]>
refactor: Rename draw_kernel_version function to draw_kernel_info

a6f5235d9a4c149761700696049b6a4b9e4a415c authored about 5 years ago by orhun <[email protected]>
fix: Remove kernel version related variables from log module

fdef32a62dc6fa019d49657d9d80af423a2561d6 authored about 5 years ago by orhun <[email protected]>
feat: Create kernel info module for showing kernel informations

4c4d7c1b875ec5e11e923bdca03bbda165e904f7 authored about 5 years ago by orhun <[email protected]>
fix: Show the first kernel info command output on initialization

99846885aaaad77708fbcf54cef0f4894536ecb0 authored about 5 years ago by orhun <[email protected]>
feat: Show other kernel version info with tab key

a0d551dff7a4a85361a2cf6b36346d79a34c6f71 authored about 5 years ago by orhun <[email protected]>
doc: Add comment to blacklist key action

0834d551b938a48c39e62964b4c230c413a8fdd0 authored about 5 years ago by orhun <[email protected]>
style: Fix the indent formatting of style module comments

815b4ebbc84d5c6268b596cff60185e62438c7f3 authored about 5 years ago by orhun <[email protected]>
doc: Add comments to declarations and functions of style module

63b9176dea40e31fe1b056b8d853d4c48f941238 authored about 5 years ago by orhun <[email protected]>
style: Update the formatting of crate uses

4cbd6a4142265be3f112dc69c71b8b32d942b388 authored about 5 years ago by orhun <[email protected]>
refactor: Move ScrollDirection enum to app module

64a851dc7f9f506a96357bf814954b9105248514 authored about 5 years ago by orhun <[email protected]>
chore: Revert cargo clean in test suite action

87c1cc75d9612899024bde9fbfa61b28d59ea249 authored about 5 years ago by orhun <[email protected]>
chore: Run cargo clean before sending the coverage report

8043d7acde9aca226efc6da6b906c4eb3eb0ee24 authored about 5 years ago by orhun <[email protected]>
chore: Remove travis from project

279da255dc8838aa6830ade083a93c1335600da5 authored about 5 years ago by orhun <[email protected]>
chore: Fix test action steps in CI

629f9736b6ee3062d1b52402d7dc5048e3e0d36b authored about 5 years ago by orhun <[email protected]>
chore: Fix grcov id in github actions CI

f72161b103fa2b067734cfa4d01f86d645f954f7 authored about 5 years ago by orhun <[email protected]>
chore: Merge cov action to test in CI

024a9c6684d61150112a7d48beac4739be3ef090 authored about 5 years ago by orhun <[email protected]>
chore: Add grcov action to CI

a2df017aab5c0ef2eeeb68ecd30c1d9799ab61f1 authored about 5 years ago by orhun <[email protected]>
chore: Remove the cov action parameters

fe71c8c2e1f54f015de3b9b4d65f0103ca30c38f authored about 5 years ago by orhun <[email protected]>
chore: Change toolchain of test suite to nightly

308bac262ed3ab067aa641063077da9ed1f7f53e authored about 5 years ago by orhun <[email protected]>
chore: Update CI cov action steps

83009461fac83adce9989f5c2a12f832f9537c50 authored about 5 years ago by orhun <[email protected]>
chore: Add codecov action to github CI for testing

efcb09c874a228e0221436c91264ac2c805570d2 authored about 5 years ago by orhun <[email protected]>
chore: Update github CI test flags and env variables

de99b6b4e38de5305d8da91456ce7d27af2247a7 authored about 5 years ago by orhun <[email protected]>
style: Fix the formatting of app test function

d5eed7a3eb89b6d28423253825f4ab17714093ae authored about 5 years ago by orhun <[email protected]>
test: Fix the test case of app module

606af0ea6aef9ac1e0e3b5e523f3f8886c16d0b2 authored about 5 years ago by orhun <[email protected]>
style: Update formatting with Cargo fmt

d1a3c86222b7a5df874a569ca6a1d406c3d2eaba authored about 5 years ago by orhun <[email protected]>
refactor: Create a new module named 'style' for setting app styles

46bdc78b293351af68656c478feca6ba3c529bf9 authored about 5 years ago by orhun <[email protected]>
style: Fix the formatting of app module using Cargo fmt

2ffec0a1388d35346eea746c36bfb1b5f9feed66 authored about 5 years ago by orhun <[email protected]>
doc: Update the function comment of block_style

70101f385f159315fda083e79866fb4a1920c7d5 authored about 5 years ago by orhun <[email protected]>
fix: Remove unused crate use in app module

61d54b39fb44f65f554a2798d5a2c9e70197baec authored about 5 years ago by orhun <[email protected]>
feat: Update the colors of selected and unselected items in list

a97e8724b9bcf859cd5d0bcabe69267b172e558c authored about 5 years ago by orhun <[email protected]>
fix: Remove unused crate uses in app module

1e2f77287eb05948650b83d334ad72a66ca49231 authored about 5 years ago by orhun <[email protected]>
refactor: Gather style variables in Style struct

3bf4ce7a36b3e7418db996d1349e9309bd5daec2 authored about 5 years ago by orhun <[email protected]>
refactor: Create a struct for app styles itself

5783c12d1f2ea6165f919a5c51ff59f98ff944b6 authored about 5 years ago by orhun <[email protected]>
style: Fix formatting in StyledText struct

4a1d80578470114e4b4ef44a04cee717507c9827 authored about 5 years ago by orhun <[email protected]>
fix: Remove unnecessary crate use from lkm module

b9679f2b52150b8ba6ac7bcccbdc0d7327ff39ed authored about 5 years ago by orhun <[email protected]>
refactor: Use color and modifier style from StyledText struct

fc15fd1f898b7fb9b1512c275a045502ad41236c authored about 5 years ago by orhun <[email protected]>