Skip to content

Commit

Permalink
updated usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
amarz45 committed Jul 2, 2022
1 parent 2072aff commit e2402c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ output: amaryaml::github
DFM is a simple file manager that uses Dmenu.
Instead of opening a slow graphical environment, you open Dmenu and quickly choose whatever file you want to manipulate.
It supports multiple selections and wildcards.
DFM is the fastest file manager because it is only usable with the keyboard.
Please submit an issue or a pull request if you do want any changes.

# Usage
Expand All @@ -21,6 +22,14 @@ Please submit an issue or a pull request if you do want any changes.

The default is the `program` option.

To select one file, press the `Return` key.
To use the input instead of the selection, press `Shift+Return` (not necessary most of the time).
To select multiple files, press `Control+Return` on each selection and press `Return` when you are finished.
To select all the files, type `*`.
To go to the home directory, type `~`.
To go back a directory, type `..`.
To go to the `/` directory, type `/`.

# Dependencies

#. dmenu
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ DFM – Dmenu File Manager
DFM is a simple file manager that uses Dmenu. Instead of opening a slow
graphical environment, you open Dmenu and quickly choose whatever file
you want to manipulate. It supports multiple selections and wildcards.
Please submit an issue or a pull request if you do want any changes.
DFM is the fastest file manager because it is only usable with the
keyboard. Please submit an issue or a pull request if you do want any
changes.

## Usage

Expand All @@ -31,6 +33,13 @@ Please submit an issue or a pull request if you do want any changes.

The default is the `program` option.

To select one file, press the `Return` key. To use the input instead of
the selection, press `Shift+Return` (not necessary most of the time). To
select multiple files, press `Control+Return` on each selection and
press `Return` when you are finished. To select all the files, type `*`.
To go to the home directory, type `~`. To go back a directory, type
`..`. To go to the `/` directory, type `/`.

## Dependencies

1. dmenu
Expand Down

0 comments on commit e2402c0

Please sign in to comment.