GithubHelp home page GithubHelp logo

tuxplorer's Introduction

Tuxplorer

Tuxplorer is a terminal-based file explorer, aimed at bringing the power and simplicity of file navigation and management to the terminal interface. Designed as my first real C project, Tuxplorer is currently in its early stages, featuring basic functionality.

Tuxplorer Screenshot

Current Features

  • Basic Navigation: Seamlessly move through your filesystem within the terminal.
  • File Viewing: List files and directories in the current directory.
  • Text Editor Integration: Open and edit text files directly with your favorite text editor (default is vim) by pressing enter on a selected file.
  • File Operations: Perform common file operations such as rename, delete, and create directly within Tuxplorer.
  • Shortcuts: Quick access shortcuts to frequently used directories such as Desktop, Documents, etc.
  • Pin Folders: Ability to pin favorite folders for easy access.
  • Config Files: Customize Tuxplorer's behavior through user-defined configuration files.
  • Image Preview: Preview images. (Note: currently only works on kitty terminals without tmux!)

Getting Started

To try out Tuxplorer, you'll need to have gcc, ncurses, libsixel and libconfig installed on your system. It is also using stb_image so the feature may not work without it. I am currently working on a package build but for now this'll have to do.

Installation

  1. Clone the repository: git clone https://github.com/Pand3ru/Tuxplorer
  2. Change to the Tuxplorer directory: cd Tuxplorer
  3. Compile the project: make
  4. Install: sudo make install

Contributing

Contributions are welcome :)

License

Distributed under the MIT License. See LICENSE for more information.

tuxplorer's People

Contributors

pand3ru avatar daenges avatar

Stargazers

Ripplecrest avatar Sushant Sharma avatar  avatar Arda Fikret Azakli avatar  avatar  avatar  avatar webmessiah avatar Dante avatar  avatar Himanshu Sardana avatar Rujaun Fourie avatar Zenith avatar Bitkiwi avatar mxstikr0w avatar  avatar Adrian avatar

Watchers

 avatar

Forkers

daenges

tuxplorer's Issues

Add broader image preview support

Preferably: Konsole, XTerm.

Can't get the sixel to print on cursor position with initial approach. Will keep Sixel code just in case

Search file

Search file in system or just current folder?

These are the questions.

I think searching entire system consumes too much resources. Makes my life easier I guess

issue While compiling

Linking: obj/config.o obj/controls.o obj/dirFunctions.o obj/draw.o obj/globals.o obj/main.o obj/media.o into bin/tuxplorer
/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: obj/controls.o: undefined reference to symbol 'stdscr'
/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: /usr/lib64/libtinfo.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [Makefile:38: bin/tuxplorer] Error 1

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.