Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
CFILES(1)			   User Manual			       CFILES(1)

NAME
     cfiles

SYNOPSIS
     cfiles

DESCRIPTION
     A ncurses file manager written in C

Keybindings
     h: go to parent directory
     l: go to child directory/open file
     j: scroll down
     k: scroll up

     g: go to top
     G: go to end
     H: go to top of current view
     M: go to middle of current view
     L: go to bottom of current view

     S: open shell in current directory

     space: add/remove selection
     tab: view selection list
     e: edit selection list
     u: empty selection list

     y: copy files from selection list
     v: move files from selection list
     a: rename files from selection list

     dd: move files to trash
     dD: delete files

     i: view mediainfo
     I: view full preview in pager

     .: toggle hidden files
     b: toggle borders
     ': view bookmarks
     m: add bookmark
     p: run script

     r: reload
     q: quit

Customization
     Keybindings and colors can be customized in config.h
     User scripts are read from XDG_CACHE_HOME/cfiles/scripts directory

Image Previews
     cfiles  supports  w3mimgdisplay and ~Aberzug for displaying images in termi-
     nal.

     1. ~Aberzug
     Set  DISPLAYIMG  and  CLEARIMG  to  the  paths  of  displayimg_uberzug  and
     clearimg_uberzug scripts respectively in config.h

     2. w3mimgdisplay
     Set DISPLAYIMG and CLEARIMG to the paths of displayimg and clearimg scripts
     respectively in config.h
     You  may have to edit the scripts a little in this case about which you can
     read at https://wiki.vifm.info/index.php/How_to_preview_images

AUTHOR
     Manan Singh (mananapr@gmail.com)

cfiles				  January 2019			       CFILES(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cfiles&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help