FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
scripts/workspace/mgconsole at main · gitbuda/scripts · GitHub
gitbuda
/
scripts
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
scripts
/
workspace
/
mgconsole
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
26 lines (23 loc) · 748 Bytes
Breadcrumbs
scripts
/
workspace
/
mgconsole
Copy path
File metadata and controls
executable file
·
26 lines (23 loc) · 748 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!
/bin/bash
script_directory=
"
$(
cd
"
$(
dirname
"
${BASH_SOURCE[0]}
"
)
"
&&
pwd
)
"
#
shellcheck disable=SC1091
source
"
$script_directory
/../workspace-util
"
session_name=
"
mgconsole
"
#
shellcheck disable=SC2154
root_directory=
"
${root_workspace_dir}
/code/memgraph/mgconsole
"
repo_url=
"
git@github.com:memgraph/mgconsole.git
"
if
[[
$#
-eq
0 ]]
;
then
start_session
"
${session_name}
"
"
${root_directory}
"
\
"
code
"
"
nvim README.md
"
\
"
run
"
"
"
\
"
todo
"
"
"
\
"
todo
"
"
"
\
"
todo
"
"
"
\
"
memgraph
"
"
"
\
"
release
"
"
"
\
"
search
"
"
"
\
"
vcs
"
"
"
attach_session
"
${session_name}
"
else
workspace_action
"
$1
"
"
${session_name}
"
"
${script_directory}
"
"
${root_directory}
"
"
${repo_url}
"
fi
Back
|
FazBrowse Home
|
New Git URL