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

doc: Add function comment to get_events

b609cf257053c709506984dada35cb19fa044c7d authored about 5 years ago by orhun <[email protected]>
doc: Add comments to the global variable declarations

821324c89da8f2031377d51ef42a14ad7ba6f327 authored about 5 years ago by orhun <[email protected]>
fix: Remove unnecessary module file

0650c36de550df77cc6b1dd76a11ff67dc43a604 authored about 5 years ago by orhun <[email protected]>
feat: Support different exit keys (+ctrl)

01606a23faa34ab47e74d973f5aaa983408e4c6b authored about 5 years ago by orhun <[email protected]>
refactor: Improve key input handling with 'match'

5cf0243bb01f34f5d3d1a446f6b3dc1b54c994e0 authored about 5 years ago by orhun <[email protected]>
refactor: Rename get_term_events function to get_events

62b30c5ada4a09462e4f2124a2dac44b945f76c8 authored about 5 years ago by orhun <[email protected]>
refactor: Use exit key variable locally rather than globally

873f55416898baf47950b8b024685dd1e05b97b5 authored about 5 years ago by orhun <[email protected]>
style: Improve key input handling and add tick event

d198af1b54d38cf942223d098d51b9be3c1f2822 authored about 5 years ago by orhun <[email protected]>
feat: Handle events for exiting the terminal ui

a6e2dd68caeaafee395bef12439953f258312681 authored about 5 years ago by orhun <[email protected]>
feat: Set events with constant variables and return

49adf145cf6c3ccd513acd9778505cdb57cd330c authored about 5 years ago by orhun <[email protected]>
feat: Create get_term_events function and import necessary input library

6ec7080b4ab3abd3cf19cb708ee24b7642d399d7 authored about 5 years ago by orhun <[email protected]>
feat: Create enum and struct type for event handling

bf0758e07ad5fe3ab30786b1c26862e1f1bfb7e6 authored about 5 years ago by orhun <[email protected]>
feat: Add failure crate for further error handling

13baa0b371cd9b2b8cb26da59e21388aa9302827 authored about 5 years ago by orhun <[email protected]>
feat: Render the terminal UI continuously using loop

7c1f2be0ca9d6a11bbffc969bee714754b4b3198 authored about 5 years ago by orhun <[email protected]>
feat: Hide cursor on terminal and set stdout for mouse & screen

67f80193337c7fa4ae404b6869a89c8e9cb28edf authored about 5 years ago by orhun <[email protected]>
feat: Add another row to the table layout

9cb583202d1c6b00d805dc7b0845931bd78b0787 authored about 5 years ago by orhun <[email protected]>
feat: Remove test print of exec_cmd and add lint to the function

3714e81713f85af56fb299a76186614e454782f7 authored about 5 years ago by orhun <[email protected]>
refactor: Rearrange long lines on layout initialization

1fdc5f35ec4868ab1c38c37459a02ca5bcdf2329 authored about 5 years ago by orhun <[email protected]>
feat: Show 4 block widgets in table using layouts

8f2289c7464966a64bd5abc4507132c108aab8c1 authored about 5 years ago by orhun <[email protected]>
test: Update exec_cmd test about trailing character

c5b7c5688679707644e640cc227921d3f365571e authored about 5 years ago by orhun <[email protected]>
feat: Trim the trailing whitespace character on exec_cmd result

c19be982fe432babc039366f5cc6cd5e7cc4e97b authored about 5 years ago by orhun <[email protected]>
refactor: Remove return type from tests module and add comment

97d5165fa0817e3efea65e4aa122114f25cfd8b8 authored about 5 years ago by orhun <[email protected]>
test: Add test of exec_cmd function

dec09d8562a023966f8e6745be9fb21864fdad8a authored about 5 years ago by orhun <[email protected]>
doc: Add comments to create_term function

155d9463821510eb668f99678d202a5c43556ae1 authored about 5 years ago by orhun <[email protected]>
feat: Add Result return type to exec_cmd function for error checking

441e9e94968592f7289949705ce71b2ca4f5e36e authored about 5 years ago by orhun <[email protected]>
feat: Check for terminal initialize errors

c45e41d1006668803c1c18a9c8b83ca6d55ff48c authored about 5 years ago by orhun <[email protected]>
feat: Create terminal UI using tui and termion

acdbe38d0b6765ea183c97794a4b0a171fa2befb authored about 5 years ago by orhun <[email protected]>
fix: Remove extern create declaration of clap

b42563967eab1cdf680ba33cc2daeacdec982fc6 authored about 5 years ago by orhun <[email protected]>
doc: Add comment to declaration at top

120d49139f71738b1fceed3b699daed8141b3bdd authored about 5 years ago by orhun <[email protected]>
doc: Add comment to main function

826b388be27298c97d2d7ee6329a3fa52987f7ba authored about 5 years ago by orhun <[email protected]>
doc: Add comments to parse_args function

ed7c86bdc077bd622017ad944a607ebc8f8cb305 authored about 5 years ago by orhun <[email protected]>
doc: Add comments to exec_cmd function

f275759a97b75baf2599011b89c5ffbfc71dbe86 authored about 5 years ago by orhun <[email protected]>
style: Update indentation of variable declarations

04766fc2405556795dbd80a543af5adc3d77114b authored about 5 years ago by orhun <[email protected]>
feat: Improve command execution error handling using 'panic'

29aa8309c642c4bae79ed987029e9b90eafdfd36 authored about 5 years ago by orhun <[email protected]>
style: Remove unused Clap import

92e2765d0ac582b85f52b2c20871f387ddd46e6e authored about 5 years ago by orhun <[email protected]>
fix: Use prefix for unused varible in parse_args

bad62344aed0a522ea406bd6705accd53f89fa4f authored about 5 years ago by orhun <[email protected]>
feat: Execute system command with exec_cmd function

226ef715bad4543165e9091ebb39d3b523094e76 authored about 5 years ago by orhun <[email protected]>
feat: Create exec_cmd function for testing command execution

16f41df8f077f12532980f07fdd3d0051c61a5d6 authored about 5 years ago by orhun <[email protected]>
feat: Remove return value of parse_args function

3070d7dceeedf0acab02003c6d57108cd2073b7e authored about 5 years ago by orhun <[email protected]>
feat: Initialize command line parser (clap) in parse_args function

c9cf59ed373332e26928d841ddafbb6eedcfe1b9 authored about 5 years ago by orhun <[email protected]>
feat: Create a function for parsing command line arguments

0cd426e4887d0b9cf40248de4858767124fe6fb9 authored about 5 years ago by orhun <[email protected]>
feat: Undo fetching version from Cargo configuration

91146b47147589a1f6a47cc980c7c535061f83c8 authored about 5 years ago by orhun <[email protected]>
feat: Print the version using Cargo metadata if possible

57c80983e8b97a8bbe104dcb257f069eefa656f0 authored about 5 years ago by orhun <[email protected]>
feat: Create version variable and print it with name

b428dca876bfcd7dc0eae7278c319d80f8cf5ee2 authored about 5 years ago by orhun <[email protected]>
refactor: Change message to print in main function

d74995c5df4958a47d6b05c978d8ea6ae498577f authored about 5 years ago by orhun <[email protected]>
feat: Create Cargo configuration and main source file

2eef18cf86a8c228e5b3e96a03a8d1ea00f1f57d authored about 5 years ago by orhun <[email protected]>
Initial commit

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