Skip to content

losnappas/yaml-file-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create a yaml representation of the current directory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published