GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sfm(1) FreeBSD General Commands Manual sfm(1)

sfm - simple file manager

sfm [-v]

sfm is a simple file manager for unix-like systems based on termbox. dual panes, bottom statusbar, bookmarks, open files by extention, vim-like key bindings as default configuration. cwd is left pane dir.

-v
print version.

q
quit
h
back
j
down
k
up
l
open dir | file
g
top
G
bottom
ctrl+u
scroll up
ctrl+d
scroll down
n
create new file if not exists
N
create new directory if not exists
d
delete file | directory recursively
D
duplicate file | directory recursively
y
yank
p
paste
P
move
b
spawn a shell in the current directory
c
start change
cw
rename
co
change owner and group (chown)
cm
change mode (chmod)
cf
change flags (chflags | chattr)
cc
exit change
cq
exit change
.
toggle dotfiles
v
start visual mode
/
start filter
ENTER
find filter
ESC
exit filter
SPACE
switch pane
ctrl+r
refresh panes

j
select down
k
select up
d
delete selection
v
exit visual mode
q
exit visual mode
ESC
exit visual mode | change

sfm is customized by creating a custom config.h and (re)compiling the source code. This keeps it fast, secure and simple.

EDITOR
open unconfigured file extention. vi(1) if not set.
HOME
right pane default directory. / if not set.
SHELL
shell spawned with the 'b' key. /bin/sh if not set.

See the LICENSE file for the authors.

See the LICENSE file for the terms of redistribution.
sfm-0.4

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.