Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add completion support for activate #869

Merged
merged 1 commit into from
Nov 2, 2018

Conversation

00vareladavid
Copy link
Contributor

@00vareladavid 00vareladavid commented Oct 31, 2018

Iterative path completion for activate. Also includes support for activate --shared.

Examples:

(Pkg) pkg> activate --shared 
foobar v1.0
(Pkg) pkg> activate /
sys/      opt/       root/      lib64/     lib/       mnt/       bin/       run/       var/       tmp/
nix/      boot/      usr/       proc/      home/      dev/       etc/       srv/       .emacs.d/  sbin/

Includes a small fix for #839.
Should resolve #834.

@00vareladavid 00vareladavid force-pushed the 00/add/activate_completions branch from b16e3f5 to 1404799 Compare October 31, 2018 02:07
@00vareladavid
Copy link
Contributor Author

bors try

bors bot added a commit that referenced this pull request Oct 31, 2018
@bors
Copy link
Contributor

bors bot commented Oct 31, 2018

@00vareladavid
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request Nov 1, 2018
869: Add completion support for `activate` r=00vareladavid a=00vareladavid

Iterative path completion for `activate`. Also includes support for `activate --shared`.

Examples:
```
(Pkg) pkg> activate --shared 
foobar v1.0
(Pkg) pkg> activate /
sys/      opt/       root/      lib64/     lib/       mnt/       bin/       run/       var/       tmp/
nix/      boot/      usr/       proc/      home/      dev/       etc/       srv/       .emacs.d/  sbin/
```

Includes a small fix for #839.
Should resolve #834. 

Co-authored-by: David Varela <[email protected]>
@bors
Copy link
Contributor

bors bot commented Nov 1, 2018

Timed out

@00vareladavid
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request Nov 2, 2018
869: Add completion support for `activate` r=00vareladavid a=00vareladavid

Iterative path completion for `activate`. Also includes support for `activate --shared`.

Examples:
```
(Pkg) pkg> activate --shared 
foobar v1.0
(Pkg) pkg> activate /
sys/      opt/       root/      lib64/     lib/       mnt/       bin/       run/       var/       tmp/
nix/      boot/      usr/       proc/      home/      dev/       etc/       srv/       .emacs.d/  sbin/
```

Includes a small fix for #839.
Should resolve #834. 

Co-authored-by: David Varela <[email protected]>
@bors
Copy link
Contributor

bors bot commented Nov 2, 2018

@bors bors bot merged commit 1404799 into JuliaLang:master Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tab completion in pkg> activate
2 participants