0.3.1 • Published 2 years ago

retree-cli v0.3.1

Weekly downloads
147
License
MIT
Repository
-
Last release
2 years ago

Retree

Installation

yarn global add retree-cli

or

npm install --global retree-cli

Usage

retree

This will open a tree view of the current directory in YAML format in your favorite $EDITOR.

Any change you do there will be applied when you close the file; you can:

  • create files
  • create directories
  • rename files
  • rename directories
  • copy files
  • copy directories
  • delete files
  • delete directories
  • any combination of the above

Multi-cursors in text editors are so natural to use that you can quickly edit your directory structure using retree, the same way you would edit a text file.

Example use cases:

  • rename all .js files to .ts
  • add a .spec.ts file alongside every .ts file
  • visualize all files in a project in one glance (no edit)

Contributing

All contributions are welcome!

0.3.0

2 years ago

0.2.1

2 years ago

0.2.3

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago