Commit Graph

8 Commits

Author SHA1 Message Date
Mahmoud Emad
ccfc7c4656 fix: improve package management and screen status
- Fix issues in package installation and removal across
different platforms (Ubuntu, macOS, Alpine, Arch).
- Improve error handling and add sudo support where
necessary.
- Enhance screen status check to accurately reflect
process activity.
- Address minor bugs in `db.v`, `done.v`, and
`net_test.v`.
- Correct minor inconsistencies in package names.
2024-12-25 17:12:08 +02:00
Mahmoud Emad
7242564b80 refactor: Process actions in code blocks and actions
- Removed commented-out code from `element_action.v` and
  `element_codeblock.v`.
- Enabled processing of actions within code blocks.
- The code now correctly handles multiple actions within a
  code block.
- Improves the handling of actions within Markdown.
2024-12-25 14:02:39 +02:00
Mahmoud Emad
9508f2f73b refactor: Remove unnecessary int casts in lookup.v
- Remove unnecessary casts from `int(lut.keysize)` to `lut.keysize`
- This simplifies the code and improves readability.
- No functional changes are introduced.
2024-12-25 13:13:59 +02:00
a2a47ed7ee the base 2024-12-25 11:18:08 +01:00
a7e714058f the base 2024-12-25 10:18:31 +01:00
8c58633c56 herojson 2024-12-25 09:37:32 +01:00
4e030b794d the base 2024-12-25 09:23:31 +01:00
4a50de92e3 the base 2024-12-25 08:40:56 +01:00