Commit graph

  • d94e61388f limit trueValue falseValue accept function anseki 2015-04-11 12:11:52 +0900
  • fd186300a1 Fix: NL can't be output. anseki 2015-04-08 22:57:52 +0900
  • feb0cf4f5c Pass encoded values to External Program. anseki 2015-04-08 17:33:53 +0900
  • cc0cfa5044 Add placeholder anseki 2015-04-07 18:38:14 +0900
  • 008f31fb6d Add options.isTrue, options.isFalse. anseki 2015-04-05 23:14:48 +0900
  • abdfcefbbb Add options.limitMessage. anseki 2015-04-05 20:07:02 +0900
  • acc9db05cb Add options.limitMessage. anseki 2015-04-05 20:05:23 +0900
  • e521609b5e Change normal options.limit type to array. anseki 2015-04-05 18:11:30 +0900
  • de4f2b2ffd Change: option name bufSize -> bufferSize anseki 2015-04-05 15:39:16 +0900
  • 44e52148dd Add setDefault. anseki 2015-04-05 14:46:07 +0900
  • efc4b8837c Add setDefault. anseki 2015-04-05 14:45:42 +0900
  • a60336df9b Change: way to manage options data anseki 2015-04-05 00:37:42 +0900
  • e623c8eb21 Add keyIn, limit and caseSensitive to README anseki 2015-04-04 15:50:36 +0900
  • 63e5ad583e Add: options.limit, options.caseSensitive anseki 2015-04-04 01:14:55 +0900
  • b4bdf19667 Check exit code anseki 2015-04-01 19:36:00 +0900
  • 6dffd81b65 Fix: keyIn gets NL anseki 2015-04-01 16:34:31 +0900
  • 4037ba9845 Check calling print anseki 2015-03-31 20:27:02 +0900
  • 2f091b829c Change the way to exit from input. anseki 2015-03-30 19:36:31 +0900
  • 5f2410132b rewrite read.sh anseki 2015-03-29 23:45:55 +0900
  • 16db4b4c1c encode arg for cscript anseki 2015-03-27 21:12:00 +0900
  • 67d20da312 Rewrite code that call external programs. anseki 2015-03-27 20:25:59 +0900
  • e49c13d677 Don't write an undesired line-break. anseki 2015-03-25 21:22:44 +0900
  • b3d633cb1c It's no longer only the shell since v0.7.8, and change the names. anseki 2015-03-25 16:56:43 +0900
  • 340f72d290 Small change README anseki 2015-03-25 16:07:19 +0900
  • fff855fc79 Fix: error of decodeDOS when no arg anseki 2015-03-24 20:37:20 +0900
  • a7bb63d3e3 Check that mask is '' anseki 2015-03-22 14:11:55 +0900
  • 95d2e9f088 Add setMask. anseki 2015-03-20 20:34:18 +0900
  • ecd6846f7c Change: rewrite code to open TTY anseki 2015-03-20 12:03:58 +0900
  • 583cb4048a Add more infomations to error object anseki 2015-03-17 12:11:46 +0900
  • c984c1b7be Replace BAT with WSH anseki 2015-03-13 18:36:27 +0900
  • 8e141597ba fixed #14 Replace BAT with WSH anseki 2015-03-13 18:34:41 +0900
  • 2d29dc0c8a Fix: options ref anseki 2015-03-13 00:59:30 +0900
  • cf29238c9a Rename read.cs.js -> read-s.cs.js anseki 2015-03-12 11:03:04 +0900
  • a225c27e6a Add notes about noEchoBack to README. anseki 2015-03-11 18:12:57 +0900
  • 16c0c476cd Add display to shell script. anseki 2015-03-11 17:06:27 +0900
  • e552f97db1 Try to get Windows shell-path from environment variables. anseki 2015-03-08 13:54:55 +0900
  • f5d4a8231f Change a method to open TTY. anseki 2015-03-08 00:19:40 +0900
  • 0e22bc9f28 Fix: Parsing argument anseki 2015-03-07 19:59:01 +0900
  • b27ad119ae Change Error object thrown. anseki 2015-03-06 15:23:32 +0900
  • a6039bcf36 Recover bug of ScriptPW.Password anseki 2015-03-05 17:39:46 +0900
  • 7a37871966 Change: print \n whith read -s anseki 2015-03-04 20:58:55 +0900
  • fc50c96368 Fix: Can't get error from shell anseki 2015-03-04 02:30:41 +0900
  • 9e8a318880 fixed #13 Error on Node v0.11+ anseki 2015-03-02 22:44:36 +0900
  • a2113444d1 Use read -s if it is supported. anseki 2015-03-02 02:07:28 +0900
  • c33a9d77cd Drop STDERR of stty. anseki 2015-03-02 02:00:20 +0900
  • 0c784f6533 Add keyIn(). anseki 2015-03-01 23:46:52 +0900
  • d724dbf5d2 Fix: It's not raw mode. anseki 2015-03-01 15:06:53 +0900
  • a785f18b76 Fix: typo README anseki 2015-02-22 23:55:08 +0900
  • 55f290ea7c Add: setBufferSize to README anseki 2015-02-22 23:45:24 +0900
  • 8072feb5ca Change default bufSize: 1024 anseki 2015-02-22 22:23:46 +0900
  • c1255a429c Add: setBufferSize anseki 2015-02-22 20:57:07 +0900
  • 0c503e3ffa Update package.json anseki 2015-02-12 09:27:38 +0900
  • ab94a1ea2b Support the Synchronous Process Execution of Node v0.12(v0.11). anseki 2015-02-12 07:39:59 +0900
  • 995f22b4bf Change: read by using PowerShell or ScriptPW in DOS. anseki 2015-02-12 04:44:05 +0900
  • ca90461c57 Fix: The leading and trailing white spaces are removed anseki 2015-02-10 22:39:14 +0900
  • db8e754338 Fix: README anseki 2015-01-27 05:21:47 +0900
  • 33653153dc Fix: README anseki 2015-01-27 05:01:05 +0900
  • e9714a9a0a Add options.noTrim. anseki 2015-01-27 01:11:25 +0900
  • ddcef20649 Add Task Runner plugins to README anseki 2014-12-04 19:28:21 +0900
  • ba3e8ba8d1 package anseki 2014-10-24 05:12:32 +0900
  • 4ea5b5b39d Change URL of grunt-task-helper in README anseki 2014-09-17 15:29:28 +0900
  • d406cc1c19 fixed #9: Error of stty in read.sh. anseki 2014-09-12 23:23:04 +0900
  • 5fe64de8ab Add README.md > With Task Runner anseki 2014-08-22 02:44:58 +0900
  • c46576d90b Typo: README.md anseki 2014-08-21 16:45:17 +0900
  • e3607ad0e1 Add README.md > Note > Reading by shell anseki 2014-08-21 16:23:39 +0900
  • 0e2b206e51 small change README.md anseki 2014-08-10 18:16:08 +0900
  • 931b17814a small change README.md anseki 2014-07-14 13:28:39 +0900
  • 03cdd60eb6 Fix: setPrompt() changes prompt to '' if no argument. anseki 2014-07-13 21:30:04 +0900
  • 06254667d6 small change README.md anseki 2014-07-13 20:45:56 +0900
  • 34c192b0bc Add controls algorithm (encrypt.js) anseki 2014-07-13 15:32:02 +0900
  • 1d34fb7828 small change README.md anseki 2014-07-13 14:24:37 +0900
  • 6e2b8c8d3f small change README.md anseki 2014-07-13 13:58:11 +0900
  • eeb0770459 fixed #6 anseki 2014-07-13 13:55:17 +0900
  • 8d9aca03f8 setPrompt() and setEncoding() return current value. anseki 2014-07-12 08:56:21 +0900
  • cabbc1ffea setPrompt() and question() accept the value which is not string too (e.g. number, Date, Object, etc.). anseki 2014-07-12 08:16:11 +0900
  • 055e4b3060 Add options.noEchoBack. anseki 2014-07-12 07:37:25 +0900
  • 526e11c7e2 Add setPrint(). anseki 2014-07-12 06:25:59 +0900
  • dbb2b48c9a Typo in README.md anseki 2014-07-01 02:22:29 +0900
  • 0c8f49c535 Change echo to printf (read.sh) anseki 2014-06-29 17:41:12 +0900
  • 7afb24a972 Add reading shell through files (pipe). anseki 2014-06-29 07:00:15 +0900
  • bf3341383d Add reading method via shell anseki 2014-06-27 10:08:05 +0900
  • 5a3c2d7ce4 Add alternative reading via shell on the environment which don't support interactively reading. anseki 2014-06-27 10:06:29 +0900
  • a108b7f9fd Merge branch 'pull-request-master' anseki 2014-05-13 21:43:51 +0900
  • f4dc86f23f Merge branch 'patch-1' of https://github.com/Grahack/readline-sync into pull-request-master anseki 2014-05-13 21:27:25 +0900
  • c7a6354a64 Fix: typo in message anseki 2014-03-12 14:20:49 +0900
  • 114fe0d359 Typo about «platform not supporting…» Prof Gra 2014-05-09 14:04:52 +0200
  • 7bcbbe3ef8 fixed #1 anseki 2013-12-18 11:51:32 +0900
  • 1a136eeca7 Error handle anseki 2013-12-18 02:18:39 +0900
  • f2455207cd Rewrite exporting methods anseki 2013-08-30 02:26:22 +0900
  • 1b877061ff Initial commit anseki 2013-08-29 19:55:23 +0900