mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Added readline autocomplete to proxmark3 client commands. Still works with shell filenames tab complete
This commit is contained in:
parent
287a99d186
commit
a348f48602
5 changed files with 1006 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -271,6 +271,10 @@ style:
|
|||
# Update commands.json
|
||||
[ -x client/proxmark3 ] && client/proxmark3 --fulltext | python3 client/pyscripts/pm3_help2json.py - doc/commands.json
|
||||
|
||||
# Update the readline autocomplete autogenerated code
|
||||
[ -x client/proxmark3 ] && client/proxmark3 --fulltext | python3 client/pyscripts/pm3_help2list.py - client/src/rl_vocabulory.h
|
||||
|
||||
|
||||
# Detecting weird codepages and tabs.
|
||||
ifeq ($(platform),Darwin)
|
||||
miscchecks: TABSCMD=egrep -l '\t' {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue