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

Propose the latest watched-repository when no param is given #15

Open
jdeniau opened this issue Nov 27, 2020 · 0 comments
Open

Propose the latest watched-repository when no param is given #15

jdeniau opened this issue Nov 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jdeniau
Copy link
Member

jdeniau commented Nov 27, 2020

It's quite usual to use watch-module with the same directories:

npx watch-module ../foo

But if we run npx watch-module we got the error You must specify a module's path !!!

It can be useful to have a list of recent repository used now that we have a configuration folder.

Example

Something like that:

carbon (4)

Pressing "enter" will run watch-module the selected line

Pressing "space" will select multiple lines and enter will watch the all lines.

Relative → absolute

If the path is relative, we should transform it to an absolute path in order to make this watch-module work everywhere.

@jdeniau jdeniau added the enhancement New feature or request label Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant