Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/napsy/gsfm

Gtk+ Simple File Manager
https://github.com/napsy/gsfm

Last synced: 8 days ago
JSON representation

Gtk+ Simple File Manager

Awesome Lists containing this project

README

        

=============================
Gtk+ Simple File Manager
=============================

Copyright (C) 2012, Luka Napotnik

Full license can be found inside the LICENSE file, provided with
the source code.

ABOUT

gsfm is a simple Gtk+3 file manager for quick directory manipulation. User can
split the dirctory view vertically or horizontally, make basic oprations like
file/directory copying, deleting and opening, execute shell commands.

KEYBOARD SHORTCUTS

The modifier key (MOD key in this documentation) is CTRL by default. You can
change this by editing the configuration. The default keyboard shortcuts are
similar of those in Vim, so Vim user should be familiar with them.

+w : next view
+s : split view vertically from the current view
+d : split view horizontally from the current view
+l : focus the location entry of the current view
j,k : move down(j) and move up(k) in view
o : open selected item
! : execute command in terminal in current view path
/ : search in current view
: add/remove item to/from selection
y : mark selection for copy
c : mark selection for cut
d : delete selection

NOTE: not all shortcuts are functional yet because of ongoing development.

CONFIGURATION

Not available at the moment.