Commit Graph

310 Commits

Author SHA1 Message Date
Radovan Garabík 1844de085c do not crash on invalid utf-8 2020-12-29 16:13:59 +01:00
Radovan Garabík 4e796fbb8d rm cruft 2020-12-29 16:11:54 +01:00
Radovan Garabík a31019fd81 Merge branch 'devel' of github.com:garabik/grc into devel 2020-12-28 17:07:40 +01:00
Radovan Garabík 98f483068a
Merge pull request #172 from hjpotter92/update/aliases
Add completions for aliases when defined for zsh.
2020-12-28 17:07:30 +01:00
Radovan Garabík f2ace18191 change grc.bashrc to grc.sh, as /etc/profile.d/ works only with .sh extensions 2020-12-28 17:01:17 +01:00
Radovan Garabík 61c070db25
Merge pull request #170 from Raizo62/p_log_ip_port
conf.log : the port of "172.16.1.100:56364" is now fully colored
2020-12-28 16:51:01 +01:00
Radovan Garabík ce4f6290d8
Merge pull request #168 from Raizo62/p_conf.log
conf.log : accept now empty string "" and empty parentheses ()
2020-12-28 16:49:50 +01:00
Radovan Garabík eaf4203de1 fix configure command matching 2020-12-28 16:47:45 +01:00
Radovan Garabík 8f7adc0eee fix ldap command matching 2020-12-28 16:45:59 +01:00
Radovan Garabík e969eeef72 fix du command matching 2020-12-28 16:44:53 +01:00
Radovan Garabík 826422fad6 cli regexp matched too much 2020-12-28 16:40:12 +01:00
hjpotter92 757515996f Add curl and ulimit to colourisable commands.
Signed-off-by: hjpotter92 <hjpotter92+github@gmail.com>
2020-12-28 20:45:20 +05:30
hjpotter92 8eb0e6614b Cleaner if-statement
Signed-off-by: hjpotter92 <hjpotter92+github@gmail.com>
2020-12-28 20:31:41 +05:30
hjpotter92 8275543560 Add completions for aliases when defined for zsh.
More description available on github thread:
https://github.com/ohmyzsh/ohmyzsh/issues/6954

Signed-off-by: hjpotter92 <hjpotter92+github@gmail.com>
2020-12-28 20:29:22 +05:30
Raizo62 4cdaaceb3e conf.log : the port of "172.16.1.100:56364" is now fully colored 2020-12-12 12:50:25 +01:00
Raizo62 ec1eab4f64 conf.log : accept now empty string "" and empty parentheses () 2020-12-06 12:05:32 +01:00
Radovan Garabík 70f4178f37
Merge pull request #164 from junkdog/patch-1
docker ps: ip addresses and ports colorization
2020-11-26 10:21:49 +01:00
Adrian Papari 5ee2461214
Update conf.dockerps 2020-11-24 23:39:52 +01:00
Adrian Papari 5fefb0602f
fix ip addresses and ports colorization 2020-11-24 23:34:41 +01:00
Radovan Garabík 8f5b15e55a tweak license to be not incompatible with GPL 2020-11-24 17:00:13 +01:00
Radovan Garabík b16ae2647d clean up zsh syntax 2020-11-18 16:44:59 +01:00
Radovan Garabík 371f85a580 fix command boundary 2020-11-13 13:27:05 +01:00
Radovan Garabík 9f61e86374 Merge branch 'devel' of github.com:garabik/grc into devel 2020-11-13 13:26:45 +01:00
Radovan Garabík f7b36ed2c0 fix command boundaries 2020-11-13 13:26:41 +01:00
Radovan Garabík 7704a1824e
Merge pull request #163 from grassharper/devel
add support for FreeBSD's sockstat command
2020-11-13 13:26:03 +01:00
Andrei Buzoianu 4e1e9d7fdc
add sockstat alias 2020-10-13 17:15:57 +03:00
Andrei Buzoianu dfb89f2e15
add sockstat alias 2020-10-13 17:15:27 +03:00
Andrei Buzoianu 95da0c8e3a
add regular expression for sockstat 2020-10-13 17:13:36 +03:00
Andrei Buzoianu 3f3fc2932e
update grc.bash to add sockstat alias 2020-10-13 17:08:49 +03:00
Andrei Buzoianu 499fdbff0e
add sockstat colors config file 2020-10-13 17:06:20 +03:00
Radovan Garabík 8263f4f63b
Merge pull request #156 from wwalker/155
Support for FQDNs, and add the journalctl alias to the grc.bash and grc.fish
2020-07-19 13:56:43 +02:00
Radovan Garabík 8c2a0ace74
Merge pull request #131 from Raizo62/devel
grc.conf : command ip and traceroute :
2020-07-19 13:53:49 +02:00
Radovan Garabík e5f43bf3d8 add aliases to zsh 2020-07-01 17:50:04 +02:00
Radovan Garabík 892c6f6671
Merge pull request #154 from jnovack/patch-7
Create conf.curl
2020-07-01 17:32:41 +02:00
Radovan Garabík 023c88b37b
Merge pull request #153 from jnovack/patch-6
Add support for `go test`
2020-07-01 17:31:35 +02:00
Radovan Garabík fb14b1a0a0
Merge pull request #151 from jnovack/patch-1
Update conf.dockerps
2020-07-01 17:30:37 +02:00
Wayne Walker 0c615d2904 Support for FQDNs, and add the journalctl alias to the grc.bash and grc.zsh 2020-06-27 13:47:03 -05:00
Justin J. Novack f2ec76166e
Create conf.curl 2020-06-10 09:54:56 -04:00
Justin J. Novack 92e48627f8
Create conf.go-test 2020-06-10 08:15:43 -04:00
Justin J. Novack a51b7f0a7b
Update grc.conf
Fixes #122.

