diff options
author | ben | 2024-10-11 21:51:12 +0200 |
---|---|---|
committer | ben | 2024-10-11 21:51:12 +0200 |
commit | 1b6723a3648cd7a869d6c511bb204b75f39adfdf (patch) | |
tree | 919aeac473a2eb2f0c1168669a12c15c4fd618c9 | |
parent | 0040e59c3e68f8664e5719d6e7f6206851b9709c (diff) | |
download | fms-1b6723a3648cd7a869d6c511bb204b75f39adfdf.tar.gz fms-1b6723a3648cd7a869d6c511bb204b75f39adfdf.tar.bz2 fms-1b6723a3648cd7a869d6c511bb204b75f39adfdf.tar.xz |
Update doc with todo, and arsenal reference.
-rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -72,7 +72,11 @@ Then, to update the database and apply the changes, run the following commands: ~/fms/fms.sh update ``` -Fast Memo Shell comes with a list of commands as examples, but you are highly encouraged to update it according to your needs. +Warning, this may take a long time. + +The Fast Memo Shell comes with a list of commands, but you are highly encouraged to update it according to your needs. + +The database provided as an example comes from a quick extract of the [Arsenal](https://github.com/Orange-Cyberdefense/arsenal) tool's database. ## How to use @@ -82,7 +86,14 @@ To select the right command, you can: * Enter a string to find your command. * Use the up and down arrow keys. -* Enter '<string>' to display only the commands containing this substring. +* Enter 'string to display only the commands containing this substring. +* Use the number assigned to the order to remember * Once you have the desired command selected, just press Enter. Fast Memo Shell can also display all available manuals. To switch between both modes, use Shift+Left and Shift+Right arrows." + +## Todo + +[] Allow more language like java, cmd .. (with adapted comment chars for description) +[] Multithreaded update +[] Write a clean extractor for Arsenal
\ No newline at end of file |