The command line interface to add any project as favorite and open it from anywhere using just one command. Use copen add
to add and copen open <project_name>
to open. See commands to get idea on more things supported by Code Opener CLI.
pip install code-opener-cli
copen see
-
Method 1 :
- Adding Project just requires you to go to project using
cd
for the first time and type commandcopen add
as follows :
cd path/to/your/project copen add
- This will ask for project name, give any nick name to project which is handy to you and press Enter.
Done 😄, now you can open this project from anywhere . - Adding Project just requires you to go to project using
-
Method 2 : You can also directly add using one of the following single command :
- Using short name
-pn
:copen add -pn <project_name>
- Using defualt Option name :
copen add --project-name <project_name>
- Using short name
After a project is added , you can easily open it from anywhere using this command . Remember that project_name is the name/nick name that you gave to your project .
copen open <project_name>
-
Method 1 :
- Removing Project is very easy using
copen remove
- This will ask you for the project name and confirmation.
-
Method 2 : You can also directly remove using one of the following single command :
- Using short name
-pn
:copen remove -pn <project_name>
- Using defualt Option name :
copen remove --project-name <project_name>
- Using short name
copen
: Will display welcome messagecopen --help
: Provides list of commandscopen <add/remove/see/open> --help
: Provides you help for particular commandcopen --version
: Provides you the version of code-opener-cli
Let's take this project to next level together 🎉 You can find the guidelines to contribute to this project here.
All notable changes to this projects can be found in CHANGELOG.md . Currently, this CLI supports on VSCode, but support for other code editors/IDE's will be added soon 😄 .