Skip to content

A very very simple cut-down version of zsh like terminal for file navigation written in Haskell

Notifications You must be signed in to change notification settings

TilakChad/HTerm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTerm

Basic file navigation tool for Linux bash like terminal

Build

Requires haskell compiler and cabal

  • Install Haskell Platform (Repo) or through ghcup
  • Install Cabal as build tool
  • Run cabal run from project root directory

Usage

Just run
Its more like ivy mode (used by Emacs)
Supports :

  • ~/ (tilde) -> switch to home directory
  • ../ -> switch to parent directory
  • Tab -> Directory contents if no match else complete current selection hint
  • Auto execution of file based on its extension (Add the rest yourself)
  • Glob-regex based searching

About

A very very simple cut-down version of zsh like terminal for file navigation written in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published