Giter Site home page Giter Site logo

rust-fm's Introduction

This repository is archived because of a lack of interest

rust-fm

rust-fm is a cli-file manager written in Rust. It has Vim-like keybindings, but focuses on just typing where to go.

What it can

  • Navigate in the folder structure of the system
  • Typing shows only the elements you are interested in using fuzzy finding
  • Preview of folders and (text)files
  • Opening files in $EDITOR or using xdg-open
  • Copy-Paste

What it cannot yet do

  • Basic file and folder actions like renaming, deleting, ...
  • Create a file or folder

How to install it

  • Clone the repository
  • Build the binary using cargo build (rust and cargo have to be installed, see installation guide)
  • Binary should be target/debug/rust-fm

Usage

All vim-like keys have been bound to the uppercase variants. Therefor J and K move around the elements in the directory, H and L moves between directories. Furthermore Q quits the application.

Despite having these keys, the main feature is just typing where you want to go. When starting to type the selection of elements in the directory will reduce. To view all possibilities again just hit the escape key.

Additional Features

Copy-Paste

To copy and paste filesor folders you first have to highlight the files you want. To highlight files press the space bar when selecting the item. You can highlight many items at once. Now you have to yank your files or folders using 'Y'. Now move to the folder you want those items to be and press 'P' to paste.

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.