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: Use to_vec conversion for constant array
2f78e5700602b51b596c07e11bb9026c9e01f4d6 authored almost 5 years ago by orhun <[email protected]>
2f78e5700602b51b596c07e11bb9026c9e01f4d6 authored almost 5 years ago by orhun <[email protected]>
fix: Remove static from key bindings constant array
a92bd1018a399dacd02433cadad6a6ecde573833 authored almost 5 years ago by orhun <[email protected]>
a92bd1018a399dacd02433cadad6a6ecde573833 authored almost 5 years ago by orhun <[email protected]>
doc: Add comment to table header constant
38193b3251e3d89402825a71a9f1aa5c3286eb4a authored almost 5 years ago by orhun <[email protected]>
38193b3251e3d89402825a71a9f1aa5c3286eb4a authored almost 5 years ago by orhun <[email protected]>
refactor: Use constant for table header of the module table
c84842e3e1bfc44b698ee63425961f05f82d2a1d authored almost 5 years ago by orhun <[email protected]>
c84842e3e1bfc44b698ee63425961f05f82d2a1d authored almost 5 years ago by orhun <[email protected]>
fix: Remove unused keys macro from util
33f3146016bf0b7b29c62a72441df123a50a1a5b authored almost 5 years ago by orhun <[email protected]>
33f3146016bf0b7b29c62a72441df123a50a1a5b authored almost 5 years ago by orhun <[email protected]>
fix: Use key bindings from util module
22c028a6f5c5c52008deb17743d422cc6ec8049f authored almost 5 years ago by orhun <[email protected]>
22c028a6f5c5c52008deb17743d422cc6ec8049f authored almost 5 years ago by orhun <[email protected]>
feat: Add key bindings constant to util module
b53122920656ca18c46e5246cf52018a7bcffa61 authored almost 5 years ago by orhun <[email protected]>
b53122920656ca18c46e5246cf52018a7bcffa61 authored almost 5 years ago by orhun <[email protected]>
test: Update the main terminal keys test about changed key bindings
94e77f85bab27fffe9c68f9411fe3658e86a878b authored almost 5 years ago by orhun <[email protected]>
94e77f85bab27fffe9c68f9411fe3658e86a878b authored almost 5 years ago by orhun <[email protected]>
feat: Add other key bindings to the help message
86cbf6479e9044734c368949ea7d3153e51ffb38 authored almost 5 years ago by orhun <[email protected]>
86cbf6479e9044734c368949ea7d3153e51ffb38 authored almost 5 years ago by orhun <[email protected]>
style: Fix formatting using Cargo fmt
0e330ebe94215d7265cf95566ec8d94f1925be47 authored almost 5 years ago by orhun <[email protected]>
0e330ebe94215d7265cf95566ec8d94f1925be47 authored almost 5 years ago by orhun <[email protected]>
feat: Switch to the module table if query is empty after input mode
e161164db1813b6607e82ec3efede3cdda7fb28f authored almost 5 years ago by orhun <[email protected]>
e161164db1813b6607e82ec3efede3cdda7fb28f authored almost 5 years ago by orhun <[email protected]>
refactor: Use match implicitly for setting the input mode
45ea997fcf0a1bf87f4c2111c3e17214588a262c authored almost 5 years ago by orhun <[email protected]>
45ea997fcf0a1bf87f4c2111c3e17214588a262c authored almost 5 years ago by orhun <[email protected]>
feat: Remove 'm' key action for load and use insert key instead
bf7fe2b071fc3c40c2d5c409a139fddd7bd87364 authored almost 5 years ago by orhun <[email protected]>
bf7fe2b071fc3c40c2d5c409a139fddd7bd87364 authored almost 5 years ago by orhun <[email protected]>
feat: Use ctrl-t/b for scrolling and 'b' for blacklisting
13026c49c1daf51f5b1dddaf7a5431f8b98a8bf5 authored almost 5 years ago by orhun <[email protected]>
13026c49c1daf51f5b1dddaf7a5431f8b98a8bf5 authored almost 5 years ago by orhun <[email protected]>
feat: Scroll module info block to top on help key press
e33aa52c38e56bc9a2489d5bf7d6f9d6757f4878 authored almost 5 years ago by orhun <[email protected]>
e33aa52c38e56bc9a2489d5bf7d6f9d6757f4878 authored almost 5 years ago by orhun <[email protected]>
feat: Add help key to key bindings in help
63af093c4b120de5cf3469f2816c4f6185ea29c7 authored almost 5 years ago by orhun <[email protected]>
63af093c4b120de5cf3469f2816c4f6185ea29c7 authored almost 5 years ago by orhun <[email protected]>
doc: Add comment to keys macro in util module
9d4f440e15e3cacb73267f5f2bbe9fa138af230a authored almost 5 years ago by orhun <[email protected]>
9d4f440e15e3cacb73267f5f2bbe9fa138af230a authored almost 5 years ago by orhun <[email protected]>
fix: Use keys macro instead of map while setting the key bindings
25b7952532234a6e26e93374ded0b123aee12e63 authored almost 5 years ago by orhun <[email protected]>
25b7952532234a6e26e93374ded0b123aee12e63 authored almost 5 years ago by orhun <[email protected]>
feat: Add keys macro to util for creating key bindings
8c2b3d5ca1245a2bf411c4c3b8a9d0bce569738b authored almost 5 years ago by orhun <[email protected]>
8c2b3d5ca1245a2bf411c4c3b8a9d0bce569738b authored almost 5 years ago by orhun <[email protected]>
fix: Use saturating_sub for usize instead of checked_sub
97e9fc3914d2de94073368f78874e2aa1a939818 authored almost 5 years ago by orhun <[email protected]>
97e9fc3914d2de94073368f78874e2aa1a939818 authored almost 5 years ago by orhun <[email protected]>
style: Fix formatting with Cargo fmt
946815c9b77fb2b9e9e5b327743b273fbc3e3ff0 authored almost 5 years ago by orhun <[email protected]>
946815c9b77fb2b9e9e5b327743b273fbc3e3ff0 authored almost 5 years ago by orhun <[email protected]>
fix: Use checked_sub instead of explicit subtraction
dd131defb5f52d471746b8372690441293a4e15c authored almost 5 years ago by orhun <[email protected]>
dd131defb5f52d471746b8372690441293a4e15c authored almost 5 years ago by orhun <[email protected]>
feat: Add spaces between the key and its action in help message
23da401db3ed2d74d194e03170d547c637973c8b authored almost 5 years ago by orhun <[email protected]>
23da401db3ed2d74d194e03170d547c637973c8b authored almost 5 years ago by orhun <[email protected]>
fix: Use reference to hashmap instead of cloning it
ad4ca0d19c98905eb98e70610d5e17d430aade04 authored almost 5 years ago by orhun <[email protected]>
ad4ca0d19c98905eb98e70610d5e17d430aade04 authored almost 5 years ago by orhun <[email protected]>
feat: Update quit key binding text in show_help_message
7e55a90c17b6c6177c242b2f9dd2e54a0b34d9e2 authored almost 5 years ago by orhun <[email protected]>
7e55a90c17b6c6177c242b2f9dd2e54a0b34d9e2 authored almost 5 years ago by orhun <[email protected]>
feat: Use hashmap for key bindings and showing help message from it
e9e43040e62cfa737d5ac033e8d63319e6318ff1 authored almost 5 years ago by orhun <[email protected]>
e9e43040e62cfa737d5ac033e8d63319e6318ff1 authored almost 5 years ago by orhun <[email protected]>
feat: Update the usage text of clap
9c30657246340654764b72707942992f5f311b91 authored almost 5 years ago by orhun <[email protected]>
9c30657246340654764b72707942992f5f311b91 authored almost 5 years ago by orhun <[email protected]>
fix: Allow dead code in StyledText for suppressing warnings
b33cedeee45d24131dc32abb645c55787ba177ee authored almost 5 years ago by orhun <[email protected]>
b33cedeee45d24131dc32abb645c55787ba177ee authored almost 5 years ago by orhun <[email protected]>
feat: Remove switching to ModuleInfo block on help action
fd2af610d50044363c131d227add07f7f0435adc authored almost 5 years ago by orhun <[email protected]>
fd2af610d50044363c131d227add07f7f0435adc authored almost 5 years ago by orhun <[email protected]>
feat: Show styled text for testing on help action
59fd837933727b889aa6dde14fd944010fa5fc0b authored almost 5 years ago by orhun <[email protected]>
59fd837933727b889aa6dde14fd944010fa5fc0b authored almost 5 years ago by orhun <[email protected]>
refactor: Set current name of module before setting styled text
ba11e5a47bb565e4d7f861f302931a8ed4597184 authored almost 5 years ago by orhun <[email protected]>
ba11e5a47bb565e4d7f861f302931a8ed4597184 authored almost 5 years ago by orhun <[email protected]>
fix: Use show_help_message function on '?' key press
c4d46e7f55db4694dc87b6754e4c316bf3ff5485 authored almost 5 years ago by orhun <[email protected]>
c4d46e7f55db4694dc87b6754e4c316bf3ff5485 authored almost 5 years ago by orhun <[email protected]>
feat: Create show_help_message function in app module
490488800b36447108fa60f5ba511bf1fb521917 authored almost 5 years ago by orhun <[email protected]>
490488800b36447108fa60f5ba511bf1fb521917 authored almost 5 years ago by orhun <[email protected]>
doc: Update the function comment of send_key in tests
8ac6245136e9c09e6a4acef931c35aef006083b3 authored almost 5 years ago by orhun <[email protected]>
8ac6245136e9c09e6a4acef931c35aef006083b3 authored almost 5 years ago by orhun <[email protected]>
doc: Add comment to ascii logo constant
596a8bc6598145c4932adf550b3335ecac54aeeb authored almost 5 years ago by orhun <[email protected]>
596a8bc6598145c4932adf550b3335ecac54aeeb authored almost 5 years ago by orhun <[email protected]>
refactor: Use ascii logo constant for before help text
c457b33da9b68c33ee9293dcabeb90d558f62511 authored almost 5 years ago by orhun <[email protected]>
c457b33da9b68c33ee9293dcabeb90d558f62511 authored almost 5 years ago by orhun <[email protected]>
feat: Update before help text in parse_args
9afc6fe2f0cbfe36488c15ff7c0c1bf1b2945230 authored almost 5 years ago by orhun <[email protected]>
9afc6fe2f0cbfe36488c15ff7c0c1bf1b2945230 authored almost 5 years ago by orhun <[email protected]>
feat: Print project logo in ASCII format before help message
7a63f41fce2d6828fc7a8de174bd5c6f93840b55 authored almost 5 years ago by orhun <[email protected]>
7a63f41fce2d6828fc7a8de174bd5c6f93840b55 authored almost 5 years ago by orhun <[email protected]>
style: Fix formatting using Cargo fmt
ded5e20e98fd39391cc2e7010699daa2f8820b8f authored almost 5 years ago by orhun <[email protected]>
ded5e20e98fd39391cc2e7010699daa2f8820b8f authored almost 5 years ago by orhun <[email protected]>
refactor: Pass self directly instead of using references in is_none
5caaec34dd1c2b06ab1479f14db8e1d6970389fa authored almost 5 years ago by orhun <[email protected]>
5caaec34dd1c2b06ab1479f14db8e1d6970389fa authored almost 5 years ago by orhun <[email protected]>
test: Update tests module of app about input mode tests
34ba5c755ed336e5402e65af4fae5dba45915cdd authored almost 5 years ago by orhun <[email protected]>
34ba5c755ed336e5402e65af4fae5dba45915cdd authored almost 5 years ago by orhun <[email protected]>
doc: Add function comment to iter function of ScrollDirection
520cf141cad6b3c8b45b4a52ff47c5648c312314 authored almost 5 years ago by orhun <[email protected]>
520cf141cad6b3c8b45b4a52ff47c5648c312314 authored almost 5 years ago by orhun <[email protected]>
fix: Remove unused get_default_text of InputMode
0f5a0fa07d016924bc0f29bc4edd6e9fdd2520d9 authored almost 5 years ago by orhun <[email protected]>
0f5a0fa07d016924bc0f29bc4edd6e9fdd2520d9 authored almost 5 years ago by orhun <[email protected]>
fix: Check if input mode has value before setting its text
820ca10bb86348b7ae8509626cca1ffd90e31db9 authored almost 5 years ago by orhun <[email protected]>
820ca10bb86348b7ae8509626cca1ffd90e31db9 authored almost 5 years ago by orhun <[email protected]>
feat: Add Copy derive to InputMode enum
be97b12ad090740a2714bc589d410ad51170eff0 authored almost 5 years ago by orhun <[email protected]>
be97b12ad090740a2714bc589d410ad51170eff0 authored almost 5 years ago by orhun <[email protected]>
refactor: Use first element of InputMode for default text
6a218e0c9e2a95de4a7442c3125262689508a361 authored almost 5 years ago by orhun <[email protected]>
6a218e0c9e2a95de4a7442c3125262689508a361 authored almost 5 years ago by orhun <[email protected]>
feat: Add debug derive to struct and enums in cmd module
78bdf808088a5c8ae08d006e56dcfa5ae6ca3e7d authored almost 5 years ago by orhun <[email protected]>
78bdf808088a5c8ae08d006e56dcfa5ae6ca3e7d authored almost 5 years ago by orhun <[email protected]>
feat: Add usage information to clap app
f23fc76014913b5a8cb0c8e2c04d1100618b6473 authored almost 5 years ago by orhun <[email protected]>
f23fc76014913b5a8cb0c8e2c04d1100618b6473 authored almost 5 years ago by orhun <[email protected]>
chore: Merge tarpaulin and test suite step in CI task
20952a5490a905d8badf535eae4c0eb777c7bc43 authored almost 5 years ago by orhun <[email protected]>
20952a5490a905d8badf535eae4c0eb777c7bc43 authored almost 5 years ago by orhun <[email protected]>
chore: Update command line arguments of cargo-tarpaulin
57de1371fd79069c429fb6a94fee0ec0e90b192e authored almost 5 years ago by orhun <[email protected]>
57de1371fd79069c429fb6a94fee0ec0e90b192e authored almost 5 years ago by orhun <[email protected]>
chore: Install X11 dependencies in tarpaulin action
2b6332bc131baddaab1633c1c5a45854b754d108 authored almost 5 years ago by orhun <[email protected]>
2b6332bc131baddaab1633c1c5a45854b754d108 authored almost 5 years ago by orhun <[email protected]>
chore: Remove specific tarpaulin version
391c2592725e616eac76a126e3f58cc66f3b99b9 authored almost 5 years ago by orhun <[email protected]>
391c2592725e616eac76a126e3f58cc66f3b99b9 authored almost 5 years ago by orhun <[email protected]>
chore: Rename code coverage step to tarpaulin
3afeaeb110074e5b8e466f8303f8a5efbdb697c1 authored almost 5 years ago by orhun <[email protected]>
3afeaeb110074e5b8e466f8303f8a5efbdb697c1 authored almost 5 years ago by orhun <[email protected]>
chore: Use tarpaulin action on code coverage step
6b4e76e62b8fb3807b6e7239439a0741bd24ef6f authored almost 5 years ago by orhun <[email protected]>
6b4e76e62b8fb3807b6e7239439a0741bd24ef6f authored almost 5 years ago by orhun <[email protected]>
chore: Fix token secret usage in CI task
3f1b2960356026a17ef0cab2a1358fd3a48a1ad0 authored almost 5 years ago by orhun <[email protected]>
3f1b2960356026a17ef0cab2a1358fd3a48a1ad0 authored almost 5 years ago by orhun <[email protected]>
chore: Use tarpaulin for coverage reports
e4902877a5e80de2a26b7691a239cd2fe8354315 authored almost 5 years ago by orhun <[email protected]>
e4902877a5e80de2a26b7691a239cd2fe8354315 authored almost 5 years ago by orhun <[email protected]>
feat: Add darkgray as default value to -c argument
d932efefbec9647878a6655c3f895527cf8c983c authored almost 5 years ago by orhun <[email protected]>
d932efefbec9647878a6655c3f895527cf8c983c authored almost 5 years ago by orhun <[email protected]>
test: Fix the test case of parse_args about args length
4dc90ce14c11c154fb00d2cd2ce5b4cc7cca7bf9 authored almost 5 years ago by orhun <[email protected]>
4dc90ce14c11c154fb00d2cd2ce5b4cc7cca7bf9 authored almost 5 years ago by orhun <[email protected]>
refactor: Remove refresh rate constant and use default value for clap
bc487b5c9778a51320a34043742943e2d2dd6e5a authored almost 5 years ago by orhun <[email protected]>
bc487b5c9778a51320a34043742943e2d2dd6e5a authored almost 5 years ago by orhun <[email protected]>
test: Fix test case of parse_args in util
b73344c3655e0f1ed7a548ba18f49653ecfc720c authored almost 5 years ago by orhun <[email protected]>
b73344c3655e0f1ed7a548ba18f49653ecfc720c authored almost 5 years ago by orhun <[email protected]>
test: Remove version parameter from parse_args in app tests
fd13ae144badf8918945297d900d22175860e861 authored almost 5 years ago by orhun <[email protected]>
fd13ae144badf8918945297d900d22175860e861 authored almost 5 years ago by orhun <[email protected]>
test: Remove version parameter from parse_args in terminal test
164ed7abbd3544006e9b40bb805bf8079ac14f45 authored almost 5 years ago by orhun <[email protected]>
164ed7abbd3544006e9b40bb805bf8079ac14f45 authored almost 5 years ago by orhun <[email protected]>
fix: Remove version constant from main and fix parse_args parameters
92240364f545dc725a03f8a3eac20c67d05e2862 authored almost 5 years ago by orhun <[email protected]>
92240364f545dc725a03f8a3eac20c67d05e2862 authored almost 5 years ago by orhun <[email protected]>
doc: Update parse_args comment about parameters
8f2d79c811c5faaa03ce1893824a6b39dc033754 authored almost 5 years ago by orhun <[email protected]>
8f2d79c811c5faaa03ce1893824a6b39dc033754 authored almost 5 years ago by orhun <[email protected]>
refactor: Remove unnecessary version parameter from parse_args
1b2026c7061e0e4460b3f210dddbc6b7f8b7d510 authored almost 5 years ago by orhun <[email protected]>
1b2026c7061e0e4460b3f210dddbc6b7f8b7d510 authored almost 5 years ago by orhun <[email protected]>
feat: Use cargo environment variables for argument parsing
c6e4145fd634c828d2b9b231361808e814883e66 authored almost 5 years ago by orhun <[email protected]>
c6e4145fd634c828d2b9b231361808e814883e66 authored almost 5 years ago by orhun <[email protected]>
style: Run Cargo fmt for formatting
75b521db553ec6d6e611b7e777b5cd95b434ca72 authored almost 5 years ago by orhun <[email protected]>
75b521db553ec6d6e611b7e777b5cd95b434ca72 authored almost 5 years ago by orhun <[email protected]>
feat: Add Debug trait to ScrollDirection for debugging purposes
405ec8d7f1a59a8189a989dc28e5f6234d2450d6 authored almost 5 years ago by orhun <[email protected]>
405ec8d7f1a59a8189a989dc28e5f6234d2450d6 authored almost 5 years ago by orhun <[email protected]>
fix: Add Copy trait to Block enum for handling moved values
07a23f3924e7a172cfb5b6b5ec0fbd3c11b9e9f6 authored almost 5 years ago by orhun <[email protected]>
07a23f3924e7a172cfb5b6b5ec0fbd3c11b9e9f6 authored almost 5 years ago by orhun <[email protected]>
fix: Remove unnecessary parameter from app.refresh function
46893616d0d0944637bfc8ca7bef713a8f9827af authored almost 5 years ago by orhun <[email protected]>
46893616d0d0944637bfc8ca7bef713a8f9827af authored almost 5 years ago by orhun <[email protected]>
doc: Update refresh functions comments about parameters
258fff2b5428136fddd4af0352498ced0e41eeeb authored almost 5 years ago by orhun <[email protected]>
258fff2b5428136fddd4af0352498ced0e41eeeb authored almost 5 years ago by orhun <[email protected]>
refactor: Use default block in refresh function of app
6640a5ff9d6ee3d65b4f8092ec7687eacd5e0e4f authored almost 5 years ago by orhun <[email protected]>
6640a5ff9d6ee3d65b4f8092ec7687eacd5e0e4f authored almost 5 years ago by orhun <[email protected]>
feat: Add default block field to app struct
8d2f8a4305abeb286115fd861df12ead1520d88c authored almost 5 years ago by orhun <[email protected]>
8d2f8a4305abeb286115fd861df12ead1520d88c authored almost 5 years ago by orhun <[email protected]>
fix: Rename Blocks to Block in main module
bbc586076353be2a1a1b742805fd52bf5c6561e5 authored almost 5 years ago by orhun <[email protected]>
bbc586076353be2a1a1b742805fd52bf5c6561e5 authored almost 5 years ago by orhun <[email protected]>
doc: Update function comments about Block enum
c92b0761370cb203f8d4f422d631eb44b1f43019 authored almost 5 years ago by orhun <[email protected]>
c92b0761370cb203f8d4f422d631eb44b1f43019 authored almost 5 years ago by orhun <[email protected]>
refactor: Rename Blocks enum to Block in app module
6e464c92a9da30344a3630c7498a9407f4a5cd24 authored almost 5 years ago by orhun <[email protected]>
6e464c92a9da30344a3630c7498a9407f4a5cd24 authored almost 5 years ago by orhun <[email protected]>
refactor: Use block widgets with TuiBlock name in app
a7ae6194d7f721bf3d40d790f9eb91c46d8321c1 authored almost 5 years ago by orhun <[email protected]>
a7ae6194d7f721bf3d40d790f9eb91c46d8321c1 authored almost 5 years ago by orhun <[email protected]>
test: Improve the scroll test in lkm module
d17e5b5f2a616967a340b65c72cbfce161bb20f3 authored almost 5 years ago by orhun <[email protected]>
d17e5b5f2a616967a340b65c72cbfce161bb20f3 authored almost 5 years ago by orhun <[email protected]>
fix: Pass self value without referencing it in cmd functions
17ef02c98d0b6b204a49fc7ed44bc2a212e6c5d9 authored almost 5 years ago by orhun <[email protected]>
17ef02c98d0b6b204a49fc7ed44bc2a212e6c5d9 authored almost 5 years ago by orhun <[email protected]>
style: Fix formatting with Cargo fmt
07cc7d9ac65519347d5dd73ba85c43c61563b895 authored almost 5 years ago by orhun <[email protected]>
07cc7d9ac65519347d5dd73ba85c43c61563b895 authored almost 5 years ago by orhun <[email protected]>
test: Add test for clearing current command while scrolling
0afce1140a5f80c5c8436f17e7cdf89bc972ff65 authored almost 5 years ago by orhun <[email protected]>
0afce1140a5f80c5c8436f17e7cdf89bc972ff65 authored almost 5 years ago by orhun <[email protected]>
test: Add tests for all module commands in lkm tests
20d2f9c081a93382b1601dd0f3cab380ddd8cd55 authored almost 5 years ago by orhun <[email protected]>
20d2f9c081a93382b1601dd0f3cab380ddd8cd55 authored almost 5 years ago by orhun <[email protected]>
feat: Add copy and clone derives to ModuleCommand
f064f9ae124cdfd37df191e8998d991d3d45baa9 authored almost 5 years ago by orhun <[email protected]>
f064f9ae124cdfd37df191e8998d991d3d45baa9 authored almost 5 years ago by orhun <[email protected]>
test: Add blacklist command cancel test to lkm module
2ef5acac72268c9e9de3fb5ef23e1f1d7a926ea6 authored almost 5 years ago by orhun <[email protected]>
2ef5acac72268c9e9de3fb5ef23e1f1d7a926ea6 authored almost 5 years ago by orhun <[email protected]>
test: Use char explicitly in event tests
838142ab1b8a8ad4e1394e1dffaeace7ce787657 authored almost 5 years ago by orhun <[email protected]>
838142ab1b8a8ad4e1394e1dffaeace7ce787657 authored almost 5 years ago by orhun <[email protected]>
test: Improve events test case about mpsc channels
15e52c438c81233326edbc0bfce22372f20b446f authored almost 5 years ago by orhun <[email protected]>
15e52c438c81233326edbc0bfce22372f20b446f authored almost 5 years ago by orhun <[email protected]>
test: Reduce the time between each key sender tries
67aba38255a91b8dd215f89fad48866703b43cf4 authored almost 5 years ago by orhun <[email protected]>
67aba38255a91b8dd215f89fad48866703b43cf4 authored almost 5 years ago by orhun <[email protected]>
test: Update app module tests about default input mode text
a4ab60d6a10e3da795e5515ee201423ad4b63d4e authored almost 5 years ago by orhun <[email protected]>
a4ab60d6a10e3da795e5515ee201423ad4b63d4e authored almost 5 years ago by orhun <[email protected]>
doc: Add comments to tests module of main
708846915ed77bd9a720f2bb3289d0c29993f8a9 authored almost 5 years ago by orhun <[email protected]>
708846915ed77bd9a720f2bb3289d0c29993f8a9 authored almost 5 years ago by orhun <[email protected]>
test: Add test to style module about raw text lines
e279673b8bebbb31dd6132954cc9ff91c43b0dd5 authored almost 5 years ago by orhun <[email protected]>
e279673b8bebbb31dd6132954cc9ff91c43b0dd5 authored almost 5 years ago by orhun <[email protected]>
test: Add key tests about input mode
266c45d86b8064f869f22603869b0ac62c42c327 authored almost 5 years ago by orhun <[email protected]>
266c45d86b8064f869f22603869b0ac62c42c327 authored almost 5 years ago by orhun <[email protected]>
feat: Select module table while showing used module info
54c149aa2ac3f80b5dd2edd6ec4b63efe4eb370b authored almost 5 years ago by orhun <[email protected]>
54c149aa2ac3f80b5dd2edd6ec4b63efe4eb370b authored almost 5 years ago by orhun <[email protected]>
fix: Refresh terminal before testing arrow keys
798cfbf502f741bd9cc8595986f9891e3d27e6f2 authored almost 5 years ago by orhun <[email protected]>
798cfbf502f741bd9cc8595986f9891e3d27e6f2 authored almost 5 years ago by orhun <[email protected]>
test: Add test for main function in test_tui
4fc50a3d167901cce376fa8e80d1c1e9457d2abc authored almost 5 years ago by orhun <[email protected]>
4fc50a3d167901cce376fa8e80d1c1e9457d2abc authored almost 5 years ago by orhun <[email protected]>
test: Change key places in tests module
c620809bfa94d149c37d89928fda981a2c1040c5 authored almost 5 years ago by orhun <[email protected]>
c620809bfa94d149c37d89928fda981a2c1040c5 authored almost 5 years ago by orhun <[email protected]>
test: Improve the test case of terminal
044138c3634e51c26894562d95905dd74c73215c authored almost 5 years ago by orhun <[email protected]>
044138c3634e51c26894562d95905dd74c73215c authored almost 5 years ago by orhun <[email protected]>
test: Add unload and blacklist keys to tests module
851926512a016e1fc9d46edb05d8e3e438aa9cbb authored almost 5 years ago by orhun <[email protected]>
851926512a016e1fc9d46edb05d8e3e438aa9cbb authored almost 5 years ago by orhun <[email protected]>
fix: Use is_empty method for making length comparison more explicit
ce74f82c468443bf8dcce4bfde6adca579b59e34 authored almost 5 years ago by orhun <[email protected]>
ce74f82c468443bf8dcce4bfde6adca579b59e34 authored almost 5 years ago by orhun <[email protected]>
test: Add extra char for testing terminal keys
1d0587a46e80b7b3307025eca97e913c9eb556f4 authored almost 5 years ago by orhun <[email protected]>
1d0587a46e80b7b3307025eca97e913c9eb556f4 authored almost 5 years ago by orhun <[email protected]>
fix: Check for list length before attempting to show used module info
5ec0fe97726ddb5625c065aa9889ad7c3ce77bb5 authored almost 5 years ago by orhun <[email protected]>
5ec0fe97726ddb5625c065aa9889ad7c3ce77bb5 authored almost 5 years ago by orhun <[email protected]>