-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 parent
d5c382b
commit 879a885
Showing
1 changed file
with
18 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Roadmap | ||
|
||
> Here are a list of features coming soon... | ||
* github driver to use node-github | ||
* github enterprise support | ||
* bitbucket.org support | ||
* well-defined spec for driver | ||
* separate packages for drivers | ||
* `--create` option (create new repo) | ||
* `--pull-all` option (pull on all repos) | ||
* zsh completions | ||
* nvm support (n support was recently added, let's throw a bone to the nvm folks) | ||
* `--search` option (code search, probably will be delegated to ripgrep with fallback to grep) | ||
|
||
## Long-Term Roadmap | ||
|
||
* `--server` support (run bitcar as a server which a bitcar client can then be configured to use as cache and/or code search. |