2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-18 17:31:29 +02:00
Commit Graph

296 Commits

Author SHA1 Message Date
Radovan Garabík
5758a80b5e spelling 2017-04-21 10:29:25 +02:00
Radovan Garabík
e68ab84feb move conffiles to a separate directory 2017-04-21 10:25:42 +02:00
Radovan Garabík
d3f3aac73a Merge pull request #57 from MatthiasWinkelmann/ls-sizes
Coloring file sizes in ls -l and ls -lh
2017-04-13 13:15:15 +02:00
Radovan Garabík
b39abc0948 Merge pull request #56 from MatthiasWinkelmann/readme
Improved shell integration and instructions
2017-04-13 13:11:29 +02:00
Matthias Winkelmann
d30023cb5f Coloring file sizes in ls -l and ls -lh
Also made Time and Month regex slightly more specific to avoid false positives.
2017-03-28 05:35:12 +02:00
Matthias Winkelmann
7e98851872 Improved shell integration and instructions 2017-03-28 05:28:02 +02:00
Radovan Garabík
6bd39e6581 do not colourify ls by default 2017-03-04 10:23:36 +01:00
Radovan Garabík
1dea43457f iputils ping uses icmp_req 2017-03-04 10:11:47 +01:00
Radovan Garabík
b3c0aafae4 update version 2017-03-04 10:07:23 +01:00
Radovan Garabík
ab975362c3 update changelog 2017-03-04 10:07:00 +01:00
Isaias Pina
2789838164 Add lsof fdisk findmnt tcpdump id commands 2017-02-28 12:25:18 -06:00
Isaias Pina
96073d8766 Move colorfiles to folder 2017-02-28 11:30:13 -06:00
Isaias Pina
ff14ccb730 Merge from garabik/grc 2017-02-28 11:21:08 -06:00
Radovan Garabík
bb1f123b37 fix ping colours ordering 2017-02-17 09:09:16 +01:00
Radovan Garabík
18c9683708 bashrc more compatible with other shells 2017-02-10 10:02:15 +01:00
Radovan Garabík
6b326ef6ec ioping, arping, b2ping 2017-02-09 14:34:06 +01:00
Radovan Garabík
1d1fbddafc typo 2017-02-09 14:33:16 +01:00
Radovan Garabík
a715436fc4 better error message when command is not executable 2017-02-06 20:52:28 +01:00
Radovan Garabík
1516a3e3c7 better error message when command is not found 2017-02-06 19:37:45 +01:00
Radovan Garabík
8c330426fe nping support 2017-02-06 19:11:43 +01:00
Radovan Garabík
ddc789bfc0 remove --color from ls, for MacOSX 2017-02-06 16:12:20 +01:00
Radovan Garabík
bd94adda6c debian package date 2017-01-28 15:50:31 +01:00
Radovan Garabík
d6b256fc12 build dependency 2017-01-28 15:44:37 +01:00
Radovan Garabík
69ecfd408b release version 2017-01-27 16:59:24 +01:00
Radovan Garabík
8baa92d616 do not install bash profile in debian 2017-01-27 16:57:43 +01:00
Radovan Garabík
5bc310369a update credits, remove e-mails 2017-01-27 16:53:52 +01:00
Radovan Garabík
826b7d062b spam-protect e-mails 2017-01-27 16:34:55 +01:00
Radovan Garabík
8c99f75678 python3 build dependency 2017-01-27 16:31:15 +01:00
Radovan Garabík
cab7d78d55 python3 in debian/rules 2017-01-27 16:30:31 +01:00
Radovan Garabík
3125d93c3d python3 debian package dependency 2017-01-27 16:29:44 +01:00
Radovan Garabík
836dcaeff3 Merge branch 'devel' of github.com:garabik/grc into devel 2017-01-27 16:20:06 +01:00
Radovan Garabík
ea5e50953a debian python build dependency 2017-01-19 11:09:36 +01:00
Radovan Garabík
2aa2f36139 debian python-dev dependency 2017-01-19 11:06:46 +01:00
Radovan Garabík
6dd1ff8b95 debian python dependency 2017-01-19 11:05:18 +01:00
Radovan Garabík
0fb534c2ac remove symlink 2017-01-19 10:55:56 +01:00
Radovan Garabík
85b3425a97 delete stray link 2017-01-19 10:52:48 +01:00
Radovan Garabík
f1e635ee6b new version 2017-01-05 16:50:42 +01:00
Radovan Garabík
94a46c60f8 python3 2017-01-05 16:47:47 +01:00
Radovan Garabík
f5680f91c6 Merge pull request #45 from jlec/py3
Convert for py3 compatibility
2017-01-05 16:41:19 +01:00
Radovan Garabík
f73579b0ab Merge pull request #46 from jlec/bash
Use bash internal functionalities for grc detection
2016-12-29 18:16:10 +01:00
Radovan Garabík
56d54cef0f Merge pull request #47 from jlec/configure
More advanced regex for configure colouring
2016-12-29 18:12:42 +01:00
Radovan Garabík
f6bdf1faf1 Merge pull request #44 from jlec/gcc
Support more coloring around gcc
2016-12-29 18:07:23 +01:00
Radovan Garabík
ccbaa79800 Merge pull request #43 from jlec/ipv6
Support matching for IPv6 versions of tcp & udp
2016-12-29 18:04:28 +01:00
Justin Lecher
638a6f94e6
Convert for py3 compatibility
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2016-12-27 17:49:39 +00:00
Justin Lecher
6d7ab5f648
More advanced regex for configure colouring
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2016-12-27 17:32:48 +00:00
Justin Lecher
1d4f9e1ca5
Use bash internal functionalities for grc detection
which is an external tool, where as type is a bash internal funciton
and always available

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2016-12-27 13:17:27 +00:00
Justin Lecher
38d8cd75fe
Support more coloring around gcc
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2016-12-27 12:27:29 +00:00
Justin Lecher
f377998feb
Support matching for IPv6 versions of tcp & udp
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2016-12-27 11:37:31 +00:00
Radovan Garabík
82ca58087c conffile can be a pipe 2016-12-14 14:53:36 +01:00
Radovan Garabík
79f8c178d0 Merge pull request #41 from alcik/devel
configuration for ant and maven
2016-12-03 14:06:38 +01:00