tracked-files alternatives and similar packages
Based on the "System" category.
Alternatively, view tracked-files alternatives based on common mentions on social networks and blogs.
-
taffybar
A gtk based status bar for tiling window managers such as XMonad -
ghc-hotswap
Example code for how we swap compiled code within a running Haskell process. -
nix-deploy
Deploy software or an entire NixOS system configuration to another NixOS system -
optparse-generic
Auto-generate a command-line parser for your datatype -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
directory
Platform-independent library for basic file system operations -
typed-process
Alternative API for processes, featuring more type safety -
pid1
Do signal handling and orphan reaping for Unix PID1 init processes -
hnix-store-core
Haskell implementation of the nix store API -
system-fileio
Contains the system-filepath and system-fileio packages -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
optparse-declarative
Declarative command-line option parser -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
executable-hash
Provides the SHA1 hash of the program executable -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles -
halfs
The Haskell File System: A file system implementation in Haskell
Static code analysis for 29 languages.
Do you think we are missing an alternative of tracked-files or a related project?
README
tracked-files
This is a tool for listing all files that aren't .gitignore
d 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](LICENSE).
*Note that all licence references and agreements mentioned in the tracked-files README section above
are relevant to that project's source code only.