Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
obar1 committed Dec 13, 2023
1 parent a2f0e95 commit 0133966
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# readme

| SQ | CI | CodeSpace |
|--------------|-----------|------------|
| [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=obar1_0to100)](https://sonarcloud.io/summary/new_code?id=obar1_0to100) | ![](https://github.com/obar1/0to100/actions/workflows/makefile.yml/badge.svg) | [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/obar1/0to100?quickstart=1) |
| SQ | CI | CodeSpace |
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=obar1_0to100)](https://sonarcloud.io/summary/new_code?id=obar1_0to100) | ![](https://github.com/obar1/0to100/actions/workflows/makefile.yml/badge.svg) | [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/obar1/0to100?quickstart=1) |

## oto100

Expand All @@ -20,16 +20,18 @@ pip install -r requirements.txt
cp ./zero_to_one_hundred/tests/resources/map.yaml .
cat map.yaml
```

![](ab67dd2b-7c12-4cdf-a7a5-f773c2b67919.png)

```bash
export MAP_YAML_PATH='map.yaml' && python ./main.py help
# tip: add it to .bash_rc etc or some shell script
# tip: add it to .bash_rc etc or some shell script
export MAP_YAML_PATH=$(pwd)/map.yaml
python ./main.py help

```

![](50a86373-910b-4a12-85ef-251b6d4f08f0.png)


### daily usage:

- create new section
Expand All @@ -44,9 +46,9 @@ url=https://cloud.google.com/help
python ./main.py create_section $url
#...etc
```

![](9b873c30-eccb-4c17-9d36-1c302060f5c3.png)


## oto100 safari books :construction:

0 to 100 ... learn anything from safari books https://learning.oreilly.com/member/login/
Expand All @@ -56,7 +58,7 @@ python ./main.py create_section $url
https://github.com/lorenzodifuccia/safaribooks

> just a sample
![](a1aef2bb-ce75-4288-8051-512ca8865522.png)
> ![](a1aef2bb-ce75-4288-8051-512ca8865522.png)
### 1st time usage:

Expand All @@ -71,15 +73,16 @@ cp ./zero_to_one_hundred/tests_sb/resources/map.yaml .
cat map.yaml

```

![](a4b09e11-9f1f-4098-a4e2-77d6df85226a.png)

```bash
vim map.yaml
# add your membership details :)
# add your membership details :)

export MAP_YAML_PATH='map.yaml' && python ./main_sb.py help

# tip: add it to .bash_rc etc or some shell script
# tip: add it to .bash_rc etc or some shell script
```

![](63fd79b5-ad41-45fd-a2dc-367f317bcc0c.png)
Expand All @@ -96,18 +99,15 @@ python ./main_sb.py create_meta_book $url


```

> add your membership details :) and it will work
![](c81254c5-058e-419a-b9c3-e967be2e5302.png)



>ex with mine :)
![](image.png)
> ex with mine :)
![](f5ac382b-dafe-4ba7-ba82-a3cabc01553e.png)

and you have a `toc.md` for free to use as index

![](d05502bb-4b90-422f-9624-568d9f02cd08.png)

File renamed without changes

0 comments on commit 0133966

Please sign in to comment.