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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/joshuaclayton/tracked-files#readme


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0
Change log None available
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:07:24Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.