Files
Fuzzy file finder, folder browser and CodeMirror editor for the pane's folder.
- web · html
- by alekdob
- v0.1.0
- 3 x 6 cells
- editor
- files
about
A fuzzy file finder over the pane's folder (fd when installed, find otherwise), a folder browser, and a CodeMirror 5 editor with save, new file and Cmd+F search.
It talks to blockodile only through the injected SDK: fs.list, fs.read, fs.write and shell.run. The whole module is one HTML file with CodeMirror inlined, about 120 lines of its own code.
The colours come from blockodile.theme, so it looks native. Follows the pane: switch terminal and the finder reindexes the new folder.
module.json
{
"id": "files",
"name": "Files",
"kind": "web",
"entry": "index.html",
"w": 3,
"h": 6,
"description": "Fuzzy file finder, folder browser and CodeMirror editor for the pane's folder.",
"author": "alekdob",
"tags": [
"editor",
"files"
],
"version": "0.1.0",
"glyph": [
"####.",
"#...#",
"#...#",
"#...#",
"#####"
]
}