Trevor Brown
c6145d08d0
Update version to 0.8.0
2020-09-07 20:16:35 -04:00
James Hegedus
96b87f4c96
docs: link to Homebrew common issues from documentation site ( #795 )
2020-09-08 09:07:17 +10:00
Trevor Brown
8745ae8a62
Add details on implementing backwards compatible plugins to documentation
...
Fixes #768
2020-09-07 11:00:54 -04:00
Dave Nicolson
1479ec83be
fix: fish init command ( #792 )
2020-09-01 08:10:50 +10:00
James Hegedus
cc929d2fdf
docs: link to our community and place(s) for q&a ( #775 )
2020-08-11 09:03:13 +10:00
Daniel Perez
f09532478b
Merge pull request #774 from jthegedus/docs/homebrew-prefix
...
fix: revert to cmds to precompute brew prefix on addition to shell config
2020-08-10 01:28:48 +01:00
James Hegedus
a76880d25a
fix: typo in subshell for fish instructions
2020-08-10 09:03:05 +10:00
James Hegedus
1a4c1c15b8
fix: revert to commands to precompute brew prefix on addition to shell config
2020-08-09 22:57:50 +00:00
Trevor Brown
e0142eed55
Update version to 0.8.0-rc1
2020-07-31 09:01:41 -04:00
Trevor Brown
cc0023b022
feat: plugin documentation callback support 🎉 ( #757 )
2020-07-31 18:47:18 +10:00
Trevor Brown
62d2d9cb8b
Merge pull request #760 from fajpunk/install-one-tool
...
Install one tool specified in .tool-versions
2020-07-15 08:38:23 -04:00
Dan Fuchs
6a1855e26f
Install one tool specified in .tool-versions
...
`asdf install <name>` installs that single tool at the version specified
in `.tool-versions`. If there is no `.tool-versions` or if that tool is
not in it, an error message is shown and `asdf` exits `1`.
Implements #759
2020-07-09 18:16:50 -05:00
Dan Fuchs
ae87dca99f
Docs: Clarify shim creation for writing plugins
2020-07-09 09:51:19 -05:00
Kazuki Suda
15f7227933
Use v1 plugin-test action instead of v1.0.0 in document
2020-06-30 10:33:03 +09:00
James Hegedus
605be10046
docs: synchronize help text ( #742 )
2020-06-17 08:25:04 +10:00
Alexandre ZANNI
f5c7dae331
fix: asdf shell command docs & help output ( #737 )
...
Co-authored-by: James Hegedus <james@jthegedus.com>
2020-06-13 10:43:52 +10:00
James Hegedus
45fffa9ce3
docs: improve introduction and lift dependencies higher ( #740 )
2020-06-11 10:28:28 +10:00
raimon
a39f26cd0c
Fix dead link by changing the extension to sh
2020-05-28 23:56:48 +09:00
Trevor Brown
a7252e687a
Merge pull request #669 from asdf-vm/tb/keep-source
...
Keep Source
2020-05-14 09:24:48 -04:00
Cal Jacobson
a90793547b
Fix typo in docs/core-manage-versions.md ( #722 )
2020-05-09 16:22:17 +10:00
Trevor Brown
2a058af9eb
Merge branch 'master' into tb/keep-source
2020-05-08 10:21:59 -04:00
Danny Guo
5003cbdc85
Fix a typo in the env command documentation ( #717 )
2020-04-30 19:21:19 +10:00
Alexandre ZANNI
ad73ea1fe2
docs: asdf dependencies for openSUSE and ArchLinux ( #714 )
2020-04-27 08:23:48 +10:00
James F McMahon
bdc7dd8aa8
Documentation: Fix Fish source syntax ( #709 )
2020-04-25 11:25:08 +10:00
Trevor Brown
4f2c6ad91d
Change plugin dependencies section to asdf dependencies ( #710 )
2020-04-25 11:24:32 +10:00
James Hegedus
678b3efc35
Documentation install section update ( #699 )
2020-04-21 11:34:45 +10:00
Trevor Brown
4a3e3d6ebd
Update version to 0.7.8
2020-03-23 09:36:32 -04:00
Jochen Schalanda
3c3f0e67f6
Rename custom plugin-add/plugin-remove for plugins ( #684 )
...
Rename custom scripts for `plugin-add` and `plugin-remove` phases in plugins to make clear when they are executed:
`plugin-add` -> `post-plugin-add`
`plugin-remove` -> `pre-plugin-remove`
2020-03-22 12:57:54 +11:00
Jochen Schalanda
57186be6d9
Support customizing plugin-add and plugin-remove
...
* Add support for custom `plugin-add` and `plugin-remove` in plugins
* Add configurable command hooks for plugin installation and removal
```shell
pre_asdf_plugin_remove = echo will remove plugin ${1}
pre_asdf_plugin_remove_foo = echo will remove plugin foo
post_asdf_plugin_remove = echo removed plugin ${1}
post_asdf_plugin_remove_foo = echo removed plugin foo
```
Closes #670
2020-03-21 14:59:33 +01:00
James Hegedus
3246c26d52
fix: remove automatic compinit ( #678 )
...
* fix: remove automatic compinit
Raised by concerns in https://github.com/asdf-vm/asdf/issues/674 about performance implications and unexpected intrusive behaviour
* docs: fix ZSH compinit recommendations
* docs: clarify zsh completions further
* docs: fpath steps and notes on framework plugins
* docs: be verbose in explanation
* fix: remove fpath & compinit calls
2020-03-20 07:37:25 +11:00
Victor Borja
9536de6c4a
Remove old README.
2020-03-16 09:18:23 -06:00
Victor Borja
0dee6a7051
Fixes to extension commands documentation.
2020-03-16 08:28:55 -06:00
Victor Hugo Borja
a26bed6586
Make sure extension commands are properly displayed by asdf help
2020-03-15 11:45:09 -06:00
Trevor Brown
dd608b869c
Add documentation on always_keep_download configuration option
2020-03-06 18:03:12 -05:00
Trevor Brown
09df6851dd
fixup! Add documentation on new bin/download script
2020-03-06 18:03:12 -05:00
Trevor Brown
7bf33e8dfd
Add documentation on new bin/download script
2020-03-06 18:03:12 -05:00
Trevor Brown
4b2b71a070
Update version to 0.7.7
2020-03-04 09:13:43 -05:00
Victor Borja
7cdfc0fa2a
Merge pull request #664 from asdf-vm/tb/file-extensions
...
Add .bash file extension to files executed by Bash
2020-03-02 14:39:26 -06:00
Trevor Brown
8b90d883ee
Require .bash extension for plugin extension commands
2020-03-02 13:13:20 -05:00
Trevor Brown
52cbf1165c
Add .bash file extensions to files containing code executed by Bash
2020-03-02 12:48:05 -05:00
James Hegedus
73c44e09ad
improve zsh docs now we have our own completions
2020-02-19 16:09:06 -05:00
Phil Pennock
a8016c321d
zsh-native asdf completion setup
...
Add a zsh-native completion system function for `asdf`.
I too often hit snags with bash completions in zsh, so I bias strongly
towards zsh-native completions.
This needs to end up in `$fpath` with a filename of `_asdf` but it
seemed unfriendly to use that name in this repo, so call it `_asdf.zsh`
and document a symlink. Mark the file as executable to be compatible
with one convention of "personal functions should only autoload if
executable" (but that's probably so historic that very few people still
use it; I'm one of them, though).
2020-02-19 16:06:00 -05:00
James Hegedus
a409b334a9
Merge branch 'master' into master
2020-02-14 17:14:33 +11:00
Raul de Melo
4911678c5b
docs: update example with maintained project url ( #652 )
2020-02-10 08:00:41 +11:00
Jesse Jackson
3a4342a6be
Update examples using subcommands
...
Replace references to aliases in the form of
`command-subcommand` with `command subcommand`
2020-01-30 15:59:05 -06:00
Victor Hugo Borja
6207e42cec
Update version to 0.7.6
2019-12-15 23:09:57 -06:00
Andrew Cole
5bb651af58
Update installation for Zsh on macOS Catalina
2019-12-09 11:17:44 -08:00
Aaron Ross
5ca74a8012
docs: update plugin-* usage
2019-12-08 21:18:09 -05:00
John Meguerian
743035d0d3
Add instructions to use latest branch with Homebrew
...
Related to #598
this adds a line of instruction for how to install with homebrew and pull in the latest changes from master.
2019-12-02 11:00:08 -05:00
Victor Hugo Borja
41461b22df
Mention asdf-vm/actions for testing plugins
2019-11-30 18:30:26 -06:00