Skip to content

Commit

Permalink
Add Blanket (#281)
Browse files Browse the repository at this point in the history
* Add Blanket

* Remove Stremio
  • Loading branch information
natanjunges committed Jul 11, 2022
1 parent 5627700 commit 2dd3f30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -153,6 +153,7 @@ cog.out(pretty_list)
| [<img src=".github/direct.png" align="top" width="20" />](https://beersmith.com/) | `beersmith3` | <i>Home Brewing Software.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://bitwarden.com/) | `bitwarden` | <i>Open Source Password Manager.</i> |
| [<img src=".github/direct.png" align="top" width="20" />](https://www.bitwig.com/) | `bitwig-studio` | <i>Modern music production and performance.</i> |
| [<img src=".github/launchpad.png" align="top" width="20" />](https://github.com/rafaelmardojai/blanket) | `blanket` | <i>Improve focus and increase your productivity by listening to different sounds. Or allows you to fall asleep in a noisy environment.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://www.blockbench.net/) | `blockbench` | <i>A low-poly 3D model editor</i> |
| [<img src=".github/debian.png" align="top" width="20" />](https://brave.com/) | `brave-browser` | <i>Browse privately. Search privately. And ditch Big Tech.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://brisqi.com/) | `brisqi` | <i>An offline-first personal Kanban app.</i> |
Expand Down
7 changes: 7 additions & 0 deletions deb-get
Expand Up @@ -2186,6 +2186,13 @@ function deb_stremio() {
SUMMARY="Watch videos, movies, TV series and TV channels instantly."
}

function deb_blanket() {
PPA="ppa:apandada1/blanket"
PRETTY_NAME="Blanket"
WEBSITE="https://github.com/rafaelmardojai/blanket"
SUMMARY="Improve focus and increase your productivity by listening to different sounds. Or allows you to fall asleep in a noisy environment."
}

# Create an array to track those deb_ functions being loaded by this script
readonly DEB_GET_APPS=($(declare -F | grep deb_ | sed 's|declare -f deb_||g' | sort))

Expand Down

0 comments on commit 2dd3f30

Please sign in to comment.