1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 23:40:05 +08:00
Commit Graph

50 Commits

Author SHA1 Message Date
b8da734669 add util_file::read_file_content 2020-04-12 00:39:16 +08:00
0e0714f7cd add read_to_bytes 2020-01-12 22:19:14 +08:00
53747a2337 fix clippy 2020-01-11 11:57:43 +08:00
5074a46c61 fix clippy 2020-01-11 11:51:28 +08:00
c4c6273c38 add time, iff! 2019-12-28 09:45:56 +08:00
7d5bb125ba add desc, license 2019-12-12 00:59:59 +08:00
9c1bed76d1 add terminal check 2019-11-23 21:09:42 +08:00
c969e39efe add read_to_string 2019-08-31 15:04:32 +08:00
b15ea1aa7b add util_env 2019-08-15 07:12:51 +08:00
29e719477f change print_status_last_line pub 2019-08-09 23:12:26 +08:00
f8e4026816 add print_status_last_line 2019-08-09 23:00:08 +08:00
5cae311580 add debug 2019-08-08 00:49:32 +08:00
f5fe205b78 add util_cmd.rs, util_file.rs 2019-08-08 00:26:30 +08:00
390a62d88b add copy_io_with_head 2019-08-07 00:06:40 +08:00
a30f625a73 add src/util_size.rs 2019-08-06 08:54:20 +08:00
8d08c977e7 add src/util_size.rs 2019-08-06 08:54:04 +08:00
b36c3e443f remove unused empty line 2019-08-06 08:51:09 +08:00
b5be9468a4 rm unused consts 2019-08-06 08:49:37 +08:00
4d87bb46df add src/util_msg.rs 2019-08-06 08:48:22 +08:00
933239b842 add src/util_io.rs, src/util_os.rs 2019-08-06 08:43:29 +08:00
0a582517aa add find_char_boundary, get_term_width_message 2019-08-06 08:33:43 +08:00
ba3fe4366d modify flush_stdout logic 2019-08-03 22:45:54 +08:00
db35e8e55b do not use RefCell 2019-08-03 18:00:49 +08:00
a67337bb5d user refcell 2019-08-03 17:22:26 +08:00
a5f07d2b14 add new_box_ioerror 2019-08-03 17:11:18 +08:00
1fe9483cee add clear_lastline 2019-08-03 17:10:34 +08:00
f8dab07f6c add is_symlink 2019-08-03 14:15:59 +08:00
4d38c5150c add copy_io 2019-07-23 00:26:55 +08:00
689f958d05 add print_color,print_color_and_flush 2019-07-22 01:55:23 +08:00
282cfad793 fix message header mark as bold 2019-07-22 01:36:25 +08:00
2b1c7ca310 fix parse_size 2019-07-22 01:30:23 +08:00
68e7818c27 fix parse_size 2019-07-22 01:27:56 +08:00
37bde2e066 add parse_size() 2019-07-22 01:22:09 +08:00
6a08f8f92f update print_lastline 2019-07-22 00:15:53 +08:00
f6268bd6b0 add walk_dir 2019-07-21 23:54:00 +08:00
7d5dfc267b add new_box_error 2019-07-21 23:47:48 +08:00
8bc701934a add get_home_path 2019-07-21 22:47:03 +08:00
030f5fbae4 update get_home( 2019-07-21 21:58:35 +08:00
195c2b1d7d add get_home(), get_absolute_path() 2019-07-21 21:55:42 +08:00
7b4a534659 add is_macos_or_linux() 2019-07-21 16:28:19 +08:00
610871e5fc add fn flush_stdout() 2019-07-21 13:24:18 +08:00
6d7c248805 udpate get_display_size 2019-07-21 13:16:31 +08:00
4a7ed2d4c8 add TB 2019-07-21 13:15:29 +08:00
698abce391 add fns 2019-07-21 13:13:39 +08:00
f0551831bc add cargo update 2019-07-21 12:55:25 +08:00
46fb4ea34f update .gitignore 2019-07-21 12:51:02 +08:00
91a3b366a7 rm Cargo.lock 2019-07-21 12:49:57 +08:00
90cd623f51 add README.md 2019-07-21 12:40:22 +08:00
8dd2f04260 first commit 2019-07-21 12:35:18 +08:00
a5429d54fb Initial commit 2019-07-21 12:30:04 +08:00