command
module
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Dec 18, 2020
License: AGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
fm
A tui file manager written in go. Ranger is written in icky python and it is far too complicated.

Commands
cmd |
alt cmd |
Description |
:edit |
ee |
Open active file with $EDITOR |
:inspect |
i |
Open active file with $EDITOR, if editor is vim |
:shell |
eS |
Start $SHELL at current directory |
:delete |
ed |
Moves file to temporary location. After fm is closed, the files will be deleted permanently |
:undo |
eu |
Put files back where they were and don't delete them at the end of the fm session. |
:toggleHidden |
zh |
Flips between hiding and showing hidden files. |
:rn newname |
|
Rename active file |
:!cmd args |
s |
Run command with $SHELL |
:yank |
yy |
Copy file under cursor |
:cut |
dd |
Cut file under cursor |
:paste |
pp |
Paste file to current directory |
|
/ |
Open fzf and search through current directory select output or cd to output |
Config
Inital config looks like:
{
"columnWidth": -1,
"columnRatios": [2,3,5],
"jumpAmount": 5,
"previewBlacklist": "*.mp4",
"folder": "~/.config/fm"
}
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.