Seb Glazebrook

Results 9 issues of Seb Glazebrook

Love what you've done! I wrote something similar (but not the same) a while back. https://github.com/sebglazebrook/infinite-pipe I think stuff like this is super useful and really changed the way you...

pure ❤️

When I try to clone repo it blows up saying "user not found" It looks like the code first checks to see if the user exists and if not found...

# Proposal: smart/dynamic auto-completion of aliases ## Problem If I have an alias `g` that completes to 'git' I don't see the git bash completion ## Solution Dynamically work out...

enhancement

If you run `aliases rehash` and a new alias isn't created it's hard to see why. Maybe we could add a `--debug` or `--trace` or something so you can see...

enhancement

# Proposal: enable parent aliases ## Problem If the working dir is `~/code/my-cool-app` and I have a `.aliases` file there but I'm in the `./test` dir I want to be...

enhancement

# Proposal: man pages to enhance the documenation ## Problem The cli command descriptions only allow 1 line of text ## Solution Using man pages will allow us to describe...

enhancement

# Proposal: Increased cli for `aliases remove` Currently `aliases remove` only takes an alias name. ## User story As a user I want to be able to remove user aliases...

enhancement

# Proposal: Interactive mode when executing an alias ## Problem Depending on how you use aliases things can get quite abstracted. You can nest aliases, use positional parameters, pass through...

enhancement

# Proposal: aliases search So this is just documenting mu thought process around this. Given you can clone a user and it automatically looks for user's in `github.com/username/dot-aliases` Example command/usage"...

enhancement