Coder Social home page Coder Social logo

goful's Introduction

Goful

Go Report Card Go Reference MIT License

Goful is a CUI file manager implemented by Go.

  • Works on cross-platform such as gnome-terminal in Ubuntu and cmd.exe in Windows.
  • Multi window and workspace to display directory contents.
  • A command line to execute external commands such as bash and tmux.
  • Provides file search, glob, copy, bulk rename, etc.

Install

$ go get github.com/anmitsu/goful/cmd/goful
...
$ goful

demo

Usage

key function
C-n, down Move cursor down
C-p, up Move cursor up
C-a, home Move cursor top
C-e, end Move cursor bottom
C-f, right Move cursor right
C-b, left Move cursor left
M-v, pgdn Page down
M-p, pgup Page up
M-n Scroll down
M-p Scroll up
C-h, backspace Change to upper directory
~ Change to home directory
\ Change to root directory
w Change to neighbor directory
M-C-m New directory window
C-w Close directory window
M-f Move next workspace
M-b Move previous workspace
space Mark file on cursor
M-* Toggle mark all files
C-l Reload files
C-m Open
s Sort menu
l Layout menu
V View menu
L Look menu
e Editor menu
M-x Command menu
x External command menu
A Archive menu
f, / Find files
h Start shell mode
H Start shell suspend mode
n Create new file
k Create new directory
c Copy file
m Move file
r Rename file
R Bulk rename by regexp
D Remove file
d Change directory
g Glob file
G Glob directory
C-g Cancel
q, Q Quit application

For more see cmd/goful/main.go

Customize

Goful customizes by edit cmd/goful/main.go and rebuild.

For example, install your customized binary to $GOPATH/bin.

Clone source code
$ git clone https://github.com/anmitsu/goful

Copy original main.go to my/goful directory
$ cd goful/cmd/goful
$ mkdir -p my/goful
$ cp main.go my/goful
$ cd my/goful

After edited my/goful/main.go
$ go install

Contributing

Contributing Guide

goful's People

Contributors

anmitsu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.