Skip to content

Simple asynchronous recursive file walker.

Notifications You must be signed in to change notification settings

jonogould/awalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awalk

by Jono Gould (TravelGround), @jonogould

An asynchronous recursive file walker that returns an array of files (filename, path and file size).

Installation

First, you need to install node. Then you can continue!

This script runs in terminal.

To get these tools running, you need the following dependencies, available off npm:

To install this dependency (the easy way), run the following command from the awalk root dir:

$ npm install

Or place the dependencies there manually but adding them to a node_modules folder

Or add them individually by calling:

$ npm install underscore

Lastly make the script executable using chmod +x awalk.js

Usage

How do you use awalk, I hear you asking? Well:

  • Open terminal
  • Navigate to the awalk root dir
  • Type ./awalk and press enter
  • There are your helpful instructions :D

Examples

Check out the wiki for some examples on what this tool could be used for, check it out and add your own!

Now go play, use it to create useful stuff!

About

Simple asynchronous recursive file walker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published