Commit Graph

632 Commits

Author SHA1 Message Date
Orhun Parmaksız
59001598e6
fix(tui): reset the input before running a command 2022-01-20 16:48:53 +03:00
Orhun Parmaksız
75ef364c5d
feat(tui): add select as a prompt command 2022-01-20 15:46:12 +03:00
Orhun Parmaksız
214edad37f
feat(tui): add cursor handling to input prompt 2022-01-17 18:12:53 +03:00
Orhun Parmaksız
f5e04995c0
chore(audit): add configuration file for cargo-audit 2022-01-15 16:56:05 +03:00
Orhun Parmaksız
bb80e4a85e
feat(tui): make clipboard support optional 2022-01-15 16:41:02 +03:00
Orhun Parmaksız
00d9d46628
fix(ci): install runtime dependencies for the build step 2022-01-15 02:57:56 +03:00
Orhun Parmaksız
ffeb6bbfc9
feat(tui): preserve the table state on refresh 2022-01-15 02:50:48 +03:00
Orhun Parmaksız
e972456724
style(tui): set bottom margin of parameter list to zero 2022-01-15 02:36:51 +03:00
Orhun Parmaksız
5610e2a36b
fix(tui): prevent scrolling if the parameter list is empty 2022-01-15 02:35:45 +03:00
Orhun Parmaksız
20cbaa888f
chore(ci): update dependencies for building 2022-01-15 02:32:26 +03:00
Orhun Parmaksız
4259786326
feat(tui): support copying to clipboard 2022-01-15 02:30:34 +03:00
Orhun Parmaksız
0a3d9dfdc1
refactor(tui): use consistent naming in custom widgets module 2022-01-15 02:26:14 +03:00
Orhun Parmaksız
851f155abe
feat(tui): add search to prompt commands 2022-01-14 18:48:59 +03:00
Orhun Parmaksız
641cf6e517
fix(tui): update only parameter values on refresh 2022-01-12 16:19:09 +03:00
Orhun Parmaksız
cdffaef310
feat(tui): support searching in the kernel parameters 2022-01-12 02:53:54 +03:00
Orhun Parmaksız
0bb24a3838
feat(tui): show the selected parameter index 2022-01-12 00:03:44 +03:00
Orhun Parmaksız
e7e622fa8d
refactor(tui): use consistent naming for kernel parameters 2022-01-10 20:24:39 +03:00
Orhun Parmaksız
a0b4c593f8
feat(tui): show the parameter documentation 2022-01-10 20:22:32 +03:00
Orhun Parmaksız
eb3ecce5d5
refactor(app): update the visibility of types in the core library 2022-01-10 01:33:53 +03:00
Orhun Parmaksız
7cc1bbfe6e
refactor(app): move cache handling to the core library 2022-01-10 01:32:55 +03:00
Orhun Parmaksız
4336fc41e9
feat(add): add argument parser for tui options 2022-01-09 19:37:49 +03:00
Orhun Parmaksız
6a828cb35b
refactor(tui): show sysctl variables on a table 2022-01-09 14:15:21 +03:00
Orhun Parmaksız
c94df7a689
fix(tui): reinitialize sysctl on application refresh 2022-01-06 20:34:30 +03:00
Orhun Parmaksız
8cc22be48d
fix(tui): allow switching to input mode while a message is shown 2022-01-06 20:27:25 +03:00
Orhun Parmaksız
13ce1f49dd
feat(tui): support showing messages in the prompt 2022-01-06 20:15:19 +03:00
Orhun Parmaksız
7b1fc4b25f
feat(tui): process commands from the input prompt 2022-01-06 18:53:56 +03:00
Orhun Parmaksız
ca27a092c0
feat(tui): show sysctl variables on the list 2022-01-06 18:25:25 +03:00
Orhun Parmaksız
c950826eb4
feat(tui): add stateful list widget 2022-01-06 18:07:25 +03:00
Orhun Parmaksız
4df05f94fe
feat(tui): make input prompt functional 2022-01-02 15:26:58 +03:00
Orhun Parmaksız
cb9d072a3e
feat(tui): render the input prompt 2022-01-02 00:07:06 +03:00
Orhun Parmaksız
54b4c0e61b
feat(tui): implement a basic user interface 2021-12-30 15:17:34 +03:00
Orhun Parmaksız
041d11764c
chore(tui): add core library as dependency 2021-12-27 23:57:24 +03:00
Orhun Parmaksız
8d589d7635
chore(tui): initialize project 2021-12-25 20:49:22 +03:00
Orhun Parmaksız
fab01ba691
feat(app): support displaying output in JSON format 2021-12-25 17:38:34 +03:00
Orhun Parmaksız
86f2be4fae
feat(sysctl): improve printing the multiline values 2021-12-25 16:43:15 +03:00
Orhun Parmaksız
affd73efc7
style(args): show argument aliases 2021-12-25 02:05:08 +03:00
Orhun Parmaksız
63798783a0
feat(args): allow listing values without providing -A 2021-12-25 02:00:32 +03:00
Orhun Parmaksız
adcb7b6724
fix(args): check for version flag before processing values 2021-12-25 01:56:55 +03:00
Orhun Parmaksız
ff1a28ed26
chore(project): add codecov.yml 2021-12-25 01:54:47 +03:00
Orhun Parmaksız
905841aebd
feat(sysctl): improve the documentation updater 2021-12-25 01:49:44 +03:00
Orhun Parmaksız
297dc220ba
test(fixtures): specify the path for checking variables 2021-12-23 01:26:40 +03:00
Orhun Parmaksız
df44a52e40
chore(ci): move fixture config to manifest directory 2021-12-23 01:19:45 +03:00
Orhun Parmaksız
bb000e9fe8
chore(ci): change the order of commands for live tests 2021-12-23 01:05:43 +03:00
Orhun Parmaksız
adbda0615b
test(app): add test fixtures 2021-12-23 01:04:30 +03:00
Orhun Parmaksız
f685204546
fix(ci): fix the run key definition 2021-12-22 22:36:09 +03:00
Orhun Parmaksız
4a8de97d5c
fix(ci): fix the multiline syntax of the cargo-tarpaulin command 2021-12-22 22:35:24 +03:00
Orhun Parmaksız
dc845c0f4e
chore(ci): create separate steps for regular and live tests 2021-12-22 22:30:59 +03:00
Orhun Parmaksız
ffae317d08
fix(ci): update sudo command to preserve HOME 2021-12-22 00:21:19 +03:00
Orhun Parmaksız
7a238b90ac
fix(ci): update sudo command to preserve PATH 2021-12-22 00:14:40 +03:00
Orhun Parmaksız
cd5e1851de
test(app): add live-tests flag for testing app as a whole 2021-12-21 23:35:46 +03:00