fm

command module
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2020 License: AGPL-3.0 Imports: 8 Imported by: 0

README

fm

A tui file manager written in go. Ranger is written in icky python and it is far too complicated.

fm-preview

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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL