Brennen Bearnes
5c1403ab7c
add pause and resume subcommands
Touches a file in the homedir. This should be better thought through. It
could, for example, store it in the db itself...
3 years ago
Brennen Bearnes
d21dea7761
commandlog-log: add --debug flag
Prints query and bound values to STDERR.
4 years ago
Brennen Bearnes
b412b53131
commandlog-log: add --path option
4 years ago
Brennen Bearnes
f24153b091
slightly improved documentation of -n option
5 years ago
Brennen Bearnes
bb979b7a1b
no limit by default if dates are involved
5 years ago
Brennen Bearnes
e599de884e
commandlog-log add some query options; add SQL::Abstract to dependencies
5 years ago
Brennen Bearnes
2dde7101b8
move to gpl3, add COPYING
5 years ago
Brennen Bearnes
e46edf7afd
move commandlog-log over to perl
Doesn't incorporate the options from the shell variant, which for now
lives in commandlog-log.sh.
6 years ago
Brennen Bearnes
e5b6aab060
some nonfunctional v2 changes
7 years ago
Brennen Bearnes
69b55975af
add dependencies to README.md
8 years ago
Brennen Bearnes
e27601c237
Build.PL: add DBD::SQLite to requirements
...turns out this isn't installed by default, which probably should have
been obvious.
8 years ago
Brennen Bearnes
0ea822051e
Merge pull request #4 from thcipriani/command-log-o
Make command log accept -o option
8 years ago
Brennen Bearnes
7eea2541a3
Merge pull request #3 from thcipriani/command-log-n
Make command log accept -[NUM] argument
8 years ago
Tyler Cipriani
0720e8b922
Make command log accept -o option
The -o option is used to specify columns to display in output, for
instance if you want to show only the date and command rather than all
columns in the commands table.
8 years ago
Tyler Cipriani
c1eb315648
Fix typo for basename
8 years ago
Tyler Cipriani
2c20841239
Make command log accept -[NUM] argument
It seem intuitive to pass an argument of the format -[NUM] (where [NUM]
is a number) to any command where you tail logs.
This commit adds the -[NUM] functionality to commandlog-log function as
well as handles help output.
Fixes #2
8 years ago
Brennen Bearnes
21225077e3
Merge pull request #1 from thcipriani/patch-1
Generalize user home dir
8 years ago
Tyler Cipriani
1c227969ba
Generalize user home dir
Use the `$HOME` env var rather than hard-code.
This change should be POSIX compliant and work across shells.
8 years ago
Brennen Bearnes
efd63a6211
initial commit: very basic util, README, perl apparatus
8 years ago