From e59f5fd2be7e4de1e1a1a5bd4cf803aefaa9139a Mon Sep 17 00:00:00 2001 From: glenux Date: Tue, 24 Oct 2023 10:06:47 +0000 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 92b5d16..fb4d218 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,25 @@ To build from source, you'll also require: You can also fetch a pre-compiled binary version of MFM. + +## Usage + +### Command Line Options + +``` +Usage: mfm [options] + +Global options: + -c, --config FILE Define configuration file + -h, --help Showcase this help + +Commands: + create Instantiate a new vault + delete Erase an existing vault + edit Adjust the configuration +``` + + ## Configuration The script harnesses a YAML configuration file, typically located at `~/.config/mfm.yml`, which outlines vault names and paths. @@ -56,25 +75,6 @@ fsmap: # Incorporate more vaults as necessary ``` -## Command Line Options - -``` -Usage: mfm [options] - -Global options: - -c, --config FILE Define configuration file - -h, --help Showcase this help - -Commands: - create Instantiate a new vault - delete Erase an existing vault - edit Adjust the configuration -``` - -## Usage - -After setting up the YAML, activate the script. Employ `fzf` to pick a vault to mount or unmount. - ## Contribution Guidelines To contribute to MFM: