Skip to content

Commit

Permalink
Add notes directory and display graphdata.json and orgPath in create_…
Browse files Browse the repository at this point in the history
…notes.sh
  • Loading branch information
ikoamu committed Jan 27, 2024
1 parent 3d0cf29 commit 38da706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
DS_Store
graphdata.json
notes/
4 changes: 4 additions & 0 deletions create_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ orgPath=$1

mkdir -p notes

cat graphdata.json

ls -ls "${orgPath}"

cat graphdata.json |
jq -c '.data.nodes[]' |
while read -r nodes; do
Expand Down

0 comments on commit 38da706

Please sign in to comment.