Giter VIP home page Giter VIP logo

wd-c's Introduction

wd

wd (warp directory) lets you jump to custom directories in your terminal, without using cd. Why? Because cd seems inefficient when the folder is frequently visited or has a long path.

NOTE: This is a port written in c, which can be used in all shells using wrappers. If you're using oh-my-zsh, check out the original wd.

Install

To install properly you need to

  1. compile and install binary (/usr/bin/_wd)
  2. copy and source the wanted wrapper function (wd)

1. Binary (_wd)

Manual

Checkout / download latest release

# make
# make install

Arch (AUR)

# yaourt -S wd-git

2. Wrapper (wd)

Link (or copy) wrapper of your desired shell somewhere convenient. There are wrappers for sh, zsh and fish, but the sh should conquer all, no matter shell.

Example for bash using the .sh wrapper:

# ln -s /usr/share/wd/wd.sh ~/bin/wd.sh
# echo "source ~/bin/wd.sh" >> ~/.bashrc

Usage

See original README.

Note that argument syntax has changed to standard getopt_long (prefixed with single og double dash, e.g. -a / --add), and that some functions are not yet implemented (see list below).

Contribution

Use the test suite with

# make debug
# make test

Not yet implemented:

  • Warp directly to subdirectory of point
  • Overwriting (force flag)
  • Clean rc-file
  • Tab completion (bash is implemented)

wd-c's People

Contributors

mfaerevaag avatar mischnic avatar

Stargazers

José Pereira avatar Rick Blundell avatar eg avatar Shijin Shyam avatar Ishan Goel avatar Berkeley Martinez avatar Scott avatar fall simply avatar Olivier DOSSMANN avatar Eric Claerhout avatar Rafael Bodill avatar Ryan Keeley avatar Stephan Ruttloff avatar Jack Wilsdon avatar Dylan James Wagner avatar Marcus Baw avatar Dean Ashton avatar Michael Hood avatar Harald Kirkerød avatar Sergey Rublev avatar Danylo Fedorov avatar  avatar DC* avatar Julien Bourdeau avatar

Watchers

James Cloos avatar Dylan James Wagner avatar  avatar xuechaoc avatar  avatar

Forkers

brbrown25

wd-c's Issues

make file error

I get an error "Makefile:13: *** missing separator. Stop." when i'm executing command "make".

command in a makefile must start with a tab.

please fix it, thanks.

Can't Make on Mac

When I run make on my Mac, I get an error ..

~/wd-c (master) $ make
rm -rf bin/*
cd src && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile.src
cc -W -pedantic -Werror -Wall -std=gnu99 -fno-strict-aliasing -fno-common -Wno-unused-parameter -fstrict-aliasing -fstrict-overflow -Wno-return-local-addr -O3 -c config.c -o ../bin/config.o
error: unknown warning option '-Wno-return-local-addr'; did you mean
      '-Wno-return-stack-address'? [-Werror,-Wunknown-warning-option]
make[1]: *** [../bin/config.o] Error 1
make: *** [build] Error 2

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.