Build a yaml representation of the current directory. Inpiration from ki-editor
.
$ yaml-file-tree
- 📄 .envrc
- 📄 .gitignore
- 📄 LICENSE.md
- 📄 README.md
- 📄 flake.lock
- 📄 flake.nix
- 📄 pyproject.toml
- 📁 rc/
- 📄 yaml-file-tree.kak
- 📁 src/
- 📁 yaml_file_tree/
- 📄 __init__.py
- 📄 yaml_file_tree.py
$ yaml-file-tree --open 9 # Builds a filepath from line number.
rc/yaml-file-tree.kak
Requires fd
.
With nix:
inputs.yaml-file-tree.url = "github:losnappas/yaml-file-tree";
inputs.yaml-file-tree.inputs.nixpkgs.follows = "nixpkgs";
# TODO finish this up