Add go-test colorization.
2020-06-10 08:14:30 -04:00
Justin J. Novack 448f19652a
Update conf.dockerps
Correct statuses to call out starting and unhealthy containers
2020-06-09 17:48:11 -04:00
Radovan Garabík 01a21de7fa
Merge pull request #150 from rpolishchuk/rp-fix-135
Change configuration order to sytem-then-user
2020-06-02 21:25:18 +02:00
Radovan Garabík 7d04c05cd0 fix df 2020-06-02 21:12:13 +02:00
Radovan Garabík 3101bb9eb3
Merge pull request #145 from darkain/patch-df
Fixing/extending df command
2020-06-02 20:34:17 +02:00
Rostyslav Polishchuk fba1ba22b5
Change configuration order to sytem-then-user
If the user creates a user-specific configuration the system-wide
configuration stops working.

This PR changes the order to system-then-user.
The latest found takes precedence.
2020-05-29 18:28:40 -07:00
Radovan Garabík c910742ee6
Merge pull request #143 from darkain/patch-2
interfaces can have dots in their names
2020-05-24 20:05:26 +02:00
Radovan Garabík 23c1802b4a
Merge pull request #140 from darkain/patch-1
Fixing du colorization
2020-05-24 19:59:14 +02:00
Raizo62 6006304f28 conf.traceroute : - replace \b by \s (see the example below)
- good regular expression for warning messages (letters from : https://linux.die.net/man/8/traceroute)
	- remove the example with the command mail (which report with traceroute ?)

traceroute to 30.0.0.4 (30.0.0.4), 30 hops max, 60 byte packets
 1  10.0.0.2 (10.0.0.2)  0.648 ms  0.479 ms  0.426 ms
 2  23.0.0.3 (23.0.0.3)  1.983 ms  2.402 ms  2.509 ms
 3  23.0.0.3 (23.0.0.3)  3058.805 ms !H  3059.171 ms !H  3058.985 ms !H
2020-03-08 10:51:19 +01:00
Vincent Milum Jr f6788db3e1
Fixing/extending df command
Fixing some percentages not detecting properly.
Extending support so "df" has colors just like "df -h"
2020-02-03 13:53:44 -08:00
Vincent Milum Jr 0a8a163c03
interfaces can have dots in their names 2020-01-29 05:47:28 +00:00