Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bahamas10/ysap

You Suck at Programming - Dave Eddy
https://github.com/bahamas10/ysap

bash linux shell-scripting unix

Last synced: 2 days ago
JSON representation

You Suck at Programming - Dave Eddy

Awesome Lists containing this project

README

        

![You Suck at Programming Banner](https://files.daveeddy.com/ysap/github-banner.png)

`ysap` - You Suck at Programming
================================

A series on programming (actually just bash scripting) on youtube, tiktok and
instagram.

https://ysap.sh

Repository
----------

- [episodes/](episodes/) - scripts and notes used during videos
- [website/](website/) - scripts used for creating the [ysap.sh](https://ysap.sh) site

Episodes
--------

Updated list of episodes can be seen here:

https://ysap.sh

You can also access it on your terminal with:

```
$ curl ysap.sh
_ _ ___ __ _ _ __
| | | / __|/ _` | '_ \ You Suck at Programming
| |_| \__ \ (_| | |_) | Episodes and guide by dave eddy
\__, |___/\__,_| .__/ https://ysap.sh
__/ | | |
|___/ |_| Source: https://github.com/bahamas10/ysap

+ ------------------------- + -------------------------------------- + -------------------- +
| TITLE | DESCRIPTION | VIDEO |
+ ------------------------- + -------------------------------------- + -------------------- +
| 1. Bash Intro | An introduction to bash | https://ysap.sh/v/1 |
| 2. Bash Arguments | Parsing arguments in bash | https://ysap.sh/v/2 |
| 3. Bash Reading Files | Reading files in bash | https://ysap.sh/v/3 |
| 4. Subshell Basics | What happens when you find | while | https://ysap.sh/v/4 |
...
+ ------------------------- + -------------------------------------- + -------------------- +
last updated: Sat Jul 13 17:45:58 UTC 2024
```

Notes For Dave
--------------

```
Terminal size: 78x24
Zoom command+ 3x

PS1='\[\e[1;32m\]\$ \[\e[0;0m\]'
```

License
-------

All code licensed under the MIT License