Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 797 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 797 Bytes

YAML-file-tree

Build a yaml representation of the current directory. Inpiration from ki-editor.

Usage

$ 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

Installation

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