Commit Graph

340 Commits

Author SHA1 Message Date
Radovan Garabík f4a579e08d new minor debian release 2021-08-22 13:38:08 +02:00
Radovan Garabík c81ae202b1 fix ip addr broadcast colouring 2021-08-22 13:35:37 +02:00
Radovan Garabík f79a3dc650 source only Debian upload 2021-08-20 16:41:12 +02:00
Radovan Garabík 47e7daa155 update changelog date 2021-08-07 17:44:43 +02:00
Radovan Garabík 223732e54b comment upon GRC_ALIASES=true 2021-08-07 17:37:34 +02:00
Radovan Garabík ab22533a16 add documentation about automatic aliasing 2021-08-07 16:30:46 +02:00
Radovan Garabík ea4aa18200 typo 2021-07-26 18:16:33 +02:00
Radovan Garabík 6f0a553c76 env is too invasive to alias 2021-07-26 18:15:22 +02:00
Radovan Garabík d8fc493d72 preparing new release 2021-07-26 18:11:58 +02:00
Radovan Garabík 09793f88a6 on python 2 & 3 compatibility 2021-07-26 18:04:13 +02:00
Radovan Garabík e277b6e960 do not exit from the main shell when sourcing 2021-07-26 18:02:08 +02:00
Radovan Garabík 1d7de7ea44 Merge branch 'devel' of github.com:garabik/grc into devel 2021-07-06 20:28:50 +02:00
Radovan Garabík cffdc86127 update debian build 2021-07-06 20:27:08 +02:00
Radovan Garabík 30ecf4688f add debian /etc/default 2021-07-06 20:10:33 +02:00
Radovan Garabík db55a51206 clean debian/rules a bit 2021-07-06 20:10:15 +02:00
Radovan Garabík 64c1ba6a0d alias only in terminal 2021-07-06 17:37:37 +02:00
Radovan Garabík 9dd0d18f62 cleanup 2021-07-06 12:47:14 +02:00
Radovan Garabík c367041dcc
Merge pull request #184 from feriman/fix-ipv6-parsing
IPv6 address consists of hexadecimal digits, so "\d" is unsuitable here.
2021-07-05 16:58:08 +02:00
Radovan Garabík 4ea874b224
Merge pull request #179 from joeky888/free
conf.free: support inhuman free
2021-07-05 16:45:56 +02:00
Vitaliy Perekhovy ae9cecb66c IPv6 address conists of hexadecimal digits, so "\d" is unsuitable here. 2021-06-11 14:51:07 +03:00
Joeky b7e96762b4 conf.free: support inhuman free
Signed-off-by: Joeky <joeky5888@gmail.com>
2021-04-20 23:16:19 +08:00
Radovan Garabík 06afa277e0 keep grc.sh profile 2021-03-01 10:26:14 +01:00
Radovan Garabík e0c5ab25c8 add acute 2021-03-01 10:10:55 +01:00
Radovan Garabík ca8acefed8 update debian changelog 2021-03-01 09:52:43 +01:00
Radovan Garabík cb0ee756ca bump version 2021-03-01 09:40:59 +01:00
Radovan Garabík acd749e705 restore _grc 2021-01-01 21:35:53 +01:00
Radovan Garabík 7cd8fff5e1 moved log and irclog last 2020-12-29 16:42:59 +01:00
Radovan Garabík 357e686aa6
Merge pull request #173 from hjpotter92/update/aliases
Changes as per review.
2020-12-29 16:16:18 +01:00
Radovan Garabík 2fc38520fc dummy configuration file 2020-12-29 16:14:33 +01:00
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
hjpotter92 7eaacb5c4a Changes as per review.
98f483068a (r45477503)

Signed-off-by: hjpotter92 <hjpotter92+github@gmail.com>
2020-12-29 03:26:19 +05:30
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