Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.11 KB

File metadata and controls

37 lines (26 loc) · 1.11 KB
# Gallide

Release

Instead of constantly typing cd, ls, and clear to navigate your files, you now have to write a single command: g

Getting Started    Installation    What's next ?    Download the latest release

Getting Started

Demo.Video.For.Gallide.webm

Installation

  1. Run the installation script
    curl -fsSL https://github.com/Djalcoding/Gallide/releases/latest/download/install_gallide.sh| bash
    
  2. Add this to your .bashrc
    eval "$(gallide --init)" # This will enable the g alias
    

What's next ?

  • Add the ability for Gallide to behave like the default cd command
  • Add file compatibility
  • Add preview of the content of a folder
  • Add configuration file

TODO : Rework README