@hackage tracked-files0.1.0.0

Package to list all tracked and untracked existing files via Git.

tracked-files

This is a tool for listing all files that aren't .gitignored that also exist.

Motivation

git ls-files alone doesn't include new files, and having a way to access this list can be helpful when determining what files to care about during token analysis.

Install

stack install

Test

stack test

License

Copyright 2020 Josh Clayton. See the LICENSE.