Skip to content

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Gallide

Release

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

Showcase · Features · Getting Started · Installation

Showcase

Gallide.Demo.2.webm

Features

  • TUI for viewing files and directories
  • Vi controls support
  • fully customizable (with transparent background !)
  • cd-like usage
  • zoxide compatibility

Getting Started

Usage:

   g --help #displays help menu
   g #opens the GUI
   g <folder> #cd-like usage
   g -z <folder> #use zoxide

Configurating

  1. Open ~/.config/gallide/gallide.conf
    • ~/.config/gallide.conf is also a valid filepath
  2. Refer to the Wiki to know what field to edit

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
    

Prerequesites

  • cargo
  • curl
  • bash (I think)
  • zoxide (with -z paramter; optional)

note : this also works as an update script

What's next ?

  • Add preview




Powered by Rust 🦀

About

A Rust-Powered tui for cd

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages