added readme and some programs
This commit is contained in:
parent
471c592969
commit
bc1aa8e539
3 changed files with 20 additions and 1 deletions
4
.vscode/extensions.json
vendored
4
.vscode/extensions.json
vendored
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"yzhang.markdown-all-in-one"
|
||||
"yzhang.markdown-all-in-one",
|
||||
"pomdtr.excalidraw-editor",
|
||||
"esbenp.prettier-vscode"
|
||||
]
|
||||
}
|
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
Some random notes and lists I am keeping
|
||||
|
||||
- [Firefox](./firefox.md) → FF extensions and Filterlists (not yet)
|
||||
-
|
13
programs.md
Normal file
13
programs.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Programs
|
||||
|
||||
## GUI
|
||||
|
||||
- [rssguard](https://github.com/martinrotter/rssguard)
|
||||
|
||||
## CLI
|
||||
|
||||
- [just](https://just.systems/) Makefiles but for everyone
|
||||
|
||||
## Websites
|
||||
|
||||
- [wsrv.nl](https://images.weserv.nl/) → for preproccessing images on the fly
|
Loading…
Reference in a new issue