0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated jsawk to underscore v1.8.2. More... almost 11 years ago
Merge pull request #36 from flamusdiu/master More... over 11 years ago
Adding the creation of /etc/jsawkrc More... over 11 years ago
Merge pull request #34 from dansoton/fix-bug-in-cli-args More... over 11 years ago
Fixing a bug introduced by my earlier change adding in -s and -i command line arguments. I forgot to also update the Javascript which processes the command line arguments when I updated the bash command line processing. This didn't cause any problems unless you don't specify a main script to run (but just a before or after script). If you don't specify the main script it used the -i or -s value as the main script value. More... over 11 years ago
Update README.markdown More... over 11 years ago
Merge pull request #33 from dansoton/support-input-command-line-arguments More... over 11 years ago
Merge pull request #32 from dansoton/upgrade-underscore-1.6.0 More... over 11 years ago
Adding in support for 2 new command line arguments: -i allows an filepath to be passed in as input instead of having to cat it to STDIN. -s allows a String literal to be passed as input instead of having to echo it to STDIN. If neither of those command line arguments are specified it will still read the input from STDIN as before. The reason for this change is it cleans up invocation of jsawk from script files, especially when the input string is already stored in a variable (perhaps returned from a REST Web Service query). More... over 11 years ago
Updating the readme to reflect upgrade to underscore.js 1.6.0. More... over 11 years ago
Upgrading underscore.js from 1.3.1 to 1.6.0. More... over 11 years ago
Merge pull request #29 from lewismc/JSAWK-28 More... over 11 years ago
Update README.markdown #28
lewismc
as Lewis John McGibbney
More... almost 12 years ago
Merge pull request #24 from flamusdiu/master More... over 12 years ago
Updated PKGBUILD to new standards More... over 12 years ago
Bug fix -Fixed commit where `js` was called directly instead of through `$JSBIN` -further fixes issue micha/jsawk#21 More... over 12 years ago
Merge pull request #16 from johnnylambada/master More... over 12 years ago
add cli arg and env var for specifying js bin More... over 12 years ago
Merge pull request #23 from zardam/issue20 More... over 12 years ago
"arguments" presence More... over 12 years ago
Rename "arguments" to "scriptArgs" More... over 12 years ago
Update README.markdown More... over 12 years ago
Integrated sprintf from http://www.diveintojavascript.com/projects/javascript-sprintf More... over 13 years ago
Merge pull request #10 from rjp/update_underscore_to_1.3.1 More... almost 14 years ago
Updated underscore.js to v1.3.1
rjp
More... almost 14 years ago
added underscore.js to jsawk script environment More... over 14 years ago
Added link to nice blog post by @johnattebury More... over 14 years ago
Fixes issue gh-4 where eval was choking on bare function. Thanks @kmosher. More... over 14 years ago
Fixes issue gh-5 by adding -L option to curl command line. More... over 14 years ago
Fix installation instructions, use HTTPS More... almost 15 years ago