trackit: A command-line tool for live monitoring
trackit
is a command-line tool that listens for changes
in a user-supplied directory. Whenever there is a change,
a custom command is executed and its standard output is
shown live in the terminal.
Examples
Show a live listing of the files in the current directory:
> trackit --watch-dir=. --command="ls --color"
Show a live revision graph of a Git repository:
> GIT_DIR=`git rev-parse --git-dir` > trackit --watch-tree=$GIT_DIR --command="git log --graph --all --oneline --decorate --color"
For more information, see the README.
[Skip to Readme]
Downloads
- trackit-0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.2.1, 0.3, 0.4, 0.5, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.7, 0.7.1, 0.7.2, 0.7.3 |
---|---|
Dependencies | base (>=4.10 && <4.11), brick, fsnotify, mtl, optparse-generic, process, process-extras, stm, text, time, vty [details] |
License | BSD-3-Clause |
Copyright | 2018 Emil Axelsson |
Author | Emil Axelsson |
Maintainer | 78emil@gmail.com |
Category | Development |
Source repo | head: git clone https://github.com/emilaxelsson/trackit.git |
Uploaded | by EmilAxelsson at 2018-03-29T06:49:40Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | trackit |
Downloads | 5564 total (41 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2018-03-29 [all 3 reports] |