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 an edit subcommand #6

Closed
brianp opened this issue May 26, 2016 · 0 comments · Fixed by #42
Closed

Add an edit subcommand #6

brianp opened this issue May 26, 2016 · 0 comments · Fixed by #42
Labels

Comments

@brianp
Copy link
Owner

brianp commented May 26, 2016

Add a subcommand that will open the users default editor to make changes on the supplied project file.

Ex.

$ muxed edit my_project

Where vi would open to edit the file ~/.muxed/my_project.yml

The subcommand should also accept -p as an argument for path where to find the file.
Ex.

$ muxed edit my_project -p ~/.my_muxed_projects/

Where vi would open to edit the file ~/.my_muxed_projects/my_project.yml

@brianp brianp added the feature label May 26, 2016
brianp added a commit that referenced this issue Dec 10, 2019
Creates easy access for editing project files.

Closes #6
brianp added a commit that referenced this issue Dec 10, 2019
Creates easy access for editing project files.

Closes #6
brianp added a commit that referenced this issue Dec 10, 2019
Creates easy access for editing project files.

Closes #6
brianp added a commit that referenced this issue Dec 11, 2019
Creates easy access for editing project files.

Closes #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant