rizin/.github/workflows
Rot127 710a33b6ef String/Hex-Search 5/9: Move search commands to RzShell handler.
The commit moves the new and legacy search commands to RzShell,
adds more details to the search help,
deletes some undocumented or unnecessary commands and adds the stubs for
the new search handler implementions.

Legacy commands still do their string parsing on arguments and are not touched.
The new searches (string and bytes) ahve their actual implementation in the following commmits.

Renamed and replaced commands:

- Renamed '/'  -> '/z'
- Replaced '/e' -> '/z' or '/xr'
- Replaced '/w' - All Unicode is searched now properly with '/z'.

Removed commands:

- '/!' - Because the command modifiers are not properly handled in RzShell yet and the advantage of this one is dubious.
- '/f' - Modifiers are obsolete, because search is dispatched into threads.
- '/b' - Modifiers are obsolete, because search is dispatched into threads.
- '/+' - Because no idea what it does. Seems not particular useful.

Part 5/9. Likely won't build in between parts.

Co-authored-by: wargio <deroad@kumo.xn--q9jyb4c>
2025-02-22 04:12:49 +08:00
..
ci.yml String/Hex-Search 5/9: Move search commands to RzShell handler. 2025-02-22 04:12:49 +08:00
code-analysis.yml Update github actions to remove warnings (#4211) 2024-02-12 16:32:19 +08:00
coverity-scan.yml Update github actions to remove warnings (#4211) 2024-02-12 16:32:19 +08:00
labeler.yml Ensure the concurrency job group is unique (#3538) 2023-05-30 17:55:08 +08:00
linter.yml ci: use dev or stable rz-bindgen branches 2024-12-19 21:49:52 +08:00
muon.yml ci: use muon-bootstrap name for bootstrap (#4700) 2024-11-04 13:17:03 +08:00
rzshell-treesitter-tests.yml Update github actions to remove warnings (#4211) 2024-02-12 16:32:19 +08:00
tcc.yml Update github actions to remove warnings (#4211) 2024-02-12 16:32:19 +08:00