diff options
Diffstat (limited to 'README.md')
-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 |