0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated jsawk to underscore v1.8.2. More... about 9 years ago
Merge pull request #36 from flamusdiu/master More... over 9 years ago
Adding the creation of /etc/jsawkrc More... over 9 years ago
Merge pull request #34 from dansoton/fix-bug-in-cli-args More... almost 10 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... almost 10 years ago
Update README.markdown More... almost 10 years ago
Merge pull request #33 from dansoton/support-input-command-line-arguments More... almost 10 years ago
Merge pull request #32 from dansoton/upgrade-underscore-1.6.0 More... almost 10 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... almost 10 years ago
Updating the readme to reflect upgrade to underscore.js 1.6.0. More... almost 10 years ago
Upgrading underscore.js from 1.3.1 to 1.6.0. More... almost 10 years ago
Merge pull request #29 from lewismc/JSAWK-28 More... almost 10 years ago
Update README.markdown #28
lewismc
as Lewis John McGibbney
More... about 10 years ago
Merge pull request #24 from flamusdiu/master More... over 10 years ago
Updated PKGBUILD to new standards More... over 10 years ago
Bug fix -Fixed commit where `js` was called directly instead of through `$JSBIN` -further fixes issue micha/jsawk#21 More... over 10 years ago
Merge pull request #16 from johnnylambada/master More... over 10 years ago
add cli arg and env var for specifying js bin More... over 10 years ago
Merge pull request #23 from zardam/issue20 More... over 10 years ago
"arguments" presence More... over 10 years ago
Rename "arguments" to "scriptArgs" More... over 10 years ago
Update README.markdown More... over 10 years ago
Integrated sprintf from http://www.diveintojavascript.com/projects/javascript-sprintf More... over 11 years ago
Merge pull request #10 from rjp/update_underscore_to_1.3.1 More... about 12 years ago
Updated underscore.js to v1.3.1
rjp
More... about 12 years ago
added underscore.js to jsawk script environment More... almost 13 years ago
Added link to nice blog post by @johnattebury More... almost 13 years ago
Fixes issue gh-4 where eval was choking on bare function. Thanks @kmosher. More... almost 13 years ago
Fixes issue gh-5 by adding -L option to curl command line. More... almost 13 years ago
Fix installation instructions, use HTTPS More... about 13 years ago