Skip to content

zhanglistar/quickcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

quickcd

introduction

Blazing fast cd with features as follows:

  1. use inverted index structure
  2. a c/s architechture
  3. local rpc
  4. use watchdog monitoring changes

install

  1. clone this repo.

  2. add the following line to .zshrc for zsh source $REPO_DIRECTORY/zsh_go.sh or the following for bash source $REPO_DIRECTORY/bash_go.sh

  3. modify server.conf

  4. start server: python server.py

  5. use the command: go $directory to where you want.

Enjoy it!

TODO

  1. sort optimazation
  2. add feature of dumping to file and loading from file
  3. fuzzy search directory

About

Quick cd using indexed directories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published