Code Monkey home page Code Monkey logo

e7filemanager's Introduction

E7FileManager

Yet another GNU/Linux GTK File Manager

About

A GTKMM application for GNU/Linux that intends to dig in to how file managers work. It is solely a reinvent-the-wheel type of project, as that is the way I learn best on how most projects work.

Read this to obtain a high level overview of this project, the requirements, and how these will be created internally.

Features

  • View all files on local file system
  • Differentiate between files and folders
  • Perform absolute directory changes
  • Back, forward and up directory navigation buttons
  • Change directories by clicking on folders
  • Scrollable and resizeable window

Preview

Preview

Dependencies

Build Instructions

If developing on Windows, install Xming. If developing on Mac, install XQuartz. If developing on a Debian-based GNU/Linux OS, install the xorg package.

If you are using Windows or Mac, you will need to setup X11 port forwarding with the X11 applications listed above. This will not be covering how to do this.

This will show how to build this project using Docker. At the moment, Docker is a requirement since there are some hardcoded file paths used in the program that are not of high priority to fix.

  1. Install Docker for your system and make sure it is running.
  2. git clone --recursive https://github.com/e7ite/E7FileManager.git
  3. If on Windows, run docker_image_run.ps1. On Mac and GNU/Linux, run docker_image_run.sh.
  4. Attach to the new Docker container with this or an analogous command docker exec -it filemanagerdevinst /bin/bash.
  5. cd /project/
  6. cmake -S . -B build
  7. cd build
  8. make This might take some time since clang-tidy static analysis occurs here.
  9. ctest
  10. To run the application, run ./e7fmgr. Program will hang and not do anything if X11 port forwarding was not setup correctly. Otherwise the program should be displayed.

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.