GithubHelp home page GithubHelp logo

adrieankhisbe / diractions Goto Github PK

View Code? Open in Web Editor NEW
31.0 31.0 1.0 185 KB

๐Ÿ‘จโ€๐Ÿ’ป Doing Anything, Anywhere, from Here [zsh] ๐Ÿš

License: MIT License

Shell 95.24% Ruby 4.76%
hacktoberfest navigation shell zsh

diractions's Introduction

Hello ๐Ÿ‘‹

I'm Adrien Readme ๐Ÿ˜‰

๐Ÿ—๏ธ In Building

๐Ÿ“ป Stay tuned!

diractions's People

Contributors

adrieankhisbe avatar nightmachinery avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nightmachinery

diractions's Issues

Add eval-quoted

Currently,

somedirac , count-arg โ€˜1 2 3โ€™
# outputs 3

I propose adding:

somedirac ,, count-arg โ€˜1 2 3โ€™
# outputs 1
somedirac ,, echo โ€˜*โ€™
# outputs *

You can use these functions for eval-quoting:

reval () {
 eval "$(gquote "$@")"
}
gquote () {
 print -r -- "${(q+@)@}"
}

Improved installation notes

Installation notes without antigen, with antibody, and with whatever else

(special way to install as zsh custom plugin)

Space in dir names not supported

    diraction-batch-create --create-missing-dir <<< "
    dl  $HOME/Downloads
    vdl  $HOME/Downloads/video
    tdl  $HOME/Downloads/Telegram\\ Desktop
"
At line 4, invalid number of argument: tdl /Users/evar/Downloads/Telegram Desktop
Error occured during batch create, so stopping the process:
4 tdl /Users/evar/Downloads/Telegram Desktop

Completion for `command /<Tab>` works differently from `command cd <Tab>`

Given:

astyagun-mbp% diraction ls
List of diractions:
code     -  ~/Code
astyagun-mbp% code ls | grep rails
docker-rails-development

This works:

astyagun-mbp% code cd rails<Tab>
->
astyagun-mbp% code cd docker-rails-development

But this doesn't:

astyagun-mbp% code /rails<Tab>
 -- no matches found --

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.