Commit graph

23 commits

Author SHA1 Message Date
Orhun Parmaksız 4336fc41e9
feat(add): add argument parser for tui options 2022-01-09 19:37:49 +03:00
Orhun Parmaksız 4df05f94fe
feat(tui): make input prompt functional 2022-01-02 15:26:58 +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 3c6fb58a41
feat(parser): add support for reading GZIP files 2021-12-18 19:24:46 +03:00
Orhun Parmaksız 6bbf04a3c1
feat(app): add caching mechanism for kernel parameters 2021-12-03 00:09:39 +03:00
Orhun Parmaksız 783320c276
feat(sysctl): print the parameters with their section colors 2021-10-31 16:26:27 +03:00
Orhun Parmaksız 354bc5dd77
feat(sysctl): parallelize the documentation updates 2021-10-29 13:02:56 +03:00
Orhun Parmaksız 8aca59a897
refactor(parser): use constants for kernel documentation parsers 2021-10-28 18:45:56 +03:00
Orhun Parmaksız f7a084260f
refactor(parser): make core module depend on parser 2021-10-28 01:31:20 +03:00
Orhun Parmaksız 1efc8cf504
refactor(parser): use regular expressions instead of pest parser 2021-10-26 19:37:53 +03:00
Orhun Parmaksız 146ec1bba9
feat(kernel): fetch the available kernel parameters 2021-10-18 00:38:57 +03:00
Orhun Parmaksız 57e334933f
feat(args): add command-line argument parser 2021-10-17 21:03:17 +03:00
Orhun Parmaksız 8ae0acda21
chore(project): rename project to systeroid 2021-10-14 00:19:11 +03:00
Orhun Parmaksız 3bcd06aa9a
feat(lib): parallelize the reader and parser 2021-10-09 23:50:57 +03:00
Orhun Parmaksız 314b8112bd
refactor(parser): skip the section explanations while parsing titles 2021-10-09 13:56:52 +03:00
Orhun Parmaksız 81c9fc8fe2
feat(error): add custom error implementation 2021-10-05 20:32:52 +03:00
Orhun Parmaksız e55f512689
refactor(lib): move common modules to their own workspace 2021-10-04 22:03:32 +03:00
Orhun Parmaksız 6937c6ca7f
refactor(project): move parser to another workspace 2021-10-04 21:21:54 +03:00
Orhun Parmaksız 1927fa69fc
refactor(kernel): create a struct for the kernel documentation 2021-10-03 02:23:35 +03:00
Orhun Parmaksız 38ca4cc45f
feat(parser): add parser for parsing the kernel documentation 2021-09-30 00:29:40 +03:00
Orhun Parmaksız 30089f1c73
Initial commit 2021-09-25 02:50:33 +03:00