Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/litongjava/go-gather-files

Collect all the files in the current directory and its subdirectories into one file
https://github.com/litongjava/go-gather-files

Last synced: about 1 month ago
JSON representation

Collect all the files in the current directory and its subdirectories into one file

Awesome Lists containing this project

README

        

# go-gather-files

将当前目录下及其目录子的所文件都收集到一个文件中
存储格式是

```
文件名
----------------------------
文件内容
----------------------------

子录名/文件名
----------------------------
文件内容
----------------------------

子目录名/子子目录名/文件名
-------------------------------
文件内容
-------------------------------
```

## usage

```
go-gather-files -I node_modules,.idea,public -o output_1.txt E:\code\project\esunward\gaozhuang-html\sanban-real-world
```