Giovanni
c89b12a046
Removed plenty of eprintfs in rz_core ( #2950 )
2022-08-29 00:32:17 +08:00
Riccardo Schirone
86d20b2d16
RzShell: Remove possibility to switch to oldshell ( #2420 )
...
Due to some commands/tests still using the legacy "..." commands, we
can't fully remove oldshell code yet, but with this patch we just hide
it from the end users. Rzshell is now the default and only shell and
rzshell autocompletion is the default and only autocompletion engine.
2022-03-17 14:49:34 +01:00
Riccardo Schirone
d20b026ce2
Finish conversion of w commands to rzshell ( #2412 )
...
* Convert 'wz' to rzshell
* Remove 'wt' commands in favour of > operator
* Convert 'ww' command to rzshell
* Convert 'wm' command to rzshell
* Convert 'wd' command to rzshell
* Convert 'wu' command to rzshell
* Convert 'wo' commands to rzshell
* Fix 'w' tests
2022-03-16 11:20:29 +00:00
Riccardo Schirone
f745478fde
Improve suggestions when wrong command/args is used ( #2365 )
2022-03-02 10:39:33 +01:00
Riccardo Schirone
9ee830054b
RzShell: convert wh command to shell/which ( #1964 )
2021-11-12 11:42:58 +01:00
Riccardo Schirone
589ab9299c
Fix tests after more rigid wx
2021-11-09 12:01:41 +01:00
Anton Kochkov
2c691b91e3
Disable unnecessary io.cache in tests ( #1190 )
2021-06-04 15:06:02 +02:00
Riccardo Schirone
cad4e0ae0f
Rename newshell to rzshell and parser commands to statements
2021-04-22 19:45:14 +08:00
seanachao
a2f8631b6c
Change -, --, = argument and = command meaning ( #930 )
...
* Swap = & - R (#615 )&(#616 )
* Fix R replace =
2021-04-21 16:20:24 +08:00
Riccardo Schirone
789e311a75
core/cmd_descs: convert wf commands to newshell ( #842 )
2021-03-17 18:57:17 +08:00
Riccardo Schirone
68c9388fb9
Shell error messages improvements ( #339 )
...
* Print proper error message when command does not exist
* Improve error messages on wrong arguments or wrong help
* Fix cmd_w test
* Check char * and avoid calling old input commands
* Fix english
* Check for NULLs and fix memleak
2021-01-13 00:28:58 +08:00
Maijin
8d09f8d6d5
Remove Rapatch ( #215 )
...
* Remove Rapatch
* Remove help message
* Fix remaining issues
* Remove patch.o
* Remove remaining patch
Co-authored-by: Maijin <maijin21@gmail.com>
2020-12-18 13:46:18 +01:00
Riccardo Schirone
aefce4161e
Make it possible to have escape char in cmd_identifier ##newshell ( #185 )
...
* Make it possible to have escape char in cmd_identifier ##newshell
Fixes: https://github.com/rizinorg/rizin/issues/97
* Add test to check the non existance of "wv8@10" command identifier
2020-12-17 14:48:42 +08:00
Riccardo Schirone
721609a17b
Rename to rizin ( #2 )
2020-10-01 16:13:03 +02:00
Riccardo Schirone
75a80741ee
Make root a argv RCmdDesc ##newshell ( #17326 )
2020-09-15 15:27:10 +02:00
Riccardo Schirone
f8d6db74b5
Split cmd_write function to make it easier transition to argv style ( #17370 )
2020-09-04 14:36:39 +02:00