trackit

Version 0.7.3 revision 0 uploaded by EmilAxelsson.

Package meta

Synopsis
A command-line tool for live monitoring
Description

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.

Author
Emil Axelsson
Bug reports
https://github.com/emilaxelsson/trackit/issues
Category
Development
Copyright
2018-2019 Emil Axelsson
Homepage
https://github.com/emilaxelsson/trackit
Maintainer
78emil@gmail.com
Package URL
n/a
Stability
n/a

Components