Giter VIP home page Giter VIP logo

cli-file-manager's Introduction

CLI File Manager


This is a basic file manager that runs inside your terminal.
This tool is designed for Linux.
It's fully responsive and incredibly fast.

Features

  • Browse directories/files
  • Disc usage panel
  • Memory usage panel
  • File and Folder information, with accurate folder size
  • Open files (With the default program of the OS)
  • Delete files or folders
  • Rename files or folders
  • Create files or folders
  • Read the content of a file
  • Duplicate files
  • Copy files
  • Responsive
  • Open VS Code
  • Show/Hide hidden files
  • Show/Hide file extensions

Installation - Linux

Download Git and Go

Open a terminal and type these commands:

cd /usr/local
git clone https://github.com/0l1v3rr/cli-file-manager.git
cd cli-file-manager
# The build may take a couple of tries
make build
export PATH="$PATH:/usr/local/cli-file-manager/bin"

Now try to execute the command cfm.
In the first argument, you can give the path where you want it to open. (Not necessary)
For example: cfm /home/user/Desktop

Note: The cfm command will only live until you close the terminal. To resolve this issue, follow these few steps:

nano ~/.profile

Now scroll to the bottom and paste this:

export PATH="$PATH:/usr/local/cli-file-manager/bin"

Save the changes and reboot.

There's an update and do you want to use it?
Go to your cli-file-manager folder. Open a terminal and type this command:

make update

cli-file-manager's People

Contributors

0l1v3rr avatar

Stargazers

PEP 8 Speaks 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.