jtw-r / fScour

fScour - Filesystem Scourer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fScour

fScour - Filesystem Scourer

Welcome to fScour, a lightweight executable tool written in typescript for easily printing out folder structures.


Usage:

npx fscour [directory] [options]

The directory and options arguments can both be omitted. By default, fScour will use the processes current directory (cwd) as it's root directory, if nothing else is supplied.

Example:

npx fscour .
+ fScour/
|
+-+ src/
| +-+ types/
| | +-- FSEntry.ts
| | +-- PRINT_CHARS.ts
| +-- index.ts
+-- .gitignore
+-- README.md
+-- package-lock.json
+-- package.json
+-- tsconfig.json

About

fScour - Filesystem Scourer


Languages

Language:TypeScript 96.9%Language:Shell 3.1%