-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
224 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: 🔭 Roadmap | ||
cascade: | ||
type: docs | ||
weight: 800 | ||
url: /docs/roadmap | ||
--- | ||
|
||
This page lists the features that I would like to implement in Valet. They come in addition to new features described in the [issues][valet-issues]. | ||
|
||
- Improve the self install script / check for updates by comparing the version number / suggest the user to git pull the repositories existing under .valet.d. Also add snippets and all functions... | ||
- rebuild | ||
- add path to valet on windows as well | ||
- Add full support for interactive mode. | ||
- For dropdown with a set list of options, we can verify that the input value is one of the expected value. | ||
- Generate an autocompletion script for bash and zsh. | ||
- Self-command to create a new command interactively. | ||
- Create a valet-community-commands where everyone can contribute to new default commands for Valet. | ||
- Add a command self package that build the user commands into a single script file. | ||
- fix running tests with verbose mode on. | ||
- Have a consistent look and feel for interactive functions. | ||
- Reimplement usage of main::sortCommands / main::addLastChoice. | ||
- Betters checks in self build! | ||
- A command can declare dependencies to auto check if some tools are installed before running the command. | ||
- add valet in brew | ||
- For argument and option autocompletion, accept any multiline string that will be eval and that should set RETURNED_ARRAY with the list of possible completion. | ||
- allow to do that: `eval "$(valet self uninstall)"` to clean everything up | ||
- functions: | ||
- head / tail from file. | ||
- test if folder is writeable | ||
- Implement regex replace in pure bash. | ||
|
||
|
||
[valet-issues]: https://github.com/jcaillon/valet/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: 🔭 Roadmap | ||
cascade: | ||
type: docs | ||
weight: 800 | ||
url: /docs/roadmap | ||
--- | ||
|
||
This page lists the features that I would like to implement in Valet. They come in addition to new features described in the [issues][valet-issues]. | ||
|
||
- Improve the self install script / check for updates by comparing the version number / suggest the user to git pull the repositories existing under .valet.d. Also add snippets and all functions... | ||
- rebuild | ||
- add path to valet on windows as well | ||
- Add full support for interactive mode. | ||
- For dropdown with a set list of options, we can verify that the input value is one of the expected value. | ||
- Generate an autocompletion script for bash and zsh. | ||
- Self-command to create a new command interactively. | ||
- Create a valet-community-commands where everyone can contribute to new default commands for Valet. | ||
- head / tail from file. | ||
- Add a command self package that build the user commands into a single script file. | ||
- fix running tests with verbose mode on. | ||
- Have a consistent look and feel for interactive functions. | ||
- Reimplement usage of main::sortCommands / main::addLastChoice. | ||
- Implement regex replace in pure bash. | ||
- Betters checks in self build! | ||
- A command can declare dependencies to auto check if some tools are installed before running the command. | ||
- Add test:: and also add a snippet to create a new function. | ||
- add valet in brew | ||
- For argument and option autocompletion, accept any multiline string that will be eval and that should set RETURNED_ARRAY with the list of possible completion. | ||
- allow to do that: `eval "$(valet self uninstall)"` to clean everything up | ||
|
||
|
||
[valet-issues]: https://github.com/jcaillon/valet/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: 🔭 Roadmap | ||
cascade: | ||
type: docs | ||
weight: 800 | ||
url: /docs/roadmap | ||
--- | ||
|
||
This page lists the features that I would like to implement in Valet. They come in addition to new features described in the [issues][valet-issues]. | ||
|
||
- Improve the self install script / check for updates by comparing the version number / suggest the user to git pull the repositories existing under .valet.d. Also add snippets and all functions... | ||
- rebuild | ||
- add path to valet on windows as well | ||
- Add full support for interactive mode. | ||
- For dropdown with a set list of options, we can verify that the input value is one of the expected value. | ||
- Generate an autocompletion script for bash and zsh. | ||
- Self-command to create a new command interactively. | ||
- Create a valet-community-commands where everyone can contribute to new default commands for Valet. | ||
- Add a command self package that build the user commands into a single script file. | ||
- fix running tests with verbose mode on. | ||
- Have a consistent look and feel for interactive functions. | ||
- Reimplement usage of main::sortCommands / main::addLastChoice. | ||
- Betters checks in self build! | ||
- A command can declare dependencies to auto check if some tools are installed before running the command. | ||
- add valet in brew | ||
- For argument and option autocompletion, accept any multiline string that will be eval and that should set RETURNED_ARRAY with the list of possible completion. | ||
- allow to do that: `eval "$(valet self uninstall)"` to clean everything up | ||
- implement a long running task wait spinner using coproc | ||
- functions: | ||
- head / tail from file. | ||
- test if folder is writeable | ||
- Implement regex replace in pure bash. | ||
|
||
|
||
[valet-issues]: https://github.com/jcaillon/valet/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.