superguardado: comando limpieza (limpia procesos atascados de la Pi) + limpiar.py

This commit is contained in:
minguezsanzjuanjose
2026-08-02 22:49:59 +02:00
parent 33e50ca274
commit 5d232cd830
7 changed files with 339 additions and 1 deletions

1
.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1 @@
{}

1
.obsidian/appearance.json vendored Normal file
View File

@@ -0,0 +1 @@
{}

33
.obsidian/core-plugins.json vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"footnotes": false,
"properties": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": true,
"bases": true,
"webviewer": false
}

22
.obsidian/graph.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": false
}

189
.obsidian/workspace.json vendored Normal file
View File

@@ -0,0 +1,189 @@
{
"main": {
"id": "926bba7b6257cb83",
"type": "split",
"children": [
{
"id": "d8f7c226097458c7",
"type": "tabs",
"children": [
{
"id": "72506070fed1a695",
"type": "leaf",
"state": {
"type": "graph",
"state": {},
"icon": "lucide-git-fork",
"title": "Vista gráfica"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "84a364de2999912b",
"type": "split",
"children": [
{
"id": "8bab02b5105eeb5b",
"type": "tabs",
"children": [
{
"id": "487dc72c4c2ad06f",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-folder-closed",
"title": "Explorador de archivos"
}
},
{
"id": "245580e4caa54b56",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Buscar"
}
},
{
"id": "e78680f9daec255d",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-bookmark",
"title": "Marcadores"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "2a664eeb01bb6a0e",
"type": "split",
"children": [
{
"id": "7d195b329221cd02",
"type": "tabs",
"children": [
{
"id": "1ebc95b7268f14a7",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Enlaces entrantes"
}
},
{
"id": "a3196bc4461f5957",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Enlaces salientes"
}
},
{
"id": "464b357dcc7110d9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Etiquetas"
}
},
{
"id": "fce335174b5a3979",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-archive",
"title": "Todas las propiedades"
}
},
{
"id": "139ea07527216a59",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Esquema"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Abrir selector rápido": false,
"graph:Abrir vista gráfica": false,
"canvas:Crear nuevo lienzo": false,
"daily-notes:Abrir la nota de hoy": false,
"templates:Insertar plantilla": false,
"command-palette:Abrir paleta de comandos": false,
"bases:Crear nueva base": false
}
},
"active": "72506070fed1a695",
"lastOpenFiles": [
"vigilancia/__pycache__/limpiar.cpython-313.pyc",
"vigilancia/limpiar.py"
]
}