├── .gitignore ├── LICENSE ├── Makefile ├── NOT_USED ├── bin │ ├── 1.46 │ │ ├── amd64 │ │ │ └── debian │ │ │ │ └── 7.8 │ │ │ │ └── hl │ │ └── i386 │ │ │ └── debian │ │ │ └── 5.0.6 │ │ │ └── hl │ ├── 1.51 │ │ ├── amd64 │ │ │ └── debian │ │ │ │ └── 7.8 │ │ │ │ └── hl │ │ └── i386 │ │ │ └── debian │ │ │ └── 5.0.6 │ │ │ └── hl │ ├── 1.59 │ │ ├── amd64 │ │ │ └── debian │ │ │ │ └── 7.8 │ │ │ │ └── hl │ │ └── i386 │ │ │ └── debian │ │ │ └── 5.0.6 │ │ │ └── hl │ ├── 1.61 │ │ ├── amd │ │ │ └── debian │ │ │ │ └── 7.8 │ │ │ │ └── hl │ │ └── i386 │ │ │ └── debian │ │ │ └── 5.0.6 │ │ │ └── hl │ ├── 1.62 │ │ ├── amd │ │ │ └── debian │ │ │ │ └── 7.8 │ │ │ │ └── hl │ │ ├── i386 │ │ │ └── debian │ │ │ │ └── 5.0.6 │ │ │ │ └── hl │ │ └── i686 │ │ │ └── centos │ │ │ └── 5.5 │ │ │ └── hl │ ├── 1.87 │ │ └── i686 │ │ │ └── debian │ │ │ └── hl │ ├── 1.90 │ │ └── i686 │ │ │ └── debian │ │ │ └── hl │ ├── 1.91 │ │ └── hl │ ├── 1.92 │ │ └── hl │ └── 1.93 │ │ └── hl ├── examples │ └── ifconfig.example │ │ ├── ifconfig.data │ │ └── ifconfig.png ├── hl_alternate │ ├── file_cols │ ├── hist_file │ ├── hl │ └── hl_alternate.tgz ├── non_regression_tests │ └── check_syntax └── quality │ └── hl_QA ├── README.md ├── README.txt ├── TODO.txt ├── completion └── complete_hl ├── config_files ├── hl_C.cfg ├── hl_CD.cfg ├── hl_HP-IL.cfg ├── hl_HW.cfg ├── hl_R.cfg ├── hl_SCCS.cfg ├── hl_acl.cfg ├── hl_ansible.cfg ├── hl_args.cfg ├── hl_auditd.cfg ├── hl_bool.cfg ├── hl_chrony.cfg ├── hl_cmds.cfg ├── hl_config.cfg ├── hl_configure.cfg ├── hl_cr.cfg ├── hl_date.cfg ├── hl_dc.cfg ├── hl_dhcpd.cfg ├── hl_diff.cfg ├── hl_dir.cfg ├── hl_dup.cfg ├── hl_errors.cfg ├── hl_file.cfg ├── hl_files.cfg ├── hl_firewall.cfg ├── hl_fun.cfg ├── hl_ha.cfg ├── hl_heat.cfg ├── hl_hl.cfg ├── hl_infiniband.cfg ├── hl_load_avg.cfg ├── hl_log.cfg ├── hl_ls.cfg ├── hl_lustre.cfg ├── hl_make.cfg ├── hl_make_tftpboot.cfg ├── hl_markdown.cfg ├── hl_mgp.cfg ├── hl_module.cfg ├── hl_nagios.cfg ├── hl_network.cfg ├── hl_path.cfg ├── hl_percent.cfg ├── hl_perso.cfg ├── hl_pxe.cfg ├── hl_quotes.cfg ├── hl_rpm.cfg ├── hl_rpn.cfg ├── hl_sh.cfg ├── hl_stat.cfg ├── hl_stats_messages.cfg ├── hl_syntax.cfg ├── hl_syslog.cfg ├── hl_system.cfg ├── hl_systemctl.cfg ├── hl_tests.cfg ├── hl_time.cfg ├── hl_tmux.cfg ├── hl_tools.cfg ├── hl_valgrind.cfg ├── hl_vm.cfg ├── hl_wm.cfg ├── hl_xml.cfg └── hl_za.cfg ├── debian ├── changelog ├── compat ├── control ├── copyright ├── install ├── manpages ├── rules └── source │ └── format ├── doc ├── hl_decode_dow_v1.0.dia ├── hl_decode_dow_v1.1.dia ├── hl_decode_dow_v1.2.dia ├── hl_decode_dow_v1.3.dia ├── hl_decode_dow_v1.4.dia ├── hl_decode_dow_v1.4.png ├── hl_decode_time_v1.0.dia ├── hl_decode_time_v1.1.dia ├── hl_decode_time_v1.2.dia ├── hl_decode_time_v1.2.png ├── hl_getopt.dia ├── hl_getopt_v1.0.dia ├── hl_getopt_v1.1.dia ├── hl_getopt_v1.2.dia ├── hl_getopt_v1.3.dia ├── hl_getopt_v1.4.dia ├── hl_getopt_v1.5.dia ├── hl_getopt_v1.5.png ├── opt_A-I_syntax_extension ├── parser_hl_alternate_2019-05-10.dia ├── parser_hl_alternate_2019-05-11.dia ├── parser_hl_alternate_2019-05-11_2.dia ├── parser_hl_alternate_2019-05-11_2.png ├── parser_hl_alternate_2023-07-23.dia ├── parser_hl_alternate_2023-07-25.dia ├── parser_hl_alternate_2023-07-28.dia ├── parser_hl_alternate_2023-07-28.png ├── parser_hl_dow_2022-01-10.dia ├── parser_hl_dow_2022-01-10.png ├── parser_hl_sequential_2021-04-28.dia ├── parser_hl_sequential_2021-05-01.dia ├── parser_hl_sequential_2021-05-02.dia ├── parser_hl_sequential_2021-09-06.dia ├── parser_hl_sequential_2021-09-06.png ├── parser_hl_thresholds_2021-12-12.dia └── parser_hl_thresholds_2021-12-12.png ├── hl.wiki.git ├── hl_bin ├── cal ├── cm ├── df ├── diff ├── dpkg-query ├── ethtool ├── fdisk ├── free ├── hl_generic ├── ifconfig ├── iostat ├── iptables ├── lsblk ├── make_hl_links ├── namei ├── netstat ├── ping ├── ps ├── rc ├── ref_files ├── ref_list ├── show_all_disks ├── strace ├── tcpdump ├── td ├── w └── xxd ├── images ├── PATH.png ├── altdir.png ├── dates_gen.png ├── dates_gen_colorized.png ├── dates_gen_week-end.png ├── df.png ├── diffcells.out.png ├── fdisk.png ├── fig12.png ├── hl_-J_log_DOW.png ├── hl_-T_num.png ├── hl_-T_num_10.png ├── hl_-T_num_2.png ├── hl_-T_num_3.png ├── hl_-T_num_5.png ├── hl_-tH.png ├── hl_-tHR.png ├── hl_-tM.png ├── hl_-tMR.png ├── hl_-tS.png ├── hl_-tSR.png ├── hl_-tY.png ├── hl_-tYR.png ├── hl_-td.png ├── hl_-tdR.png ├── hl_-tm.png ├── hl_-tmR.png ├── hl_-tw.png ├── hl_-twR.png ├── hl_1.114_usage.png ├── hl_colors.png ├── hl_conf_01.png ├── hl_conf_example.png ├── hl_env_-t.png ├── hl_example_alternate.png ├── hl_lD.png ├── hl_lW.png ├── hl_ls_alt_blue.png ├── hl_ls_alt_yellow.png ├── hl_mult_after_tag.png ├── hl_tool.png ├── hl_tool_-M_example.png ├── ls_bin_dow_colors.png └── vmstat.png ├── man1 └── hl.1 ├── man5 └── hl.5 ├── packages └── hl.tgz ├── scripts ├── check_hl.sh ├── hl_conf ├── hl_config_occurrences ├── hl_configs_from ├── hl_configs_specific_to ├── hl_diff_config ├── hl_list_configs ├── hl_man_pager ├── hl_md5_config ├── hl_nocolors ├── hl_opts_order ├── hl_path ├── hl_tool ├── hl_usage ├── lD ├── lH ├── lM ├── lS ├── lW ├── lY ├── lm ├── ls_by_day ├── ls_by_hour ├── ls_by_min ├── ls_by_week ├── man_hl ├── show_hl_colors ├── show_pathdir └── vihl ├── specifs └── parser_hl_sequential_2021-09-06.dia ├── src ├── Makefile ├── all_tests_-t ├── cr_cpri.h ├── cr_epri.h ├── cr_gpri.c ├── cr_lex.l ├── cr_main.c └── dates_gen └── tests ├── f0_alternate ├── f1_hexa ├── f2_nodes ├── f3_even ├── f4_mult3 ├── f5_C_def_hexa ├── f6_powers_2 ├── f6_powers_2-2 ├── f7_decrement └── run_test /.gitignore: -------------------------------------------------------------------------------- 1 | ...git* 2 | *.o 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/Makefile -------------------------------------------------------------------------------- /NOT_USED/bin/1.46/amd64/debian/7.8/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.46/amd64/debian/7.8/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.46/i386/debian/5.0.6/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.46/i386/debian/5.0.6/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.51/amd64/debian/7.8/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.51/amd64/debian/7.8/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.51/i386/debian/5.0.6/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.51/i386/debian/5.0.6/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.59/amd64/debian/7.8/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.59/amd64/debian/7.8/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.59/i386/debian/5.0.6/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.59/i386/debian/5.0.6/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.61/amd/debian/7.8/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.61/amd/debian/7.8/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.61/i386/debian/5.0.6/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.61/i386/debian/5.0.6/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.62/amd/debian/7.8/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.62/amd/debian/7.8/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.62/i386/debian/5.0.6/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.62/i386/debian/5.0.6/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.62/i686/centos/5.5/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.62/i686/centos/5.5/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.87/i686/debian/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.87/i686/debian/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.90/i686/debian/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.90/i686/debian/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.91/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.91/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.92/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.92/hl -------------------------------------------------------------------------------- /NOT_USED/bin/1.93/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/bin/1.93/hl -------------------------------------------------------------------------------- /NOT_USED/examples/ifconfig.example/ifconfig.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/examples/ifconfig.example/ifconfig.data -------------------------------------------------------------------------------- /NOT_USED/examples/ifconfig.example/ifconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/examples/ifconfig.example/ifconfig.png -------------------------------------------------------------------------------- /NOT_USED/hl_alternate/file_cols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/hl_alternate/file_cols -------------------------------------------------------------------------------- /NOT_USED/hl_alternate/hist_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/hl_alternate/hist_file -------------------------------------------------------------------------------- /NOT_USED/hl_alternate/hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/hl_alternate/hl -------------------------------------------------------------------------------- /NOT_USED/hl_alternate/hl_alternate.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/hl_alternate/hl_alternate.tgz -------------------------------------------------------------------------------- /NOT_USED/non_regression_tests/check_syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/non_regression_tests/check_syntax -------------------------------------------------------------------------------- /NOT_USED/quality/hl_QA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/NOT_USED/quality/hl_QA -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/README.txt -------------------------------------------------------------------------------- /TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/TODO.txt -------------------------------------------------------------------------------- /completion/complete_hl: -------------------------------------------------------------------------------- 1 | complete -W "`hl -oH | sed '1,/Configurations *:/d;s/^ *//'|sort -u`" hl 2 | -------------------------------------------------------------------------------- /config_files/hl_C.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_C.cfg -------------------------------------------------------------------------------- /config_files/hl_CD.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_CD.cfg -------------------------------------------------------------------------------- /config_files/hl_HP-IL.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_HP-IL.cfg -------------------------------------------------------------------------------- /config_files/hl_HW.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_HW.cfg -------------------------------------------------------------------------------- /config_files/hl_R.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_R.cfg -------------------------------------------------------------------------------- /config_files/hl_SCCS.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_SCCS.cfg -------------------------------------------------------------------------------- /config_files/hl_acl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_acl.cfg -------------------------------------------------------------------------------- /config_files/hl_ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_ansible.cfg -------------------------------------------------------------------------------- /config_files/hl_args.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_args.cfg -------------------------------------------------------------------------------- /config_files/hl_auditd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_auditd.cfg -------------------------------------------------------------------------------- /config_files/hl_bool.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_bool.cfg -------------------------------------------------------------------------------- /config_files/hl_chrony.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_chrony.cfg -------------------------------------------------------------------------------- /config_files/hl_cmds.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_cmds.cfg -------------------------------------------------------------------------------- /config_files/hl_config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_config.cfg -------------------------------------------------------------------------------- /config_files/hl_configure.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_configure.cfg -------------------------------------------------------------------------------- /config_files/hl_cr.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_cr.cfg -------------------------------------------------------------------------------- /config_files/hl_date.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_date.cfg -------------------------------------------------------------------------------- /config_files/hl_dc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_dc.cfg -------------------------------------------------------------------------------- /config_files/hl_dhcpd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_dhcpd.cfg -------------------------------------------------------------------------------- /config_files/hl_diff.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_diff.cfg -------------------------------------------------------------------------------- /config_files/hl_dir.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_dir.cfg -------------------------------------------------------------------------------- /config_files/hl_dup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_dup.cfg -------------------------------------------------------------------------------- /config_files/hl_errors.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_errors.cfg -------------------------------------------------------------------------------- /config_files/hl_file.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_file.cfg -------------------------------------------------------------------------------- /config_files/hl_files.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_files.cfg -------------------------------------------------------------------------------- /config_files/hl_firewall.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_firewall.cfg -------------------------------------------------------------------------------- /config_files/hl_fun.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_fun.cfg -------------------------------------------------------------------------------- /config_files/hl_ha.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_ha.cfg -------------------------------------------------------------------------------- /config_files/hl_heat.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_heat.cfg -------------------------------------------------------------------------------- /config_files/hl_hl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_hl.cfg -------------------------------------------------------------------------------- /config_files/hl_infiniband.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_infiniband.cfg -------------------------------------------------------------------------------- /config_files/hl_load_avg.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_load_avg.cfg -------------------------------------------------------------------------------- /config_files/hl_log.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_log.cfg -------------------------------------------------------------------------------- /config_files/hl_ls.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_ls.cfg -------------------------------------------------------------------------------- /config_files/hl_lustre.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_lustre.cfg -------------------------------------------------------------------------------- /config_files/hl_make.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_make.cfg -------------------------------------------------------------------------------- /config_files/hl_make_tftpboot.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_make_tftpboot.cfg -------------------------------------------------------------------------------- /config_files/hl_markdown.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_markdown.cfg -------------------------------------------------------------------------------- /config_files/hl_mgp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_mgp.cfg -------------------------------------------------------------------------------- /config_files/hl_module.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_module.cfg -------------------------------------------------------------------------------- /config_files/hl_nagios.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_nagios.cfg -------------------------------------------------------------------------------- /config_files/hl_network.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_network.cfg -------------------------------------------------------------------------------- /config_files/hl_path.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_path.cfg -------------------------------------------------------------------------------- /config_files/hl_percent.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_percent.cfg -------------------------------------------------------------------------------- /config_files/hl_perso.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_perso.cfg -------------------------------------------------------------------------------- /config_files/hl_pxe.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_pxe.cfg -------------------------------------------------------------------------------- /config_files/hl_quotes.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_quotes.cfg -------------------------------------------------------------------------------- /config_files/hl_rpm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_rpm.cfg -------------------------------------------------------------------------------- /config_files/hl_rpn.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_rpn.cfg -------------------------------------------------------------------------------- /config_files/hl_sh.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_sh.cfg -------------------------------------------------------------------------------- /config_files/hl_stat.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_stat.cfg -------------------------------------------------------------------------------- /config_files/hl_stats_messages.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_stats_messages.cfg -------------------------------------------------------------------------------- /config_files/hl_syntax.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_syntax.cfg -------------------------------------------------------------------------------- /config_files/hl_syslog.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_syslog.cfg -------------------------------------------------------------------------------- /config_files/hl_system.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_system.cfg -------------------------------------------------------------------------------- /config_files/hl_systemctl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_systemctl.cfg -------------------------------------------------------------------------------- /config_files/hl_tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_tests.cfg -------------------------------------------------------------------------------- /config_files/hl_time.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_time.cfg -------------------------------------------------------------------------------- /config_files/hl_tmux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_tmux.cfg -------------------------------------------------------------------------------- /config_files/hl_tools.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_tools.cfg -------------------------------------------------------------------------------- /config_files/hl_valgrind.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_valgrind.cfg -------------------------------------------------------------------------------- /config_files/hl_vm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_vm.cfg -------------------------------------------------------------------------------- /config_files/hl_wm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_wm.cfg -------------------------------------------------------------------------------- /config_files/hl_xml.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_xml.cfg -------------------------------------------------------------------------------- /config_files/hl_za.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/config_files/hl_za.cfg -------------------------------------------------------------------------------- /debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/debian/changelog -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 10 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/debian/control -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/debian/copyright -------------------------------------------------------------------------------- /debian/install: -------------------------------------------------------------------------------- 1 | hl usr/bin/ 2 | -------------------------------------------------------------------------------- /debian/manpages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/debian/manpages -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/debian/rules -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /doc/hl_decode_dow_v1.0.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_decode_dow_v1.0.dia -------------------------------------------------------------------------------- /doc/hl_decode_dow_v1.1.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_decode_dow_v1.1.dia -------------------------------------------------------------------------------- /doc/hl_decode_dow_v1.2.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_decode_dow_v1.2.dia -------------------------------------------------------------------------------- /doc/hl_decode_dow_v1.3.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_decode_dow_v1.3.dia -------------------------------------------------------------------------------- /doc/hl_decode_dow_v1.4.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_decode_dow_v1.4.dia -------------------------------------------------------------------------------- /doc/hl_decode_dow_v1.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_decode_dow_v1.4.png -------------------------------------------------------------------------------- /doc/hl_decode_time_v1.0.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_decode_time_v1.0.dia -------------------------------------------------------------------------------- /doc/hl_decode_time_v1.1.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_decode_time_v1.1.dia -------------------------------------------------------------------------------- /doc/hl_decode_time_v1.2.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_decode_time_v1.2.dia -------------------------------------------------------------------------------- /doc/hl_decode_time_v1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_decode_time_v1.2.png -------------------------------------------------------------------------------- /doc/hl_getopt.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_getopt.dia -------------------------------------------------------------------------------- /doc/hl_getopt_v1.0.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_getopt_v1.0.dia -------------------------------------------------------------------------------- /doc/hl_getopt_v1.1.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_getopt_v1.1.dia -------------------------------------------------------------------------------- /doc/hl_getopt_v1.2.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_getopt_v1.2.dia -------------------------------------------------------------------------------- /doc/hl_getopt_v1.3.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_getopt_v1.3.dia -------------------------------------------------------------------------------- /doc/hl_getopt_v1.4.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_getopt_v1.4.dia -------------------------------------------------------------------------------- /doc/hl_getopt_v1.5.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_getopt_v1.5.dia -------------------------------------------------------------------------------- /doc/hl_getopt_v1.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/hl_getopt_v1.5.png -------------------------------------------------------------------------------- /doc/opt_A-I_syntax_extension: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/opt_A-I_syntax_extension -------------------------------------------------------------------------------- /doc/parser_hl_alternate_2019-05-10.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_alternate_2019-05-10.dia -------------------------------------------------------------------------------- /doc/parser_hl_alternate_2019-05-11.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_alternate_2019-05-11.dia -------------------------------------------------------------------------------- /doc/parser_hl_alternate_2019-05-11_2.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_alternate_2019-05-11_2.dia -------------------------------------------------------------------------------- /doc/parser_hl_alternate_2019-05-11_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_alternate_2019-05-11_2.png -------------------------------------------------------------------------------- /doc/parser_hl_alternate_2023-07-23.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_alternate_2023-07-23.dia -------------------------------------------------------------------------------- /doc/parser_hl_alternate_2023-07-25.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_alternate_2023-07-25.dia -------------------------------------------------------------------------------- /doc/parser_hl_alternate_2023-07-28.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_alternate_2023-07-28.dia -------------------------------------------------------------------------------- /doc/parser_hl_alternate_2023-07-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_alternate_2023-07-28.png -------------------------------------------------------------------------------- /doc/parser_hl_dow_2022-01-10.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_dow_2022-01-10.dia -------------------------------------------------------------------------------- /doc/parser_hl_dow_2022-01-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_dow_2022-01-10.png -------------------------------------------------------------------------------- /doc/parser_hl_sequential_2021-04-28.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_sequential_2021-04-28.dia -------------------------------------------------------------------------------- /doc/parser_hl_sequential_2021-05-01.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_sequential_2021-05-01.dia -------------------------------------------------------------------------------- /doc/parser_hl_sequential_2021-05-02.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_sequential_2021-05-02.dia -------------------------------------------------------------------------------- /doc/parser_hl_sequential_2021-09-06.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_sequential_2021-09-06.dia -------------------------------------------------------------------------------- /doc/parser_hl_sequential_2021-09-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_sequential_2021-09-06.png -------------------------------------------------------------------------------- /doc/parser_hl_thresholds_2021-12-12.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_thresholds_2021-12-12.dia -------------------------------------------------------------------------------- /doc/parser_hl_thresholds_2021-12-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/doc/parser_hl_thresholds_2021-12-12.png -------------------------------------------------------------------------------- /hl.wiki.git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl.wiki.git -------------------------------------------------------------------------------- /hl_bin/cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/cal -------------------------------------------------------------------------------- /hl_bin/cm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/cm -------------------------------------------------------------------------------- /hl_bin/df: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/df -------------------------------------------------------------------------------- /hl_bin/diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/diff -------------------------------------------------------------------------------- /hl_bin/dpkg-query: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/dpkg-query -------------------------------------------------------------------------------- /hl_bin/ethtool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/ethtool -------------------------------------------------------------------------------- /hl_bin/fdisk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/fdisk -------------------------------------------------------------------------------- /hl_bin/free: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/free -------------------------------------------------------------------------------- /hl_bin/hl_generic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/hl_generic -------------------------------------------------------------------------------- /hl_bin/ifconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/ifconfig -------------------------------------------------------------------------------- /hl_bin/iostat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/iostat -------------------------------------------------------------------------------- /hl_bin/iptables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/iptables -------------------------------------------------------------------------------- /hl_bin/lsblk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/lsblk -------------------------------------------------------------------------------- /hl_bin/make_hl_links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/make_hl_links -------------------------------------------------------------------------------- /hl_bin/namei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/namei -------------------------------------------------------------------------------- /hl_bin/netstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/netstat -------------------------------------------------------------------------------- /hl_bin/ping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/ping -------------------------------------------------------------------------------- /hl_bin/ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/ps -------------------------------------------------------------------------------- /hl_bin/rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/rc -------------------------------------------------------------------------------- /hl_bin/ref_files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/ref_files -------------------------------------------------------------------------------- /hl_bin/ref_list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/ref_list -------------------------------------------------------------------------------- /hl_bin/show_all_disks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/show_all_disks -------------------------------------------------------------------------------- /hl_bin/strace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/strace -------------------------------------------------------------------------------- /hl_bin/tcpdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/tcpdump -------------------------------------------------------------------------------- /hl_bin/td: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/td -------------------------------------------------------------------------------- /hl_bin/w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/w -------------------------------------------------------------------------------- /hl_bin/xxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/hl_bin/xxd -------------------------------------------------------------------------------- /images/PATH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/PATH.png -------------------------------------------------------------------------------- /images/altdir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/altdir.png -------------------------------------------------------------------------------- /images/dates_gen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/dates_gen.png -------------------------------------------------------------------------------- /images/dates_gen_colorized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/dates_gen_colorized.png -------------------------------------------------------------------------------- /images/dates_gen_week-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/dates_gen_week-end.png -------------------------------------------------------------------------------- /images/df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/df.png -------------------------------------------------------------------------------- /images/diffcells.out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/diffcells.out.png -------------------------------------------------------------------------------- /images/fdisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/fdisk.png -------------------------------------------------------------------------------- /images/fig12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/fig12.png -------------------------------------------------------------------------------- /images/hl_-J_log_DOW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-J_log_DOW.png -------------------------------------------------------------------------------- /images/hl_-T_num.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-T_num.png -------------------------------------------------------------------------------- /images/hl_-T_num_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-T_num_10.png -------------------------------------------------------------------------------- /images/hl_-T_num_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-T_num_2.png -------------------------------------------------------------------------------- /images/hl_-T_num_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-T_num_3.png -------------------------------------------------------------------------------- /images/hl_-T_num_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-T_num_5.png -------------------------------------------------------------------------------- /images/hl_-tH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tH.png -------------------------------------------------------------------------------- /images/hl_-tHR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tHR.png -------------------------------------------------------------------------------- /images/hl_-tM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tM.png -------------------------------------------------------------------------------- /images/hl_-tMR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tMR.png -------------------------------------------------------------------------------- /images/hl_-tS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tS.png -------------------------------------------------------------------------------- /images/hl_-tSR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tSR.png -------------------------------------------------------------------------------- /images/hl_-tY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tY.png -------------------------------------------------------------------------------- /images/hl_-tYR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tYR.png -------------------------------------------------------------------------------- /images/hl_-td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-td.png -------------------------------------------------------------------------------- /images/hl_-tdR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tdR.png -------------------------------------------------------------------------------- /images/hl_-tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tm.png -------------------------------------------------------------------------------- /images/hl_-tmR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tmR.png -------------------------------------------------------------------------------- /images/hl_-tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-tw.png -------------------------------------------------------------------------------- /images/hl_-twR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_-twR.png -------------------------------------------------------------------------------- /images/hl_1.114_usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_1.114_usage.png -------------------------------------------------------------------------------- /images/hl_colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_colors.png -------------------------------------------------------------------------------- /images/hl_conf_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_conf_01.png -------------------------------------------------------------------------------- /images/hl_conf_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_conf_example.png -------------------------------------------------------------------------------- /images/hl_env_-t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_env_-t.png -------------------------------------------------------------------------------- /images/hl_example_alternate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_example_alternate.png -------------------------------------------------------------------------------- /images/hl_lD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_lD.png -------------------------------------------------------------------------------- /images/hl_lW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_lW.png -------------------------------------------------------------------------------- /images/hl_ls_alt_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_ls_alt_blue.png -------------------------------------------------------------------------------- /images/hl_ls_alt_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_ls_alt_yellow.png -------------------------------------------------------------------------------- /images/hl_mult_after_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_mult_after_tag.png -------------------------------------------------------------------------------- /images/hl_tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_tool.png -------------------------------------------------------------------------------- /images/hl_tool_-M_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/hl_tool_-M_example.png -------------------------------------------------------------------------------- /images/ls_bin_dow_colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/ls_bin_dow_colors.png -------------------------------------------------------------------------------- /images/vmstat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/images/vmstat.png -------------------------------------------------------------------------------- /man1/hl.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/man1/hl.1 -------------------------------------------------------------------------------- /man5/hl.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/man5/hl.5 -------------------------------------------------------------------------------- /packages/hl.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/packages/hl.tgz -------------------------------------------------------------------------------- /scripts/check_hl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/check_hl.sh -------------------------------------------------------------------------------- /scripts/hl_conf: -------------------------------------------------------------------------------- 1 | hl_tool -------------------------------------------------------------------------------- /scripts/hl_config_occurrences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/hl_config_occurrences -------------------------------------------------------------------------------- /scripts/hl_configs_from: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/hl_configs_from -------------------------------------------------------------------------------- /scripts/hl_configs_specific_to: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/hl_configs_specific_to -------------------------------------------------------------------------------- /scripts/hl_diff_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/hl_diff_config -------------------------------------------------------------------------------- /scripts/hl_list_configs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/hl_list_configs -------------------------------------------------------------------------------- /scripts/hl_man_pager: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | hl --man | more 4 | -------------------------------------------------------------------------------- /scripts/hl_md5_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/hl_md5_config -------------------------------------------------------------------------------- /scripts/hl_nocolors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/hl_nocolors -------------------------------------------------------------------------------- /scripts/hl_opts_order: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/hl_opts_order -------------------------------------------------------------------------------- /scripts/hl_path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/hl_path -------------------------------------------------------------------------------- /scripts/hl_tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/hl_tool -------------------------------------------------------------------------------- /scripts/hl_usage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/hl_usage -------------------------------------------------------------------------------- /scripts/lD: -------------------------------------------------------------------------------- 1 | lY -------------------------------------------------------------------------------- /scripts/lH: -------------------------------------------------------------------------------- 1 | lY -------------------------------------------------------------------------------- /scripts/lM: -------------------------------------------------------------------------------- 1 | lY -------------------------------------------------------------------------------- /scripts/lS: -------------------------------------------------------------------------------- 1 | lY -------------------------------------------------------------------------------- /scripts/lW: -------------------------------------------------------------------------------- 1 | lY -------------------------------------------------------------------------------- /scripts/lY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/lY -------------------------------------------------------------------------------- /scripts/lm: -------------------------------------------------------------------------------- 1 | lY -------------------------------------------------------------------------------- /scripts/ls_by_day: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/ls_by_day -------------------------------------------------------------------------------- /scripts/ls_by_hour: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/ls_by_hour -------------------------------------------------------------------------------- /scripts/ls_by_min: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/ls_by_min -------------------------------------------------------------------------------- /scripts/ls_by_week: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/ls_by_week -------------------------------------------------------------------------------- /scripts/man_hl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/man_hl -------------------------------------------------------------------------------- /scripts/show_hl_colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/show_hl_colors -------------------------------------------------------------------------------- /scripts/show_pathdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/show_pathdir -------------------------------------------------------------------------------- /scripts/vihl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/scripts/vihl -------------------------------------------------------------------------------- /specifs/parser_hl_sequential_2021-09-06.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/specifs/parser_hl_sequential_2021-09-06.dia -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/all_tests_-t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/src/all_tests_-t -------------------------------------------------------------------------------- /src/cr_cpri.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/src/cr_cpri.h -------------------------------------------------------------------------------- /src/cr_epri.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/src/cr_epri.h -------------------------------------------------------------------------------- /src/cr_gpri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/src/cr_gpri.c -------------------------------------------------------------------------------- /src/cr_lex.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/src/cr_lex.l -------------------------------------------------------------------------------- /src/cr_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/src/cr_main.c -------------------------------------------------------------------------------- /src/dates_gen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/src/dates_gen -------------------------------------------------------------------------------- /tests/f0_alternate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/tests/f0_alternate -------------------------------------------------------------------------------- /tests/f1_hexa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/tests/f1_hexa -------------------------------------------------------------------------------- /tests/f2_nodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/tests/f2_nodes -------------------------------------------------------------------------------- /tests/f3_even: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/tests/f3_even -------------------------------------------------------------------------------- /tests/f4_mult3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/tests/f4_mult3 -------------------------------------------------------------------------------- /tests/f5_C_def_hexa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/tests/f5_C_def_hexa -------------------------------------------------------------------------------- /tests/f6_powers_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/tests/f6_powers_2 -------------------------------------------------------------------------------- /tests/f6_powers_2-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/tests/f6_powers_2-2 -------------------------------------------------------------------------------- /tests/f7_decrement: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/tests/f7_decrement -------------------------------------------------------------------------------- /tests/run_test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbornet-hl/hl/HEAD/tests/run_test --------------------------------------------------------------------------------