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

[ library, mit, program, system ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <5), directory, process, text, tracked-files [details]
License MIT
Copyright 2020 Josh Clayton
Author Josh Clayton
Maintainer sayhi@joshuaclayton.me
Category System
Home page https://github.com/joshuaclayton/tracked-files#readme
Bug tracker https://github.com/joshuaclayton/tracked-files/issues
Source repo head: git clone https://github.com/joshuaclayton/tracked-files
Uploaded by joshuaclayton at 2020-03-03T11:06:30Z
Distributions
Executables tracked-files
Downloads 282 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-03-03 [all 1 reports]

Readme for tracked-files-0.1.0.0

[back to package description]

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.