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

46 Commits

Author SHA1 Message Date
249d7ee36e fix: use clap 2021-01-03 01:23:00 +08:00
9d9423cfec feat: add use clap 2021-01-03 01:18:32 +08:00
f0bd9a719a feat: add simple_error 2021-01-01 18:58:04 +08:00
a55ad86546 feat: add util_git 2020-11-29 10:24:25 +08:00
56f84533aa feat: add util_term 2020-11-28 10:31:35 +08:00
807bf490fb style: opt_value style 2020-11-15 22:15:00 +08:00
6b4f7bf3ef feat: add opt_value! 2020-11-15 22:13:15 +08:00
debe4d8c2b feat: add util_net 2020-09-06 00:05:36 +08:00
a298b6ffcb fix: fix use 2020-08-02 11:52:29 +08:00
e79908b4fe style: fix clippy 2020-08-02 11:44:56 +08:00
fe7ab57ac5 feat: add macro information/success/warning/failure/debugging 2020-08-02 11:36:03 +08:00
46528c566c add split_kv 2020-05-02 12:58:13 +08:00
d75c331fa0 ref use 2020-04-12 19:46:12 +08:00
c4c6273c38 add time, iff! 2019-12-28 09:45:56 +08:00
9c1bed76d1 add terminal check 2019-11-23 21:09:42 +08:00
b15ea1aa7b add util_env 2019-08-15 07:12:51 +08:00
f5fe205b78 add util_cmd.rs, util_file.rs 2019-08-08 00:26:30 +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
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
8dd2f04260 first commit 2019-07-21 12:35:18 +08:00